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

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

Issue 1556323003: V8 Buildbot: Switch ignition tests to v8-side test set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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
Index: scripts/slave/recipe_modules/v8/testing.py
diff --git a/scripts/slave/recipe_modules/v8/testing.py b/scripts/slave/recipe_modules/v8/testing.py
index 6d126a1a36b76b01506ef5c1943a08e29ea0692f..498a1de1b68de8a272c34a29fd98ae5badc44fed 100644
--- a/scripts/slave/recipe_modules/v8/testing.py
+++ b/scripts/slave/recipe_modules/v8/testing.py
@@ -12,15 +12,15 @@ TEST_CONFIGS = freeze({
'tests': ['benchmarks'],
'test_args': ['--download-data'],
},
+ 'ignition': {
+ 'name': 'Ignition',
+ 'tests': ['ignition'],
+ 'test_args': ['--variants=ignition', '--ignition'],
+ },
'mjsunit': {
'name': 'Mjsunit',
'tests': ['mjsunit'],
},
- 'mjsunit_ignition': {
- 'name': 'Mjsunit - ignition',
- 'tests': ['mjsunit'],
- 'test_args': ['--variants=ignition', '--ignition'],
- },
'mjsunit_sp_frame_access': {
'name': 'Mjsunit - sp frame access',
'tests': ['mjsunit'],
« no previous file with comments | « scripts/slave/recipe_modules/v8/builders.py ('k') | scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698