v8/test/fuzzer
machenbach cb855fe728 [build] Prepare moving v8.gyp to src/
This will allow to pull in gyp as a deps to the same location
as chromium (tools/gyp not build/gyp), needed for gn switch.

This is the first step of a 3-way move.
1) Copy v8.gyp in v8
2) Update references in embedders (follow up)
3) Remove old v8.gyp (follow up)

BUG=chromium:474921
LOG=n
NOTRY=true

Review URL: https://codereview.chromium.org/1920793002

Cr-Commit-Position: refs/heads/master@{#35760}
2016-04-25 12:20:24 +00:00
..
json Add json fuzzer 2016-02-02 11:29:01 +00:00
parser Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
regexp [regexp] add fuzzer support for regexp parser and compiler. 2016-02-01 14:00:38 +00:00
wasm Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
wasm_asmjs Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
DEPS Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer-support.cc Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer-support.h Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer.cc Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
fuzzer.gyp [build] Prepare moving v8.gyp to src/ 2016-04-25 12:20:24 +00:00
fuzzer.isolate Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
fuzzer.status Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
json.cc Expose JSON stringifier through V8 API 2016-04-15 18:24:28 +00:00
parser.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
regexp.cc Add json fuzzer 2016-02-02 11:29:01 +00:00
testcfg.py Adding Wasm + Wasm-asm variant fuzzer. 2016-03-02 00:54:08 +00:00
wasm-asmjs.cc Reset isolate exceptions in libfuzzer wasm tests. 2016-03-03 00:05:03 +00:00
wasm.cc Reset isolate exceptions in libfuzzer wasm tests. 2016-03-03 00:05:03 +00:00