1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Fuzzer/test
Kostya Serebryany 59579cf205 [libFuzzer] one more test
llvm-svn: 282127
2016-09-22 00:57:29 +00:00
..
dfsan [LibFuzzer] Refactor declaration of tests in CMake. 2016-05-27 03:14:40 +00:00
no-coverage [libFuzzer] fix the build for AFLDriverTest 2016-09-15 18:10:38 +00:00
trace-bb [LibFuzzer] Refactor declaration of tests in CMake. 2016-05-27 03:14:40 +00:00
trace-pc [libFuzzer] one more test 2016-09-22 00:57:29 +00:00
ubsan [LibFuzzer] Refactor declaration of tests in CMake. 2016-05-27 03:14:40 +00:00
uninstrumented [libFuzzer] add a test that is built w/o coverage instrumentation but has the coverage rt (it should now fail with a descriptive message) 2016-06-08 01:46:13 +00:00
unit
AbsNegAndConstant64Test.cpp [libFuzzer] use sizeof() in tests instead of 4 and 8 2016-09-09 22:21:16 +00:00
AbsNegAndConstantTest.cpp [libFuzzer] use sizeof() in tests instead of 4 and 8 2016-09-09 22:21:16 +00:00
AccumulateAllocationsTest.cpp
afl-driver-extra-stats.test [libFuzzer] Let user specify extra stats file. 2016-06-30 20:43:06 +00:00
afl-driver-stderr.test [libFuzzer] Let user specify extra stats file. 2016-06-30 20:43:06 +00:00
AFLDriverTest.cpp [LibFuzzer] Unbreak the build on macOS which was broken by r272858. 2016-07-07 18:14:11 +00:00
BufferOverflowOnInput.cpp
CallerCalleeTest.cpp
CMakeLists.txt [libFuzzer] one more test 2016-09-22 00:57:29 +00:00
CounterTest.cpp
coverage.test [libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuzzer 2016-09-18 21:47:08 +00:00
CustomCrossOverTest.cpp [libfuzzer] custom crossover interface function. 2016-06-07 20:22:15 +00:00
CustomMutatorTest.cpp
dict1.txt
DivTest.cpp [libFuzzer] use trace-div and trace-gep for guided fuzzing, add tests 2016-08-30 01:30:14 +00:00
DSO1.cpp [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
DSO2.cpp [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
DSOTestExtra.cpp [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
DSOTestMain.cpp [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
EmptyTest.cpp
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
fuzzer-customcrossover.test [libfuzzer] custom crossover interface function. 2016-06-07 20:22:15 +00:00
fuzzer-custommutator.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-dfsan.test [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly better 2016-09-09 01:17:03 +00:00
fuzzer-dict.test
fuzzer-dirs.test [libFuzzer] refactoring: move the Corpus into a separate class; delete two unused experimental features 2016-09-21 01:04:43 +00:00
fuzzer-fdmask.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-finalstats.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-flags.test [libFuzzer] don't print help for internal flags 2016-09-10 00:35:30 +00:00
fuzzer-fn-adapter.test
fuzzer-jobs.test [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
fuzzer-leak.test [libFuzzer] add ThreadedLeakTest 2016-07-15 17:19:43 +00:00
fuzzer-oom-with-profile.test [LibFuzzer] Split the fuzzer-oom.test into two tests. 2016-06-07 21:23:30 +00:00
fuzzer-oom.test [LibFuzzer] Split the fuzzer-oom.test into two tests. 2016-06-07 21:23:30 +00:00
fuzzer-printcovpcs.test [libFuzzer] more refactoring 2016-09-21 21:17:23 +00:00
fuzzer-prunecorpus.test [libfuzzer] prune_corpus option for disabling pruning during the load. 2016-06-07 18:16:32 +00:00
fuzzer-runs.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-seed.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-segv.test [libfuzzer] splitting fuzzer.test 2016-06-03 18:05:22 +00:00
fuzzer-singleinputs.test [libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, M<N, caused a buffer overflow 2016-08-30 14:52:05 +00:00
fuzzer-threaded.test [libFuzzer] use the new chainable malloc hooks instead of the old un-chainable ones, use atomic for malloc/free counters instead of a thread local counter in the main thread. This should make on-the-spot leak detection in libFuzzer more reliable 2016-06-16 20:17:41 +00:00
fuzzer-timeout.test
fuzzer-traces-hooks.test [libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp 2016-07-15 23:27:19 +00:00
fuzzer-ubsan.test
fuzzer.test [libFuzzer] change trace-pc to use 8-byte guards 2016-09-17 05:04:47 +00:00
FuzzerFnAdapterUnittest.cpp
FuzzerUnittest.cpp [libFuzzer] add stats to the corpus; more refactoring 2016-09-21 22:42:17 +00:00
hi.txt
InitializeTest.cpp
LeakTest.cpp
LeakTimeoutTest.cpp
lit.cfg [LibFuzzer] Split the fuzzer-oom.test into two tests. 2016-06-07 21:23:30 +00:00
lit.site.cfg.in [LibFuzzer] Disable building and running LSan tests on Apple platforms because LSan is not currently supported. 2016-06-07 04:44:39 +00:00
LoadTest.cpp [libFuzzer] use trace-div and trace-gep for guided fuzzing, add tests 2016-08-30 01:30:14 +00:00
MemcmpTest.cpp
merge.test [libFuzzer] print a visible message if merge fails due to a crash 2016-09-10 00:15:41 +00:00
minimize_crash.test [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time 2016-09-01 01:22:27 +00:00
MinimizeCorpusTest.cpp [libFuzzer] one more test 2016-09-22 00:57:29 +00:00
NthRunCrashTest.cpp
NullDerefOnEmptyTest.cpp
NullDerefTest.cpp
OneHugeAllocTest.cpp [libFuzzer] add one more OOM test, which we currently don't handle very well 2016-06-09 01:20:35 +00:00
OutOfMemoryTest.cpp
repeated-bytes.test [libFuzzer] fix the bot 2016-08-15 19:36:13 +00:00
RepeatedBytesTest.cpp [libFuzzer] add InsertRepeatedBytes and EraseBytes. 2016-08-15 17:48:28 +00:00
RepeatedMemcmp.cpp
SignedIntOverflowTest.cpp
SimpleCmpTest.cpp
SimpleDictionaryTest.cpp
SimpleFnAdapterTest.cpp
SimpleHashTest.cpp
SimpleTest.cpp
SimpleThreadedTest.cpp [libFuzzer] more refactoring around CurrentUnit. Also add a threading test on which we currently have a race (when reporting bugs from multiple threads) 2016-05-26 22:17:32 +00:00
SingleMemcmpTest.cpp [libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage. 2016-08-16 19:33:51 +00:00
SingleStrcmpTest.cpp [libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage. 2016-08-16 19:33:51 +00:00
SingleStrncmpTest.cpp [libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage. 2016-08-16 19:33:51 +00:00
SpamyTest.cpp
StrcmpTest.cpp [libFuzzer] add InsertRepeatedBytes and EraseBytes. 2016-08-15 17:48:28 +00:00
StrncmpTest.cpp [libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage. 2016-08-16 19:33:51 +00:00
StrstrTest.cpp [libFuzzer] properly intercept memmem 2016-07-19 18:29:06 +00:00
SwitchTest.cpp
ThreadedLeakTest.cpp [libFuzzer] add ThreadedLeakTest 2016-07-15 17:19:43 +00:00
ThreadedTest.cpp
TimeoutTest.cpp
UninstrumentedTest.cpp
value-profile-cmp.test [libFuzzer] one more puzzle for value profile 2016-09-09 21:58:42 +00:00
value-profile-div.test [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time 2016-09-01 01:22:27 +00:00
value-profile-load.test [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time 2016-09-01 01:22:27 +00:00
value-profile-mem.test [libFuzzer] stop using bits for memcmp's value profile -- seems to blow up the corpus too much 2016-08-30 14:39:33 +00:00
value-profile-set.test [libFuzzer] new experimental feature: value profiling. Profiles values that affect control flow and treats new values as new coverage. 2016-08-16 19:33:51 +00:00