llvm/lib/Fuzzer/test
2016-03-04 23:18:01 +00:00
..
dfsan
trace-bb
trace-pc [libFuzzer] initial implementation of path coverage based on -fsanitize-coverage=trace-pc. This does not scale well yet, but already cracks FullCoverageSetTest in seconds 2016-02-26 21:33:56 +00:00
uninstrumented [libFuzzer] fix the libFuzzer bot 2016-02-18 02:02:40 +00:00
unit
BufferOverflowOnInput.cpp
CallerCalleeTest.cpp
CMakeLists.txt [libfuzzer] arbitrary function adapter. 2016-03-03 23:45:29 +00:00
CounterTest.cpp
CustomMutatorTest.cpp [libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzzer object for fuzzer::Mutate. This makes custom mutators fast 2016-02-13 06:24:18 +00:00
dict1.txt
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
fuzzer-dfsan.test [libFuzzer] get rid of UserSuppliedFuzzer; NFC 2016-02-13 03:25:16 +00:00
fuzzer-dict.test
fuzzer-drill.test
fuzzer-fn-adapter.test [libfuzzer] arbitrary function adapter. 2016-03-03 23:45:29 +00:00
fuzzer-threaded.test
fuzzer-timeout.test [libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag. 2016-03-01 22:19:21 +00:00
fuzzer-trace-pc.test [libFuzzer] fixing the bot 2016-02-27 03:14:23 +00:00
fuzzer-traces.test
fuzzer.test [libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag. 2016-03-01 22:19:21 +00:00
FuzzerFnAdapterUnittest.cpp [libfuzzer] adding std:string to allowed adaptable argument. 2016-03-04 23:18:01 +00:00
FuzzerUnittest.cpp [libFuzzer] get rid of UserSuppliedFuzzer; NFC 2016-02-13 03:25:16 +00:00
hi.txt
InitializeTest.cpp
LeakTest.cpp [libFuzzer] don't write the test unit when a leak is detected (since we don't know which unit causes the leak) 2016-02-04 00:02:17 +00:00
lit.cfg
lit.site.cfg.in
MemcmpTest.cpp
merge.test
NthRunCrashTest.cpp [libFuzzer] make -runs=N flag also affect the simple runner (will execute every input N times) 2016-02-12 02:32:03 +00:00
NullDerefTest.cpp
RepeatedMemcmp.cpp
SimpleCmpTest.cpp
SimpleDictionaryTest.cpp
SimpleFnAdapterTest.cpp [libfuzzer] arbitrary function adapter. 2016-03-03 23:45:29 +00:00
SimpleHashTest.cpp
SimpleTest.cpp
StrcmpTest.cpp
StrncmpTest.cpp
SwitchTest.cpp
ThreadedTest.cpp
TimeoutTest.cpp
UninstrumentedTest.cpp