Skip to content

Commit

Permalink
Disable MacOS unit tests, they crash all the time on CI
Browse files Browse the repository at this point in the history
They have been crashing on CI with the following error for a while:

  FATAL:compositor.cc(447)] Check failed: scale > 0 (0 vs. 0)

Disable them all for now, in an attemt to at least have coverage
for Windows and Linux for the time being.
  • Loading branch information
mariospr committed Mar 23, 2022
1 parent 36a52b0 commit 7cd3166
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions test/filters/unit_tests-macos.filter
Original file line number Diff line number Diff line change
@@ -1,60 +1,2 @@
-AcceleratorTableTest.*
-All/AutofillPopupViewNativeViewsForEveryTypeTest.*
-All/TabStripTest.*
-All/UpgradeDetectorImplTimerTest.*
-AppIconFactoryTest.*
-AppShimManagerTest.*
-BookmarkContextMenuControllerTest.*
-BookmarkContextMenuTest.*
-BrowserViewTest.*
-BrowserWindowDefaultTouchBarUnitTest.*
-CastDialogViewTest.*
-ChooserDialogViewTest.*
-ColorPickerViewTest.*
-ConfirmBubbleViewsTest.*
-ConfirmQuitPanelControllerTest.*
-ContentSettingBubbleContentsTest.*
-ContentSettingBubbleModelTest.*
-ContentSettingImageModelTest.*
-DownloadInProgressDialogTest.*
-DownloadProtectionServiceTest.*
-EditAddressProfileViewTest.*
-ExtensionIconManagerTest.*
-FeaturePromoBubbleOwnerImplTest.*
-FindPasteboardTest.*
-FirstRunDialogControllerTest.*
-HoverButtonTest.*
-IconLabelBubbleViewTest.*
-ManagementApiUnitTest.*
-MoveToAccountStoreBubbleViewTest.*
-NativeMessagingTest.*
-OneClickSigninDialogViewTest.*
-PageInfoBubbleViewOffTheRecordTest.*
-PageInfoBubbleViewTest.*
-PasswordSaveUnsyncedCredentialsLocallyViewTest.*
-PasswordSaveUpdateViewTest.*
-PdfPrinterHandlerGetCapabilityTest.*
-PostSaveCompromisedBubbleViewTest.*
-ProfileAttributesStorageTest.*
-ProfileColorsUtilTest.*
-ProfileSigninConfirmationDialogTest.*
-QRCodeGeneratorBubbleUITest.*
-SafetyTipPageInfoBubbleViewTest.*
-SaveAddressProfileViewTest.*
-SendTabToSelfBubbleViewImplTest.*
-ServiceProcessControlMac.*
-SettingsOverriddenDialogViewUnitTest.*
-StatusIconMacTest.*
-TabTest.*
-TipMarqueeViewTest.*
-ToolbarActionsBarBubbleViewsTest.*
-ToolbarButtonUITest.*
-TranslateBubbleViewTest.*
-UpdateAddressProfileViewTest.*
-UpgradeDetectorImplTest.*
-WebAppIconFactoryTest.*
-WebIdDialogViewsTest.*
-WebUIBubbleDialogViewTest.*
-WebUIBubbleManagerTest.*
-WebViewUnitTest.*
-WindowSizeAutosaverTest.*
# Unit tests crash systematically on MacOS, disable them all for now.
-*

0 comments on commit 7cd3166

Please sign in to comment.