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

Unified Diff: chrome/test/nacl_test_injection/buildbot_nacl_integration.py

Issue 7566045: NaCl: Update revision in DEPS, r6303 -> r6322 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable a test Created 9 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl_test_injection/buildbot_nacl_integration.py
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
index 89187408d9af0930c521d051d663549f2c06d766..1e572c6318c4e9d7b4e9a2252bc296e2aa0fa096 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -31,6 +31,10 @@ def Main(args):
# TODO(ncbray): Reenable when this issue is resolved.
# http://code.google.com/p/nativeclient/issues/detail?id=2091
tests_to_disable.append('run_ppapi_bad_browser_test')
+ # This thread safety stress test is flaky on at least Windows.
+ # See http://code.google.com/p/nativeclient/issues/detail?id=2124
+ # TODO(mseaborn): Reenable when this issue is resolved.
+ tests_to_disable.append('run_ppapi_ppb_var_browser_test')
if sys.platform == 'darwin':
# The following test is failing on Mac OS X 10.5. This may be
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698