v8/test/fuzzer
machenbach cec0ed0f77 [icu] Support loading data file from default location
This allows using icu data, bundled in the icudtl.dat file,
to be loaded automatically from a default location
side-by-side with the executable.

The v8 stand-alone default is still to use statically
linked ICU data, but this will be switched in a separate
follow-up CL.

BUG=chromium:616033
LOG=y

Review-Url: https://codereview.chromium.org/2042253002
Cr-Commit-Position: refs/heads/master@{#36823}
2016-06-08 12:11:34 +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 [icu] Support loading data file from default location 2016-06-08 12:11:34 +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 [gn] Add fuzzer targets. 2016-06-03 13:12:58 +00:00
fuzzer.isolate [gn] Add fuzzer targets. 2016-06-03 13:12:58 +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 Add GC request to libFuzzers in attempt to avoid parasitic coverage. 2016-04-28 13:32:28 +00:00
parser.cc Add GC request to libFuzzers in attempt to avoid parasitic coverage. 2016-04-28 13:32:28 +00:00
regexp.cc Add GC request to libFuzzers in attempt to avoid parasitic coverage. 2016-04-28 13:32:28 +00:00
testcfg.py [gn] Add fuzzer targets. 2016-06-03 13:12:58 +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