ozone-linux.wayland_browser_tests.filter 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # These tests cannot work on Wayland because the platform does not allow clients
  2. # to position top level windows, activate them, and set focus.
  3. -All/HostedOrWebAppTest.CtrlClickLink/HostedApp
  4. -All/HostedOrWebAppTest.CtrlClickLink/WebApp
  5. -All/PopupBrowserTest.MoveClampedToCurrentDisplay/0
  6. -All/PopupBrowserTest.MoveClampedToCurrentDisplay/1
  7. -AutomationManagerAuraBrowserTest.EventFromAction
  8. -AutomationManagerAuraBrowserTest.TransientFocusChangesAreSuppressed
  9. -BrowserViewTest.F6CyclesThroughCaptionBubbleToo
  10. -BrowserViewTest.GetAccessibleTabModalDialogTitle
  11. -ChromeSitePerProcessTest.PopupWindowFocus
  12. -ExternalProtocolDialogBrowserTest.TestFocus
  13. -FolderUploadConfirmationViewTest.InitiallyFocusesCancel
  14. -JavaScriptTabModalDialogViewViewsBrowserTest.AlertDialogAccessibleNameDescriptionAndRole
  15. -JavaScriptTabModalDialogViewViewsBrowserTest.AlertDialogCloseButtonAccessibilityIgnored
  16. -PreservedWindowPlacement.Test
  17. -ProfileHelperTest.OpenNewWindowForProfile
  18. -TabHoverCardBubbleViewBrowserTest.WidgetNotVisibleOnMousePressAfterTabFocus
  19. -TabHoverCardBubbleViewBrowserTest.WidgetVisibleOnKeyPressAfterTabFocus
  20. # Screen capture on Wayland is tricky.
  21. -All/WebRtcScreenCaptureBrowserTestWithPicker.ScreenCaptureVideo/0
  22. -All/WebRtcScreenCaptureBrowserTestWithPicker.ScreenCaptureVideoAndAudio/0
  23. -WebRtcDesktopCaptureBrowserTest.RunsScreenshareFromOneTabToAnother
  24. # Fail on the bot, pass locally.
  25. -BackForwardCachePageLoadMetricsObserverBrowserTest.CumulativeLayoutShiftAfterBackForwardCacheRestore
  26. -DesktopCaptureApiTest.ChooseDesktopMedia
  27. -IconLoaderBrowserTest.LoadGroup
  28. # TODO(https://crbug.com/1084469): fix these tests.
  29. # Failed:
  30. -BrowserViewTest.GetAccessibleTabModalDialogTree
  31. -OmniboxPopupContentsViewTest.ClickOmnibox
  32. -OmniboxPopupContentsViewTest.PopupMatchesLocationBarBackground
  33. -PageInfoBubbleViewBrowserTest.FocusDoesNotReturnToContentsOnReloadPrompt
  34. -PageInfoBubbleViewBrowserTest.FocusReturnsToContentOnClose
  35. -PrintBrowserTest.PDFPluginNotKeyboardFocusable
  36. # #TODO (b/235882005): These tests fail due to a NOT_IMPLEMENTED_LOG_ONCE()
  37. # within the wayland_surface.cc implementation. This causes our focused
  38. # dialog object to instantly close and causes these tests to fail. Until a
  39. # solution is introduced with wayland support or a workaround can be discovered
  40. # in the browser tests, simply disable them.
  41. -AccessCodeCastDialogBrowserTest.*
  42. -AccessCodeCastHandlerBrowserTest.*
  43. -AccessCodeCastSinkServiceBrowserTest.*