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

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

Issue 10389182: NaCl: Re-enable nacl-glibc tests on Windows (retry) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/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 e95f4e92221b91c99587e377a96446d269a08da9..b2563bc0e6c0ee1a7cb0a410c8abf0f0f2fb5ec2 100755
--- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
+++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py
@@ -94,10 +94,6 @@ def Main(args):
'--',
nacl_integration_script,
'--disable_tests=%s' % ','.join(tests_to_disable)]
- if not is_integration_bot:
- if sys.platform in ('win32', 'cygwin'):
- # http://code.google.com/p/nativeclient/issues/detail?id=2648
- cmd.append('--disable_glibc')
cmd += args
sys.stdout.write('Running %s\n' % ' '.join(cmd))
sys.stdout.flush()
« 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