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

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

Issue 7462016: NaCl: Update revision in DEPS, r6339 -> r6386 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-enable on Mac 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 8f41d0db23f0441cdbc6f200ec46055d74f8219d..1e572c6318c4e9d7b4e9a2252bc296e2aa0fa096 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -12,15 +12,6 @@ def Main(args):
pwd = os.environ.get('PWD', '')
is_integration_bot = 'nacl-chrome' in pwd
-
- if sys.platform == 'darwin' and 'Debug' in args:
- # The nacl integration tests don't work with clang in debug mode. Disable
- # them to get the waterfall green until this is resolved.
- # http://crbug.com/91371
- sys.stdout.write('Skipping nacl_integration, see http://crbug.com/91371\n')
- sys.stdout.flush()
- return
-
# On the main Chrome waterfall, we may need to control where the tests are
# run.
# If there is serious skew in the PPAPI interface that causes all of
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698