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

Unified Diff: test/fuzzer/fuzzer.status

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.isolate ('k') | test/fuzzer/fuzzer-support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer.status
diff --git a/test/ignition.isolate b/test/fuzzer/fuzzer.status
similarity index 50%
copy from test/ignition.isolate
copy to test/fuzzer/fuzzer.status
index 7e4e581a6b085c1925cdffc6d21a8f3d1e9207e2..df922bbf4e6d398165322c804085e757128071c9 100644
--- a/test/ignition.isolate
+++ b/test/fuzzer/fuzzer.status
@@ -1,14 +1,7 @@
# 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': {
- 'command': [
- '../tools/run-tests.py',
- ],
- },
- 'includes': [
- 'cctest/cctest.isolate',
- 'mjsunit/mjsunit.isolate',
- ],
-}
+
+[
+
+]
« no previous file with comments | « test/fuzzer/fuzzer.isolate ('k') | test/fuzzer/fuzzer-support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698