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

Unified Diff: test/fuzzer/parser_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
Index: test/fuzzer/parser_fuzzer.isolate
diff --git a/test/unittests/unittests.isolate b/test/fuzzer/parser_fuzzer.isolate
similarity index 63%
copy from test/unittests/unittests.isolate
copy to test/fuzzer/parser_fuzzer.isolate
index ae503bf9bf38a02e8826f241ea30bfbad41ccfad..d28d6bf1ae4d99c69e540e2b45f07f3366c899a1 100644
--- a/test/unittests/unittests.isolate
+++ b/test/fuzzer/parser_fuzzer.isolate
@@ -1,15 +1,15 @@
-# 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)/unittests<(EXECUTABLE_SUFFIX)',
- './unittests.status',
+ '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)',
+ './parser/',
],
},
'includes': [
'../../src/base.isolate',
'../../tools/testrunner/testrunner.isolate',
],
-}
+}
« test/fuzzer/fuzzer.cc ('K') | « test/fuzzer/parser/testcfg.py ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698