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

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

Issue 11613012: NaCl: Move all browser tests into nacl_irt_test_env (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerun try Created 7 years, 11 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 | ppapi/native_client/chrome_main.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
diff --git a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
index b21e2bc30236cc7c89b72260e3fac181f4ed539c..d59a40f3b4df6d47a1d6c13da006874b827d9819 100755
--- a/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
+++ b/chrome/test/nacl_test_injection/buildbot_chrome_nacl_stage.py
@@ -217,16 +217,14 @@ def BuildAndTest(options):
# Run nacl/chrome integration tests.
# Note that we have to add nacl_irt_test to --mode in order to get
- # inbrowser_test_runner to run.
- # TODO(mseaborn): Change it so that inbrowser_test_runner is not a
- # special case.
+ # the "_irt" variant of "chrome_browser_tests" to run.
cmd = scons + ['--verbose', '-k', 'platform=x86-%d' % bits,
'--mode=opt-host,nacl,nacl_irt_test',
'chrome_browser_path=%s' % chrome_filename,
]
if not options.integration_bot and not options.morenacl_bot:
cmd.append('disable_flaky_tests=1')
- cmd.append('chrome_browser_tests')
+ cmd.append('chrome_browser_tests_irt')
# Download the toolchain(s).
if options.enable_pnacl:
« no previous file with comments | « no previous file | ppapi/native_client/chrome_main.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698