1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Fuzzer/test
2015-08-01 02:23:06 +00:00
..
dfsan [lib/Fuzzer] build tests that work well with dfsan also w/o dfsan 2015-05-08 21:45:19 +00:00
unit [fuzzer] Add a gtest-style test 2015-01-30 23:26:57 +00:00
CMakeLists.txt [libFuzzer] support switch interception in dfsan mode 2015-07-31 17:05:05 +00:00
CounterTest.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
CxxTokensTest.cpp [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the test runner 2015-05-07 00:11:33 +00:00
FourIndependentBranchesTest.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
FullCoverageSetTest.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
fuzzer-dfsan.test [libFuzzer] start refactoring the Mutator and adding tests to it 2015-08-01 01:42:51 +00:00
fuzzer.test [libFuzzer] make sure that 2-byte arguments of switch() are handled properly 2015-07-31 20:58:55 +00:00
FuzzerUnittest.cpp [libFuzzer] more refactoring of the Mutator and adding tests to it 2015-08-01 02:23:06 +00:00
InfiniteTest.cpp [lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to every unit of work separately 2015-05-19 22:12:57 +00:00
lit.cfg [Fuzzer] Rely on $PATH expansion instead of hardcoding paths in tests. NFC. 2015-07-21 22:51:55 +00:00
lit.site.cfg.in [fuzzer] Add proper dependensices to the fuzzer tests 2015-02-03 21:57:32 +00:00
MemcmpTest.cpp [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o dfsan), add a test 2015-07-30 02:33:45 +00:00
NullDerefTest.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
SimpleCmpTest.cpp [Fuzzer] Clearly separate regular and DFSan tests. NFC. 2015-07-21 22:51:49 +00:00
SimpleTest.cpp [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the test runner 2015-05-07 00:11:33 +00:00
StrncmpTest.cpp [libFuzzer] fix the strncmp interceptor -- it should respect short strings. 2015-07-30 21:22:22 +00:00
SwitchTest.cpp [libFuzzer] make sure that 2-byte arguments of switch() are handled properly 2015-07-31 20:58:55 +00:00
TimeoutTest.cpp [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique 2015-05-06 22:19:00 +00:00
UserSuppliedFuzzerTest.cpp [libFuzzer] allow users to supply their own implementation of rand 2015-07-24 01:06:40 +00:00