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

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

Issue 851843002: Disable NaClBrowserTestNewlib.Bad on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 bfacf17e206eb55b865b748efb3befe6ed9cb220..eec10f4d3eecc74f49028d360fe1f3e391997518 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -101,6 +101,9 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, {
// crbug/338444
#if defined(OS_WIN)
#define MAYBE_Bad DISABLED_Bad
+#elif defined(OS_LINUX)
+// See http://crbug.com/448596
+#define MAYBE_Bad DISABLED_Bad
#else
#define MAYBE_Bad Bad
#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