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

Unified Diff: device/gamepad/gamepad_provider_unittest.cc

Issue 2757293003: Disable GamepadProviderTest.Sanitization on Linux and CrOS. (Closed)
Patch Set: r Created 3 years, 9 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: device/gamepad/gamepad_provider_unittest.cc
diff --git a/device/gamepad/gamepad_provider_unittest.cc b/device/gamepad/gamepad_provider_unittest.cc
index e89f801dcd49514a092b5688c353eed41f8ab132..b60dbf8a126915027a3e5b139a8604060f830a5c 100644
--- a/device/gamepad/gamepad_provider_unittest.cc
+++ b/device/gamepad/gamepad_provider_unittest.cc
@@ -206,8 +206,8 @@ TEST_F(GamepadProviderTest, UserGesture) {
EXPECT_TRUE(listener.has_user_gesture());
}
-// Flaky on MSAN: http://crbug.com/640086
-#if defined(MEMORY_SANITIZER)
+// Flaky on CrOS and Linux: http://crbug.com/640086, https://crbug.com/702712
+#if defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_Sanitization DISABLED_Sanitization
#else
#define MAYBE_Sanitization Sanitization
« 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