llvm-project/compiler-rt/test/fuzzer
Youling Tang 3ba498d145 [fuzzer][test] Add #include <cstdint> for gcc-13
See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes.

Reviewed By: SixWeining

Differential Revision: https://reviews.llvm.org/D137696
2022-11-10 13:44:11 +08:00
..
unit
AFLDriverTest.cpp
AbsNegAndConstant64Test.cpp
AbsNegAndConstantTest.cpp
AccumulateAllocationsTest.cpp
AcquireCrashStateTest.cpp
AlignmentAssumptionTest.cpp
BadStrcmpTest.cpp
Bingo.h
BogusInitializeTest.cpp
BufferOverflowOnInput.cpp
CMakeLists.txt [compiler-rt] Fix lld dependency for sanitizers 2021-07-22 18:02:19 -07:00
CallerCalleeTest.cpp
CleanseTest.cpp
CompressedTest.cpp
CounterTest.cpp [fuzzer][test] Add #include <cstdint> for gcc-13 2022-11-10 13:44:11 +08:00
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 [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
CustomMutatorTest.cpp [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
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
EquivalenceATest.cpp
EquivalenceBTest.cpp
ExplodeDFSanLabelsTest.cpp
FlagsTest.cpp [fuzzer][test] Add #include <cstdint> for gcc-13 2022-11-10 13:44:11 +08:00
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
LargeTest.cpp [fuzzer] Reduce size of large.test 2022-05-10 10:19:04 +02:00
LeakTest.cpp
LeakTimeoutTest.cpp
LoadTest.cpp Recommit "[libFuzzer] Fix value-profile-load test." 2020-08-27 19:12:30 +00:00
MagicSeparatorTest.cpp
Memcmp64BytesTest.cpp
MemcmpTest.cpp [libFuzzer] Instrument bcmp 2020-07-24 00:24:46 -07:00
MsanCustomMutator.cpp [libFuzzer] Fix MSan false positives with custom mutators. 2021-04-13 10:49:42 -07:00
MsanParamUnpoison.cpp
MultipleConstraintsOnSmallInputTest.cpp
NotinstrumentedTest.cpp
NthRunCrashTest.cpp
NullDerefOnEmptyTest.cpp
NullDerefTest.cpp Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
OneHugeAllocTest.cpp
OnlySomeBytesTest.cpp
OutOfMemorySingleLargeMallocTest.cpp [libFuzzer] Fix fuzzer-oom.test. 2021-04-13 11:33:41 -07:00
OutOfMemoryTest.cpp [libFuzzer] Fix fuzzer-oom.test. 2021-04-13 11:33:41 -07:00
OutOfProcessFuzzTarget.cpp [libFuzzer] tests/examples for using libFuzzer for out-of-process targets 2021-08-04 17:37:26 -07:00
OverwriteInputTest.cpp
PrintFuncTest.cpp
ReadBinaryTest.cpp
Reject.cpp [libFuzzer] Extend the fuzz target intarface to allow -1 return value. 2022-06-30 13:21:27 -07:00
ReloadTest.cpp
RepeatedBytesTest.cpp
RepeatedMemcmp.cpp
SanCovDump.cpp [libFuzzer] tests/examples for using libFuzzer for out-of-process targets 2021-08-04 17:37:26 -07:00
ShallowOOMDeepCrash.cpp Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
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
SingleStrcmpTest.cpp
SingleStrncmpTest.cpp
SleepOneSecondTest.cpp
SpamyTest.cpp
StackOverflowTest.cpp [libFuzzer] Fix stack-overflow-with-asan.test. 2021-05-07 09:18:21 -07:00
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 Fix TableLookupTest on FreeBSD 2022-06-09 09:24:09 -04:00
ThreadedLeakTest.cpp
ThreadedTest.cpp
ThreeBytes.cpp
ThreeFunctionsTest.cpp
TimeoutEmptyTest.cpp
TimeoutTest.cpp
TraceMallocTest.cpp
TraceMallocThreadedTest.cpp
TwoDifferentBugsTest.cpp
UncaughtException.cpp [fuzzer] Add Windows Visual C++ exception intercept 2020-11-12 13:11:14 -08:00
UninitializedStrlen.cpp
UseAfterDtor.cpp
acquire-crash-state.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
afl-driver-close-fd-mask.test
afl-driver-stderr.test
afl-driver.test
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 [ASan] Fix libfuzzer test 2022-09-06 13:37:35 -07:00
caller-callee.test
cleanse.test
compressed.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
counters.test [compiler-rt][libFuzzer] Disable counters test on arm 2021-12-07 11:55:11 +00:00
coverage.test [compiler-rt][SystemZ] Skip fuzzer/coverage.test 2022-04-11 16:18:09 +02:00
cross_over.test [test] [fuzzer] Enable tests for iossim, disable for ios (update2) 2022-09-13 16:19:08 -07: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 Revert "[compiler-rt] Speculative fix for cross_over_uniform_dist.test" 2021-08-09 12:14:57 -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 Disable a dataflow fuzz test after "Have REQUIRES support the target triple" 2021-08-06 09:14:39 -07: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
equivalence-signals.test
equivalence.test
exit-report.test
exit_on_src_pos.test [compiler-rt][fuzzer] Disable 2 tests for Arm Thumb builds 2022-02-01 10:13:23 +00:00
extra-counters.test Enable extra coverage counters on Windows 2021-08-05 11:40:15 -07:00
features_dir.test
focus-function.test [libFuzzer] Make dataflow and focus functions more user friendly. 2020-02-03 08:36:03 -08:00
fork-sigusr.test
fork-ubsan.test
fork.test Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
fork_corpus_groups.test Redistribute energy for Corpus 2021-09-08 09:22:45 -07: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 [compiler-rt][fuzzer] Re-enable flags test on AArch64 Linux 2021-10-08 08:55:22 +00:00
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
fuzzer-runs.test
fuzzer-seed.test Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
fuzzer-segv.test [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102) 2022-09-15 13:40:28 -07:00
fuzzer-singleinputs.test Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
fuzzer-threaded.test
fuzzer-timeout.test
fuzzer-ubsan.test
gc-sections.test
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
lit.cfg.py [compiler-rt][fuzzer] Disable 2 tests for Arm Thumb builds 2022-02-01 10:13:23 +00:00
lit.site.cfg.py.in [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
magic-separator.test
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 [test] [fuzzer] Enable tests for iossim, disable for ios (update2) 2022-09-13 16:19:08 -07:00
merge-posix.test
merge-sigusr.test
merge.test [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
merge_two_step.test Fix up fuzzing test on Windows. 2022-05-20 11:27:08 -07:00
minimize_crash.test Revert "Revert "Temporarily do not drop volatile stores before unreachable"" 2021-07-09 11:44:34 -04:00
minimize_timeout.test [libFuzzer] Fix minimizing timeouts 2020-08-11 22:16:12 +02:00
minimize_two_crashes.test [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102) 2022-09-15 13:40:28 -07:00
msan-custom-mutator.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
msan-param-unpoison.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
msan.test [msan] Set poison_in_dtor=1 by default 2022-04-15 14:40:23 -07: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 [libFuzzer] Extend the fuzz target intarface to allow -1 return value. 2022-06-30 13:21:27 -07:00
null-deref-on-empty.test
null-deref.test [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102) 2022-09-15 13:40:28 -07:00
only-some-bytes-fork.test [libfuzzer] Disable failing DFSan-related tests 2021-06-19 01:09:19 +00:00
only-some-bytes.test [libfuzzer] Disable failing DFSan-related tests 2021-06-19 01:09:19 +00:00
out-of-process-fuzz.test [libFuzzer] tests/examples for using libFuzzer for out-of-process targets 2021-08-04 17:37:26 -07: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
reject.test [libFuzzer] Extend the fuzz target intarface to allow -1 return value. 2022-06-30 13:21:27 -07:00
reload.test
repeated-bytes.test
seed_inputs.test
set_cover_merge.test Greedy set cover implementation of `Merger::Merge` 2021-09-07 09:42:38 -07:00
shrink.test
sigint.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
sigusr.test
simple-cmp.test
simple.test
stack-overflow-with-asan.test [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102) 2022-09-15 13:40:28 -07:00
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
trace-malloc-unbalanced.test [Fuzzer][Test] Use %python substitution for trace-malloc-unbalanced.test 2021-02-17 15:00:46 +00:00
trace-malloc.test
ulimit.test
uncaught-exception.test [fuzzer] Disable uncaught-exception on non-Win+undo bad fix 2020-11-16 09:35:35 -08:00
value-profile-cmp.test
value-profile-cmp2.test
value-profile-cmp3.test
value-profile-cmp4.test
value-profile-div.test libfuzzer: Disable broken tests for arm 2021-11-22 10:33:14 -08:00
value-profile-load.test Recommit "[libFuzzer] Fix value-profile-load test." 2020-08-27 19:12:30 +00:00
value-profile-mem.test
value-profile-set.test
value-profile-strcmp.test
value-profile-strncmp.test
value-profile-switch.test [compiler-rt][fuzzer] Disable 2 tests for Arm Thumb builds 2022-02-01 10:13:23 +00:00
windows-opt-ref.test