llvm/lib/Fuzzer/test
Kostya Serebryany d18970b6b1 [libFuzzer] remove stale code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297781 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-14 21:30:14 +00:00
..
no-coverage [libFuzzer] Use custom target instead of list of binaries for tests. 2017-02-08 00:03:26 +00:00
ubsan [libFuzzer] Use custom target instead of list of binaries for tests. 2017-02-08 00:03:26 +00:00
uninstrumented [libFuzzer] Use custom target instead of list of binaries for tests. 2017-02-08 00:03:26 +00:00
unit
AbsNegAndConstant64Test.cpp [libFuzzer] Use long long to ensure 64 bits. 2017-02-08 00:03:31 +00:00
AbsNegAndConstantTest.cpp
AccumulateAllocationsTest.cpp
afl-driver-extra-stats.test [libFuzzer] Disable afl tests on non-posix systems. 2017-02-01 22:40:50 +00:00
afl-driver-stderr.test [libFuzzer] Disable afl tests on non-posix systems. 2017-02-01 22:40:50 +00:00
AFLDriverTest.cpp
BogusInitializeTest.cpp [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing argv[0] 2017-01-20 21:34:24 +00:00
BufferOverflowOnInput.cpp
caller-callee.test
CallerCalleeTest.cpp
CMakeLists.txt [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver 2017-03-07 20:37:38 +00:00
CounterTest.cpp
coverage.test Mark some libFuzzer tests as XFAIL'd on Darwin 2017-02-28 21:45:59 +00:00
CustomCrossOverAndMutateTest.cpp [libFuzzer] Reorder includes in test 2017-03-13 23:49:00 +00:00
CustomCrossOverTest.cpp
CustomMutatorTest.cpp
cxxstring.test [libFuzzer] make sure we use the feedback from std::string operator == 2017-01-23 22:11:04 +00:00
CxxStringEqTest.cpp [libFuzzer] make sure we use the feedback from std::string operator == 2017-01-23 22:11:04 +00:00
dict1.txt
DivTest.cpp
DSO1.cpp [libFuzzer] Fix test with shared libraries on Windows. 2017-01-22 02:28:08 +00:00
DSO2.cpp [libFuzzer] Fix test with shared libraries on Windows. 2017-01-22 02:28:08 +00:00
DSOTestExtra.cpp
DSOTestMain.cpp
dump_coverage.test Un-XFAIL Fuzzer/test/dump_coverage.test. This now passes on Darwin (after r297094). 2017-03-07 01:01:38 +00:00
EmptyTest.cpp
equivalence.test [libFuzzer] Disable equivalence tests on non posix systems. 2017-02-01 22:40:45 +00:00
EquivalenceATest.cpp [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
EquivalenceBTest.cpp [libFuzzer] experimental support for 'equivalance fuzzing' 2017-01-20 20:57:07 +00:00
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
fuzzer-customcrossover.test
fuzzer-customcrossoverandmutate.test [fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver 2017-03-07 20:37:38 +00:00
fuzzer-custommutator.test
fuzzer-dict.test
fuzzer-dirs.test [libFuzzer] Don't add newline character when using echo in tests. 2017-02-08 00:02:59 +00:00
fuzzer-fdmask.test
fuzzer-finalstats.test
fuzzer-flags.test
fuzzer-leak.test
fuzzer-oom-with-profile.test
fuzzer-oom.test Mark some libFuzzer tests as XFAIL'd on Darwin 2017-02-28 21:45:59 +00:00
fuzzer-printcovpcs.test
fuzzer-runs.test
fuzzer-seed.test
fuzzer-segv.test [libFuzzer] Update fuzzer-segv to set environment variables. 2017-02-08 00:02:45 +00:00
fuzzer-singleinputs.test [libFuzzer] Accept different extensions. 2017-02-01 22:40:29 +00:00
fuzzer-threaded.test
fuzzer-timeout.test
fuzzer-traces-hooks.test [libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTest 2017-03-11 05:14:49 +00:00
fuzzer-ubsan.test
fuzzer.test [libFuzzer] Change Uninstrumented test name. 2017-02-08 00:03:13 +00:00
FuzzerUnittest.cpp [libFuzzer] use less memory for merge 2016-12-17 08:20:24 +00:00
hi.txt
InitializeTest.cpp
LargeTest.cpp [libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large number of edges, not yet suitable for unit testing 2017-03-11 01:54:06 +00:00
LeakTest.cpp
LeakTimeoutTest.cpp
lit.cfg [libFuzzer] Mark a test that infinite loops as unsupported 2017-02-22 23:05:17 +00:00
lit.site.cfg.in [libFuzzer] Add features windows and posix for lit tests. 2017-02-01 22:40:34 +00:00
LoadTest.cpp [libFuzzer] Update Load test to work on 32 bits. 2017-02-08 00:02:32 +00:00
Memcmp64BytesTest.cpp [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950 2017-02-14 23:02:37 +00:00
MemcmpTest.cpp
merge-posix.test [libFuzzer] Isolate merge tests that require posix. 2017-02-01 22:40:40 +00:00
merge.test [libFuzzer] Remove ? wildcard on tests. 2017-02-08 00:02:50 +00:00
minimize_crash.test [libFuzzer] Don't add newline character when using echo in tests. 2017-02-08 00:02:59 +00:00
NotinstrumentedTest.cpp [libFuzzer] Change Uninstrumented test name. 2017-02-08 00:03:13 +00:00
NthRunCrashTest.cpp
NullDerefOnEmptyTest.cpp
NullDerefTest.cpp
OneHugeAllocTest.cpp
OutOfMemorySingleLargeMallocTest.cpp [libFuzzer] Fix OutOfMemory tests to work on 32 bits. 2017-01-22 01:58:50 +00:00
OutOfMemoryTest.cpp
repeated-bytes.test
RepeatedBytesTest.cpp
RepeatedMemcmp.cpp [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test runner nearby 2017-01-21 00:01:27 +00:00
shrink.test
ShrinkControlFlowTest.cpp
ShrinkValueProfileTest.cpp
SignedIntOverflowTest.cpp
simple-cmp.test
SimpleCmpTest.cpp
SimpleDictionaryTest.cpp
SimpleHashTest.cpp
SimpleTest.cpp
SimpleThreadedTest.cpp
SingleByteInputTest.cpp [libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't special case 2-byte inputs 2017-01-19 19:38:12 +00:00
SingleMemcmpTest.cpp
SingleStrcmpTest.cpp [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) 2017-01-17 23:09:05 +00:00
SingleStrncmpTest.cpp
SpamyTest.cpp
standalone.test
StrcmpTest.cpp
StrncmpOOBTest.cpp
StrncmpTest.cpp
StrstrTest.cpp
swap-cmp.test
SwapCmpTest.cpp
Switch2Test.cpp
SwitchTest.cpp [libFuzzer] make __sanitizer_cov_trace_switch more predictable 2016-12-29 02:50:35 +00:00
ThreadedLeakTest.cpp
ThreadedTest.cpp
TimeoutEmptyTest.cpp
TimeoutTest.cpp
trace-malloc-2.test [libFuzzer] Mark a test that infinite loops as unsupported 2017-02-22 23:05:17 +00:00
trace-malloc.test [libFuzzer] Mark a test that infinite loops as unsupported 2017-02-22 23:05:17 +00:00
TraceMallocTest.cpp
ulimit.test [libFuzzer] Disable ulimit test on windows. 2017-02-08 00:02:54 +00:00
value-profile-cmp2.test
value-profile-cmp3.test
value-profile-cmp4.test
value-profile-cmp.test
value-profile-div.test [libFuzzer] Update test to consider different exceptions. 2017-02-08 00:02:25 +00:00
value-profile-load.test
value-profile-mem.test [libFuzzer] remove stale code 2017-03-14 21:30:14 +00:00
value-profile-set.test
value-profile-strcmp.test
value-profile-strncmp.test
value-profile-switch.test