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

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

Issue 8673001: Disable NaCl's run_ppapi_crash_browser_test on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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_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 5531bc026f467949c776df239265357175e547d5..8bca104a952fe7b1f18c9d23ecf5d2d52b85702c 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -58,6 +58,11 @@ def Main(args):
'run_fault_pq_dep_pm_nameservice_chrome_browser_test',
])
+ if sys.platform == 'darwin':
+ # TODO(mseaborn) fix
+ # http://code.google.com/p/nativeclient/issues/detail?id=1835
+ tests_to_disable.append('run_ppapi_crash_browser_test')
+
if sys.platform in ('win32', 'cygwin'):
tests_to_disable.append('run_ppapi_ppp_input_event_browser_test')
« 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