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

Unified Diff: tools/run-tests.py

Issue 2474863002: Add inspector tests to default tests to run locally. (Closed)
Patch Set: address comments Created 4 years, 1 month 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/default.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 b473efe50c2a65bc70f5cabaf383f254249a7a08..7c32a2bcf54121faed6c918cbe0a081eeb62fd80 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -66,10 +66,10 @@ TEST_MAP = {
# This needs to stay in sync with test/bot_default.isolate.
"bot_default": [
"mjsunit",
- "debugger",
"cctest",
- "webkit",
+ "debugger",
"inspector",
+ "webkit",
"fuzzer",
"message",
"preparser",
@@ -79,8 +79,9 @@ TEST_MAP = {
# This needs to stay in sync with test/default.isolate.
"default": [
"mjsunit",
- "debugger",
"cctest",
+ "debugger",
+ "inspector",
"fuzzer",
"message",
"preparser",
@@ -90,10 +91,10 @@ TEST_MAP = {
# This needs to stay in sync with test/optimize_for_size.isolate.
"optimize_for_size": [
"mjsunit",
- "debugger",
"cctest",
- "webkit",
+ "debugger",
"inspector",
+ "webkit",
"intl",
],
"unittests": [
« no previous file with comments | « test/default.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698