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

Unified Diff: test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate

Issue 2189023002: [inspector] add test configuration for the parser test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update DEPS Created 4 years, 5 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
Index: test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate
diff --git a/test/cctest/cctest_exe.isolate b/test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate
similarity index 60%
copy from test/cctest/cctest_exe.isolate
copy to test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate
index da5327846e7dfc1f6a7b155b984c58614de4c238..f92dab076c2212feede7b475f11802f517119277 100644
--- a/test/cctest/cctest_exe.isolate
+++ b/test/inspector_protocol_parser_test/inspector_protocol_parser_test.isolate
@@ -4,10 +4,12 @@
{
'variables': {
'files': [
- '<(PRODUCT_DIR)/cctest<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/inspector_protocol_parser_test<(EXECUTABLE_SUFFIX)',
+ './inspector_protocol_parser_test.status',
],
},
'includes': [
'../../src/base.isolate',
+ '../../tools/testrunner/testrunner.isolate',
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698