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

Unified Diff: test/mksnapshot/mksnapshot.isolate

Issue 2567603002: [test] Add mksnapshot stress test suite
Patch Set: [test] Add mksnapshot stress test suite Created 4 years 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/BUILD.gn ('k') | test/mksnapshot/mksnapshot.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mksnapshot/mksnapshot.isolate
diff --git a/test/mksnapshot/mksnapshot.isolate b/test/mksnapshot/mksnapshot.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..9c90de515fe2eb1985835f4b7b71db08e0861922
--- /dev/null
+++ b/test/mksnapshot/mksnapshot.isolate
@@ -0,0 +1,16 @@
+# Copyright 2015 the V8 project authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'variables': {
+ 'files': [
+ './mksnapshot.status',
+ './testcfg.py',
+ '<(PRODUCT_DIR)/mksnapshot<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ 'includes': [
+ '../../src/base.isolate',
+ '../../tools/testrunner/testrunner.isolate',
+ ],
+}
« no previous file with comments | « test/BUILD.gn ('k') | test/mksnapshot/mksnapshot.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698