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 |