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

Unified Diff: device/gamepad/gamepad_provider_unittest.cc

Issue 2271563002: MSAN: Mark GamepadProviderTest.Sanitization as flaky. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: device/gamepad/gamepad_provider_unittest.cc
diff --git a/device/gamepad/gamepad_provider_unittest.cc b/device/gamepad/gamepad_provider_unittest.cc
index e9b40e77d1e9480baeb256eb0529bb774e795d1e..180a804cd5ed77f21e4c23f5802e37f7f6447168 100644
--- a/device/gamepad/gamepad_provider_unittest.cc
+++ b/device/gamepad/gamepad_provider_unittest.cc
@@ -147,8 +147,11 @@ TEST_F(GamepadProviderTest, UserGesture) {
// Crashes. http://crbug.com/106163
// crbug.com/147549
+// Flaky on MSAN: http://crbug.com/640086
#if defined(OS_ANDROID)
#define MAYBE_Sanitization DISABLED_Sanitization
+#elif defined(MEMORY_SANITIZER)
+#define MAYBE_Sanitization DISABLED_Sanitization
#else
#define MAYBE_Sanitization Sanitization
#endif
« 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