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

Unified Diff: test/cctest/cctest_exe.isolate

Issue 1695243002: [Swarming] Isolate perf tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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/cctest/cctest.isolate ('k') | test/perf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest_exe.isolate
diff --git a/test/ignition.isolate b/test/cctest/cctest_exe.isolate
similarity index 66%
copy from test/ignition.isolate
copy to test/cctest/cctest_exe.isolate
index 7e4e581a6b085c1925cdffc6d21a8f3d1e9207e2..da5327846e7dfc1f6a7b155b984c58614de4c238 100644
--- a/test/ignition.isolate
+++ b/test/cctest/cctest_exe.isolate
@@ -3,12 +3,11 @@
# found in the LICENSE file.
{
'variables': {
- 'command': [
- '../tools/run-tests.py',
+ 'files': [
+ '<(PRODUCT_DIR)/cctest<(EXECUTABLE_SUFFIX)',
],
},
'includes': [
- 'cctest/cctest.isolate',
- 'mjsunit/mjsunit.isolate',
+ '../../src/base.isolate',
],
}
« no previous file with comments | « test/cctest/cctest.isolate ('k') | test/perf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698