Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: ash/wm/immersive_fullscreen_controller_unittest.cc

Issue 2283423002: Sheriff: Disable ImmersiveFullscreenControllerTest.OnMouseEvent on ChromeOS (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/immersive_fullscreen_controller_unittest.cc
diff --git a/ash/wm/immersive_fullscreen_controller_unittest.cc b/ash/wm/immersive_fullscreen_controller_unittest.cc
index f61e0b9547aca40ded348176c9ccc0b2792188e8..9bd748aca98c63500e871037f47c3f9ac0e68566 100644
--- a/ash/wm/immersive_fullscreen_controller_unittest.cc
+++ b/ash/wm/immersive_fullscreen_controller_unittest.cc
@@ -339,7 +339,13 @@ TEST_F(ImmersiveFullscreenControllerTest, RevealedLock) {
}
// Test mouse event processing for top-of-screen reveal triggering.
-TEST_F(ImmersiveFullscreenControllerTest, OnMouseEvent) {
+// TODO: ASan failure happens on ChromeOS (https://crbug.com/641828).
+#if defined(OS_CHROMEOS)
+#define MAYBE_OnMouseEvent DISABLED_OnMouseEvent
+#else
+#define MAYBE_OnMouseEvent OnMouseEvent
+#endif
+TEST_F(ImmersiveFullscreenControllerTest, MAYBE_OnMouseEvent) {
// Set up initial state.
SetEnabled(true);
ASSERT_TRUE(controller()->IsEnabled());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698