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

Unified Diff: chrome/test/nacl/nacl_browsertest.cc

Issue 647793003: Disabling NaClBrowserTest*.Crash on OSX due to flakes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pingstore
Patch Set: Created 6 years, 2 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: chrome/test/nacl/nacl_browsertest.cc
diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc
index de90c1295f18e6342e3b40c06677f97ca0158ce4..efd1a1af431d159ee7858585bac53bee37acd320 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -107,6 +107,9 @@ IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlib, BadNative) {
#if defined(OS_WIN)
// crbug.com/98721
# define MAYBE_Crash DISABLED_Crash
+#elif defined(OS_MACOSX)
+// crbug.com/425570
+# define MAYBE_Crash DISABLED_Crash
#else
# define MAYBE_Crash Crash
#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