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

Unified Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 2919703002: Disable flaky PPAPINaClPNaClTest.URLLoader1 test (Closed)
Patch Set: Created 3 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/ppapi/ppapi_browsertest.cc
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
index d2d87d33539cd70cd5d31073a7a18810dd39af7d..fd9368aa772d90b5e89bc445e622d9189c525db1 100644
--- a/chrome/test/ppapi/ppapi_browsertest.cc
+++ b/chrome/test/ppapi/ppapi_browsertest.cc
@@ -87,8 +87,8 @@ using content::RenderViewHost;
#else
#define MAYBE_PPAPI_NACL(test_name) test_name
-#if defined (OS_WIN) || defined(ADDRESS_SANITIZER)
-// http://crbug.com/633067
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(ADDRESS_SANITIZER)
+// http://crbug.com/633067, http://crbug.com/727989
#define MAYBE_PPAPI_PNACL(test_name) DISABLED_##test_name
#else
#define MAYBE_PPAPI_PNACL(test_name) test_name
« 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