Commit 10ea0522 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

ozone: correct views_unittests filter.

After TooltipControllerCaptureTest was renamed to
TooltipControllerTest, the filters were not updated.

The CL that did that - https://crrev.com/c/2117335

Fix that.

Bug: 1065474
Change-Id: Ibc8df1137f45d001eb81ce3624a59e2c1c81b4ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130248
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755107}
parent eac9f8b3
......@@ -50,5 +50,5 @@
# Crashed tests.
-DesktopWidgetTest.MinimumSizeConstraints
-TooltipControllerCaptureTest.Capture
-TooltipControllerTest.Capture
......@@ -13,4 +13,4 @@
-DesktopWidgetTest.MinimumSizeConstraints
-DesktopWidgetTest.SingleWindowClosing
-DesktopWidgetTest.WidgetDestroyedItselfDoesNotCrash
-TooltipControllerCaptureTest.Capture
-TooltipControllerTest.Capture
......@@ -495,8 +495,7 @@ TEST_F(TooltipControllerTest, DISABLED_CloseOnCaptureLost) {
// Disabled on X11 as DesktopScreenX11::GetWindowAtScreenPoint() doesn't
// consider z-order.
// Disabled on Windows due to failing bots. http://crbug.com/604479
// Disabled on Ozone due to failing bots: crbug.com/1065474
#if defined(USE_X11) || defined(OS_WIN) || defined(USE_OZONE)
#if defined(USE_X11) || defined(OS_WIN)
#define MAYBE_Capture DISABLED_Capture
#else
#define MAYBE_Capture Capture
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment