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

Unified Diff: tools/run-tests.py

Issue 2203023003: [test] Remove deprecated ignition-test-suite alias (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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 | « test/ignition.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index ae56e756a00c193316cf4f06e68b5c1ca6f5f10a..3863fc205670eb192274443d07ae3f8832d29f23 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -84,20 +84,6 @@ TEST_MAP = {
"unittests",
"inspector_protocol_parser_test",
],
- # This needs to stay in sync with test/ignition.isolate.
- # TODO(machenbach): This will be deprecated. Istead default or bot_default
- # will be used together with ignition flags.
- "ignition": [
- "mjsunit",
- "cctest",
- "webkit",
- "fuzzer",
- "message",
- "preparser",
- "intl",
- "unittests",
- "inspector_protocol_parser_test",
- ],
# This needs to stay in sync with test/optimize_for_size.isolate.
"optimize_for_size": [
"mjsunit",
« no previous file with comments | « test/ignition.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698