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

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

Issue 2222913002: V8: Remove deprecated test-runner flag (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 1142e0213adc511d436769d8b8f87d18af860f5f..a62445b4774a6d57ec62643ce217b76c0f97a724 100644
--- a/scripts/slave/recipe_modules/v8/testing.py
+++ b/scripts/slave/recipe_modules/v8/testing.py
@@ -97,7 +97,6 @@ TEST_CONFIGS = freeze({
'ignition_turbofan': {
'name': 'Ignition - turbofan',
'tests': ['bot_default'],
- 'test_args': ['--ignition-turbofan'],
'suite_mapping': [
'mjsunit', 'cctest', 'webkit', 'message', 'preparser', 'intl'],
'variants': V8Variant('ignition_turbofan'),
@@ -114,7 +113,6 @@ TEST_CONFIGS = freeze({
'mjsunit_ignition_turbofan': {
'name': 'Mjsunit - ignition - turbofan',
'tests': ['mjsunit'],
- 'test_args': ['--ignition-turbofan'],
'variants': V8Variant('ignition_turbofan'),
},
'mjsunit_sp_frame_access': {
@@ -158,7 +156,7 @@ TEST_CONFIGS = freeze({
'test262_ignition_turbofan': {
'name': 'Test262 - ignition - turbofan',
'tests': ['test262'],
- 'test_args': ['--ignition-turbofan', '--download-data'],
+ 'test_args': ['--download-data'],
'variants': V8Variant('ignition_turbofan'),
},
'test262_variants': {
« 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