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

Unified Diff: scripts/slave/recipe_modules/v8/api.py

Issue 1123333005: Adding ecmascript simd tests to v8 buildbots and trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix 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 | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/api.py
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py
index b0e548977e34ee63930aa409f5ae1c385d732fa8..bc460de780912283130a89c026f1f62d687b13a4 100644
--- a/scripts/slave/recipe_modules/v8/api.py
+++ b/scripts/slave/recipe_modules/v8/api.py
@@ -46,6 +46,14 @@ TEST_CONFIGS = freeze({
'add_flaky_step': True,
'test_args': ['--no-variants', '--shell_flags="--optimize-for-size"'],
},
+ 'simdjs_small': {
+ 'name': 'SimdJs - small',
+ 'tests': 'simdjs/shell_test_runner',
+ },
+ 'simdjs': {
+ 'name': 'SimdJs - all',
+ 'tests': 'simdjs',
+ },
'test262': {
'name': 'Test262 - no variants',
'tests': 'test262',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698