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

Unified Diff: scripts/slave/recipe_modules/v8/resources/v8testing.py

Issue 1145813002: Download test data for v8 simd tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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: scripts/slave/recipe_modules/v8/resources/v8testing.py
diff --git a/scripts/slave/recipe_modules/v8/resources/v8testing.py b/scripts/slave/recipe_modules/v8/resources/v8testing.py
index a1b23d0c3fe38d1d85a23bca2f4d364dcaae3c9e..5d7485750ba73435cd882abfddd126e994cf55aa 100755
--- a/scripts/slave/recipe_modules/v8/resources/v8testing.py
+++ b/scripts/slave/recipe_modules/v8/resources/v8testing.py
@@ -140,6 +140,10 @@ def main():
cmd.extend(['--download-data'])
if 'test262-es6' in options.testname:
cmd.extend(['--download-data'])
+ if 'simdjs' in options.testname:
+ cmd.extend(['--download-data'])
+ if 'simdjs/shell_test_runner' in options.testname:
+ cmd.extend(['--download-data'])
if 'mozilla' in options.testname:
# Mozilla tests requires a number of tests to timeout, set it a bit lower.
if options.arch in ('arm', 'mipsel'):
« 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