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

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

Issue 299623004: Disable NaClBrowserTestNewlib.Bad on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 d4adc056cb1f265b7abd4b5fbbbf7d6b456f2e86..ebfdedb539f639dae1a7825462e0dcea40ad41c8 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -83,7 +83,8 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, {
// causing timeouts.
// crbug/338444
// crbug.com/375103: fails on Mac after open sourcing PDF plugin.
-#if defined(OS_WIN) || defined(OS_MACOSX)
+// crbug.com/375103: fails on Linux too after open sourcing PDF plugin.
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_Bad DISABLED_Bad
#else
#define MAYBE_Bad Bad
« 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