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

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

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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/recipes/v8.expected/full_client_v8_V8_Linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d57ad8013a2a81cc697ac9bf55bd42f117c2ebff..1142e0213adc511d436769d8b8f87d18af860f5f 100644
--- a/scripts/slave/recipe_modules/v8/testing.py
+++ b/scripts/slave/recipe_modules/v8/testing.py
@@ -96,8 +96,10 @@ TEST_CONFIGS = freeze({
},
'ignition_turbofan': {
'name': 'Ignition - turbofan',
- 'tests': ['ignition'],
+ 'tests': ['bot_default'],
'test_args': ['--ignition-turbofan'],
+ 'suite_mapping': [
+ 'mjsunit', 'cctest', 'webkit', 'message', 'preparser', 'intl'],
'variants': V8Variant('ignition_turbofan'),
},
'mjsunit': {
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698