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

Unified Diff: tools/run-tests.py

Issue 2239603002: [inspector] Remove inspector_protocol_parser_test target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: format build files 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/inspector_protocol_parser_test/inspector_protocol_parser_test.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 e982cdc5050bfbc808ac58374775dcfdd7c5f706..de1646336964f02c1a6388fa9de1d7d162c28169 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -71,7 +71,6 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
- "inspector_protocol_parser_test",
],
# This needs to stay in sync with test/default.isolate.
"default": [
@@ -82,7 +81,6 @@ TEST_MAP = {
"preparser",
"intl",
"unittests",
- "inspector_protocol_parser_test",
],
# This needs to stay in sync with test/optimize_for_size.isolate.
"optimize_for_size": [
« no previous file with comments | « test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698