llvm-project/compiler-rt/test/fuzzer
Ulrich Weigand a998cae021 [compiler-rt][SystemZ] Skip fuzzer/full-coverage.test
This test is currently marked as XFAIL on s390x, but it is randomly
passing, causing build bot issues.  Setting as UNSUPPORTED for now.
2020-10-28 16:39:46 +01:00
..
unit [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
AFLDriverTest.cpp Summary: 2019-04-18 18:49:11 +00:00
AbsNegAndConstant64Test.cpp
AbsNegAndConstantTest.cpp
AccumulateAllocationsTest.cpp
AcquireCrashStateTest.cpp
AlignmentAssumptionTest.cpp
BadStrcmpTest.cpp
Bingo.h
BogusInitializeTest.cpp
BufferOverflowOnInput.cpp
CMakeLists.txt [compiler-rt] Provide a lit config variable that defines the minimum deployment OS version flag appropriate for the configured OS. 2020-02-14 13:53:54 -08:00
CallerCalleeTest.cpp
CleanseTest.cpp
CompressedTest.cpp
CounterTest.cpp
CrossOverTest.cpp Recommit "[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf calls in CrossOver mutator." 2020-08-27 21:48:45 +00:00
CustomAllocator.cpp Recommit "[libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked." 2020-07-23 15:59:07 +00:00
CustomCrossOverAndMutateTest.cpp
CustomCrossOverTest.cpp
CustomMutatorTest.cpp
CustomMutatorWithLongSequencesTest.cpp [libfuzzer] Reduce default verbosity when printing large mutation sequences 2020-09-16 09:20:57 -07:00
CxxStringEqTest.cpp
DSO1.cpp
DSO2.cpp
DSOTestExtra.cpp
DSOTestMain.cpp
DeepRecursionTest.cpp
DivTest.cpp
EmptyTest.cpp
EntropicScalePerExecTimeTest.cpp [libFuzzer] Scale energy assigned to each input based on input execution time. 2020-09-03 20:38:20 +00:00
EquivalenceATest.cpp
EquivalenceBTest.cpp
ExplodeDFSanLabelsTest.cpp
FlagsTest.cpp
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
GcSectionsTest.cpp
ImplicitIntegerSignChangeTest.cpp
ImplicitSignedIntegerTruncationOrSignChangeTest.cpp
ImplicitSignedIntegerTruncationTest.cpp
ImplicitUnsignedIntegerTruncationTest.cpp
InitializeTest.cpp
IntegerOverflowTest.cpp
KeepSeedTest.cpp [libFuzzer] Add an option to keep initial seed inputs around. 2020-09-03 15:54:39 +00:00
Labels20Test.cpp [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode that traces up to 16 labels at a time and never runs out of labels. Second attempt. This time with a fix for windows (putenv instead of setenv)) 2019-06-14 19:54:32 +00:00
LargeTest.cpp
LeakTest.cpp
LeakTimeoutTest.cpp
LoadTest.cpp Recommit "[libFuzzer] Fix value-profile-load test." 2020-08-27 19:12:30 +00:00
MagicSeparatorTest.cpp [libFuzzer] add MagicSeparatorTest 2019-04-30 22:05:55 +00:00
Memcmp64BytesTest.cpp
MemcmpTest.cpp [libFuzzer] Instrument bcmp 2020-07-24 00:24:46 -07:00
MsanParamUnpoison.cpp [libFuzzer] Unpoison parameters before calling user callback. 2019-05-09 22:48:46 +00:00
MultipleConstraintsOnSmallInputTest.cpp
NotinstrumentedTest.cpp
NthRunCrashTest.cpp
NullDerefOnEmptyTest.cpp
NullDerefTest.cpp
OneHugeAllocTest.cpp
OnlySomeBytesTest.cpp [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions 2019-06-20 01:48:45 +00:00
OutOfMemorySingleLargeMallocTest.cpp
OutOfMemoryTest.cpp
OverwriteInputTest.cpp
PrintFuncTest.cpp
ReadBinaryTest.cpp
ReloadTest.cpp [fuzzer] Fix reload.test on Linux/aarch64 2019-04-24 19:02:54 +00:00
RepeatedBytesTest.cpp
RepeatedMemcmp.cpp
ShallowOOMDeepCrash.cpp
ShrinkControlFlowSimpleTest.cpp
ShrinkControlFlowTest.cpp
ShrinkValueProfileTest.cpp
SignedIntOverflowTest.cpp
SimpleCmpTest.cpp [libFuzzer] Make msan.test:SimpleCmpTest succeed with less trials. 2020-08-24 14:45:39 +00:00
SimpleDictionaryTest.cpp
SimpleHashTest.cpp
SimpleTest.cpp
SimpleTestStdio.cpp
SimpleThreadedTest.cpp
SingleByteInputTest.cpp
SingleMemcmpTest.cpp [libFuzzer] perform more agressive value profiling in memcmp 2019-05-09 22:09:25 +00:00
SingleStrcmpTest.cpp
SingleStrncmpTest.cpp
SleepOneSecondTest.cpp
SpamyTest.cpp
StrcmpTest.cpp [NFC][fuzzer] Simplify StrcmpTest.cpp 2020-09-18 00:36:48 -07:00
StrncmpOOBTest.cpp
StrncmpTest.cpp
StrstrTest.cpp
SwapCmpTest.cpp
Switch2Test.cpp
Switch3Test.cpp
SwitchTest.cpp
SymbolizeDeadlock.cpp
TableLookupTest.cpp
ThreadedLeakTest.cpp
ThreadedTest.cpp
ThreeBytes.cpp
ThreeFunctionsTest.cpp [libFuzzer] extend the data flow tracer to also produce basic block coverage for every input. An extended test coming in a separte change. 2019-05-08 00:51:15 +00:00
TimeoutEmptyTest.cpp
TimeoutTest.cpp
TraceMallocTest.cpp
TraceMallocThreadedTest.cpp
TwoDifferentBugsTest.cpp
UninitializedStrlen.cpp
UseAfterDtor.cpp
acquire-crash-state.test
afl-driver-close-fd-mask.test Summary: 2019-04-18 18:49:11 +00:00
afl-driver-stderr.test
afl-driver.test Summary: 2019-04-18 18:49:11 +00:00
bad-strcmp.test
bcmp.test [compiler-rt][fuzzer] Disable bcmp.test on darwin 2020-07-24 14:54:17 -06:00
bogus-initialize.test
buffer-overflow-on-input.test
caller-callee.test
cleanse.test
compressed.test [libFuzzer] Enable for i386 2019-04-30 17:58:56 +00:00
counters.test
coverage.test [libFuzzer] Enable for SystemZ 2020-08-04 21:53:27 +02:00
cross_over.test Recommit "[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf calls in CrossOver mutator." 2020-08-27 21:48:45 +00:00
cross_over_copy.test Recommit "[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf calls in CrossOver mutator." 2020-08-27 21:48:45 +00:00
cross_over_insert.test Recommit "[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf calls in CrossOver mutator." 2020-08-27 21:48:45 +00:00
cross_over_uniform_dist.test [libFuzzer] Enable entropic by default. 2020-09-16 10:44:34 -07:00
custom-allocator.test [libFuzzer] Disable interceptor tests on non-Linux platforms. 2020-07-23 17:13:44 +00:00
cxxstring.test
dataflow.test [DFSan] Add efficient fast16labels instrumentation mode. 2020-07-29 18:58:47 +00:00
dead-stripping.test
deep-recursion.test
deprecated-instrumentation.test
dict1.txt
disable-leaks.test
dso-cov-input.txt [libFuzzer] Added -print_full_coverage flag. 2020-10-23 16:05:54 -07:00
dso.test
entropic-scale-per-exec-time.test [libFuzzer] Scale energy assigned to each input based on input execution time. 2020-09-03 20:38:20 +00:00
equivalence-signals.test
equivalence.test
exit-report.test
exit_on_src_pos.test
extra-counters.test
features_dir.test [libFuzzer] add -features_dir= flag to dump unique input features on disk 2019-04-13 00:20:31 +00:00
focus-function.test [libFuzzer] Make dataflow and focus functions more user friendly. 2020-02-03 08:36:03 -08:00
fork-sigusr.test [libFuzzer] Disable fork-sigusr.test on AArch64. 2019-05-20 18:38:58 +00:00
fork-ubsan.test [libFuzzer] Increase timeouts on fork tests and skip one on aarch64 2019-05-07 09:31:14 +00:00
fork.test Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
full-coverage-set.test
full-coverage.test [compiler-rt][SystemZ] Skip fuzzer/full-coverage.test 2020-10-28 16:39:46 +01:00
fuzzer-alignment-assumption.test
fuzzer-customcrossover.test
fuzzer-customcrossoverandmutate.test
fuzzer-custommutator.test [libfuzzer] Reduce default verbosity when printing large mutation sequences 2020-09-16 09:20:57 -07:00
fuzzer-dict.test
fuzzer-dirs.test [fuzzer] Create user provided fuzzer writeable directories when requested if they dont exist 2020-09-03 08:31:59 -07:00
fuzzer-fdmask.test
fuzzer-finalstats.test
fuzzer-flags.test
fuzzer-implicit-integer-sign-change.test
fuzzer-implicit-signed-integer-truncation-or-sign-change.test
fuzzer-implicit-signed-integer-truncation.test
fuzzer-implicit-unsigned-integer-truncation.test
fuzzer-leak.test [NFC][lsan][fuzzer] Relax fuzzer-leak.test 2020-09-14 23:50:52 -07:00
fuzzer-oom-with-profile.test
fuzzer-oom.test
fuzzer-printcovpcs.test Remove `XFAIL: ios` from test that passes in CI 2019-07-05 22:53:18 +00:00
fuzzer-runs.test
fuzzer-seed.test
fuzzer-segv.test
fuzzer-singleinputs.test
fuzzer-threaded.test
fuzzer-timeout.test
fuzzer-ubsan.test
gc-sections.test [libFuzzer] Re-enable libFuzzer on i386 Linux and fix test 2019-05-02 16:45:17 +00:00
hi.txt
initialize.test
keep-seed.test [libFuzzer] Enable entropic by default. 2020-09-16 10:44:34 -07:00
large.test [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON 2019-12-03 14:37:37 -08:00
len_control.test
libcxx.test [libFuzzer] Require linux for libcxx.test 2019-04-25 18:42:30 +00:00
lit.cfg.py [compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD 2019-12-19 01:16:14 +01:00
lit.site.cfg.py.in [compiler-rt] Provide a lit config variable that defines the minimum deployment OS version flag appropriate for the configured OS. 2020-02-14 13:53:54 -08:00
magic-separator.test [libFuzzer] disable two tests on i386 that are causing timeouts on the bots 2019-05-08 00:43:12 +00:00
max-number-of-runs.test
memcmp.test [libFuzzer] Disable interceptor tests on non-Linux platforms. 2020-07-23 17:13:44 +00:00
memcmp64.test [libFuzzer] Disable noasan-memcmp64.test and bcmp.test on Windows. 2020-07-24 16:40:11 +00:00
merge-control-file.test
merge-posix.test
merge-sigusr.test [libFuzzer] Sleep after process exits in merge-sigusr.test. 2019-05-22 00:41:54 +00:00
merge.test [libFuzzer] Make -merge=1 to reuse coverage information from the control file. 2019-09-11 14:11:08 +00:00
merge_two_step.test [libFuzzer] Remove hardcoded number of new features in merge_two_step.test. 2019-09-11 19:43:03 +00:00
minimize_crash.test
minimize_timeout.test [libFuzzer] Fix minimizing timeouts 2020-08-11 22:16:12 +02:00
minimize_two_crashes.test
msan-param-unpoison.test [libFuzzer] Unpoison parameters before calling user callback. 2019-05-09 22:48:46 +00:00
msan.test [libFuzzer] Un-XFAIL msan.test on SystemZ 2020-08-25 15:01:55 +02:00
mutation-graph.test [libFuzzer] Add a command-line option for tracing mutation of corpus inputs in the dot graph format. 2020-09-09 03:28:53 +00:00
noasan-bcmp.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
noasan-memcmp.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
noasan-memcmp64.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
noasan-strcmp.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
noasan-strncmp.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
noasan-strstr.test Recommit "[libFuzzer] Disable implicit builtin knowledge about memcmp-like functions when -fsanitize=fuzzer-no-link is given." 2020-07-27 18:27:49 +00:00
not-instrumented.test
null-deref-on-empty.test
null-deref.test
only-some-bytes-fork.test [DFSan] Add efficient fast16labels instrumentation mode. 2020-07-29 18:58:47 +00:00
only-some-bytes.test [DFSan] Add efficient fast16labels instrumentation mode. 2020-07-29 18:58:47 +00:00
overwrite-input.test [libFuzzer] [NFC] Fix grammar error with "it's" 2019-09-26 00:54:30 +00:00
print-func.test
read-binary.test
recommended-dictionary.test
reduce_inputs.test
reload.test
repeated-bytes.test
seed_inputs.test Revert "[TSan] Attempt to fix iOS on-device test" 2019-07-08 19:26:21 +00:00
shrink.test
sigint.test [libFuzzer] Fix failing test: sigint.test 2019-04-30 23:46:52 +00:00
sigusr.test
simple-cmp.test [libFuzzer] extend the data flow tracer to also produce basic block coverage for every input. An extended test coming in a separte change. 2019-05-08 00:51:15 +00:00
simple.test
standalone.test
strcmp.test [libFuzzer] Disable interceptor tests on non-Linux platforms. 2020-07-23 17:13:44 +00:00
strncmp-oob.test
strncmp.test [libFuzzer] Disable interceptor tests on non-Linux platforms. 2020-07-23 17:13:44 +00:00
strstr.test [libFuzzer] Disable interceptor tests on non-Linux platforms. 2020-07-23 17:13:44 +00:00
swap-cmp.test [SanitizerCoverage] Use zeroext for cmp parameters on all targets 2020-08-12 18:38:12 +02:00
symbolize-deadlock.test
three-bytes.test
trace-malloc-2.test
trace-malloc-threaded.test fix broken test 2019-04-30 17:58:59 +00:00
trace-malloc-unbalanced.test
trace-malloc.test
ulimit.test
value-profile-cmp.test
value-profile-cmp2.test
value-profile-cmp3.test
value-profile-cmp4.test
value-profile-div.test
value-profile-load.test Recommit "[libFuzzer] Fix value-profile-load test." 2020-08-27 19:12:30 +00:00
value-profile-mem.test [libFuzzer] simplify value-profile-mem.test a little bit 2019-05-09 20:20:36 +00:00
value-profile-set.test
value-profile-strcmp.test
value-profile-strncmp.test
value-profile-switch.test
windows-opt-ref.test Use clang driver for libfuzzer tests on Windows 2019-07-11 23:20:04 +00:00