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

Unified Diff: test/fuzzer/fuzzer.isolate

Issue 1604203002: Add a library suitable for libfuzzer with a small unit test runner shell (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 11 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/fuzzer/fuzzer.gyp ('k') | test/fuzzer/fuzzer.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer.isolate
diff --git a/test/cctest/cctest.isolate b/test/fuzzer/fuzzer.isolate
similarity index 61%
copy from test/cctest/cctest.isolate
copy to test/fuzzer/fuzzer.isolate
index aee8d83f8501c485f6555274df8da8107e3773d9..1a3a6a359814cd22460f58039c7b54394e98f5ae 100644
--- a/test/cctest/cctest.isolate
+++ b/test/fuzzer/fuzzer.isolate
@@ -1,16 +1,18 @@
-# Copyright 2015 the V8 project authors. All rights reserved.
+# Copyright 2016 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': [
- '<(PRODUCT_DIR)/cctest<(EXECUTABLE_SUFFIX)',
- './cctest.status',
+ '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)',
+ './fuzzer.status',
'./testcfg.py',
+ './parser/',
],
},
'includes': [
'../../src/base.isolate',
'../../tools/testrunner/testrunner.isolate',
],
-}
+}
« no previous file with comments | « test/fuzzer/fuzzer.gyp ('k') | test/fuzzer/fuzzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698