This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
clang-p2996
/
compiler-rt
/
test
/
fuzzer
History
Vitaly Buka
14ca0ac915
[fuzzer,test] Remove old debug logging
2024-01-19 23:27:32 -08:00
..
unit
…
AbsNegAndConstant64Test.cpp
…
AbsNegAndConstantTest.cpp
…
AccumulateAllocationsTest.cpp
…
acquire-crash-state.test
…
AcquireCrashStateTest.cpp
…
afl-driver-close-fd-mask.test
…
afl-driver-stderr.test
…
afl-driver.test
…
AFLDriverTest.cpp
…
AlignmentAssumptionTest.cpp
…
bad-strcmp.test
…
BadStrcmpTest.cpp
…
bcmp.test
…
big-file-copy.test
[fuzzer][test] Disable big-file-copy.test for everything but macOS
2023-04-20 12:19:30 -07:00
BigFileCopy.cpp
[fuzzer] Use puts() rather than printf() in CopyFileToErr()
2023-03-28 14:19:35 -07:00
Bingo.h
…
bogus-initialize.test
…
BogusInitializeTest.cpp
…
buffer-overflow-on-input.test
…
BufferOverflowOnInput.cpp
…
caller-callee.test
…
CallerCalleeTest.cpp
…
cleanse.test
…
CleanseTest.cpp
…
CMakeLists.txt
[fuzzer,CMake] Group fuzzer lit test into one check-fuzzer
2023-08-28 14:45:01 -07:00
compressed.test
…
CompressedTest.cpp
…
counters.test
…
CounterTest.cpp
…
coverage.test
…
cross_over_copy.test
…
cross_over_insert.test
…
cross_over_uniform_dist.test
…
cross_over.test
…
CrossOverTest.cpp
…
custom-allocator.test
…
CustomAllocator.cpp
…
CustomCrossOverAndMutateTest.cpp
…
CustomCrossOverTest.cpp
…
CustomMutatorTest.cpp
…
CustomMutatorWithLongSequencesTest.cpp
…
cxxstring.test
…
CxxStringEqTest.cpp
…
dataflow.test
…
dead-stripping.test
…
deep-recursion.test
…
DeepRecursionTest.cpp
…
deprecated-instrumentation.test
…
dict1.txt
…
disable-leaks.test
…
DivTest.cpp
…
DSO1.cpp
…
DSO2.cpp
…
dso-cov-input.txt
…
dso.test
…
DSOTestExtra.cpp
…
DSOTestMain.cpp
…
EmptyTest.cpp
…
equivalence-signals.test
…
equivalence.test
…
EquivalenceATest.cpp
…
EquivalenceBTest.cpp
…
exit_on_src_pos.test
[test][compiler-rt] Mark several tests as UNSUPPORTED on LoongArch (
#69699
)
2023-10-27 16:52:10 +08:00
exit-report.test
…
ExplodeDFSanLabelsTest.cpp
…
extra-counters.test
…
features_dir.test
…
FlagsTest.cpp
…
focus-function.test
…
fork_corpus_groups.test
[test][fuzzer] Deflake fork_corpus_groups.test
2023-09-01 01:11:58 -07:00
fork-sigusr.test
…
fork-ubsan.test
…
fork.test
[test][fuzzer] Deflake fork.test
2023-09-01 00:57:35 -07:00
FourIndependentBranchesTest.cpp
…
full-coverage-set.test
…
full-coverage.test
…
FullCoverageSetTest.cpp
…
fuzzer-alignment-assumption.test
…
fuzzer-customcrossover.test
…
fuzzer-customcrossoverandmutate.test
…
fuzzer-custommutator.test
[fuzzer] Relax the FileCheck string for test fuzzer-custommutator.test (
#66343
)
2023-09-20 15:19:25 -07:00
fuzzer-dict.test
…
fuzzer-dirs.test
…
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
…
fuzzer-oom-with-profile.test
…
fuzzer-oom.test
…
fuzzer-printcovpcs.test
…
fuzzer-runs.test
…
fuzzer-seed.test
…
fuzzer-segv.test
…
fuzzer-singleinputs.test
…
fuzzer-threaded.test
…
fuzzer-timeout.test
…
fuzzer-ubsan.test
…
gc-sections.test
…
GcSectionsTest.cpp
…
hi.txt
…
ImplicitIntegerSignChangeTest.cpp
…
ImplicitSignedIntegerTruncationOrSignChangeTest.cpp
…
ImplicitSignedIntegerTruncationTest.cpp
…
ImplicitUnsignedIntegerTruncationTest.cpp
…
initialize.test
…
InitializeTest.cpp
…
IntegerOverflowTest.cpp
…
keep-seed.test
…
KeepSeedTest.cpp
…
Labels20Test.cpp
…
large.test
…
LargeTest.cpp
…
LeakTest.cpp
…
LeakTimeoutTest.cpp
…
len_control.test
…
libcxx.test
…
lit.cfg.py
[fuzzer,test] Remove old debug logging
2024-01-19 23:27:32 -08:00
lit.site.cfg.py.in
…
LoadTest.cpp
…
magic-separator.test
…
MagicSeparatorTest.cpp
…
max-number-of-runs.test
…
memcmp64.test
…
Memcmp64BytesTest.cpp
…
memcmp.test
…
MemcmpTest.cpp
…
merge_two_step.test
…
merge-control-file.test
[libfuzzer] add test of cov file-id in control file
2023-03-22 22:55:48 -07:00
merge-posix.test
…
merge-sigusr.test
…
merge.test
…
minimize_crash.test
…
minimize_timeout.test
…
minimize_two_crashes.test
…
msan-custom-mutator.test
…
msan-param-unpoison.test
…
msan.test
…
MsanCustomMutator.cpp
…
MsanParamUnpoison.cpp
…
MultipleConstraintsOnSmallInputTest.cpp
…
mutation-graph.test
…
noasan-bcmp.test
…
noasan-memcmp64.test
…
noasan-memcmp.test
…
noasan-strcmp.test
…
noasan-strncmp.test
[fuzzer][test] Disable noasan-strncmp test for AArch64
2023-04-14 15:33:11 +00:00
noasan-strstr.test
…
not-instrumented.test
…
NotinstrumentedTest.cpp
…
NthRunCrashTest.cpp
…
null-deref-on-empty.test
…
null-deref.test
…
NullDerefOnEmptyTest.cpp
…
NullDerefTest.cpp
…
OneHugeAllocTest.cpp
…
only-some-bytes-fork.test
…
only-some-bytes.test
…
OnlySomeBytesTest.cpp
…
out-of-process-fuzz.test
…
OutOfMemorySingleLargeMallocTest.cpp
…
OutOfMemoryTest.cpp
…
OutOfProcessFuzzTarget.cpp
…
overwrite-input.test
…
OverwriteInputTest.cpp
…
print-func.test
…
PrintFuncTest.cpp
…
read-binary.test
…
ReadBinaryTest.cpp
…
recommended-dictionary.test
…
reduce_inputs.test
…
Reject.cpp
…
reject.test
…
reload.test
…
ReloadTest.cpp
…
repeated-bytes.test
…
RepeatedBytesTest.cpp
…
RepeatedMemcmp.cpp
…
SanCovDump.cpp
…
seed_inputs.test
…
set_cover_merge.test
…
ShallowOOMDeepCrash.cpp
…
shrink.test
…
ShrinkControlFlowSimpleTest.cpp
…
ShrinkControlFlowTest.cpp
…
ShrinkValueProfileTest.cpp
…
sigint.test
…
SignedIntOverflowTest.cpp
…
sigusr.test
…
simple-cmp.test
…
simple.test
…
SimpleCmpTest.cpp
…
SimpleDictionaryTest.cpp
…
SimpleHashTest.cpp
…
SimpleTest.cpp
…
SimpleTestStdio.cpp
…
SimpleThreadedTest.cpp
…
SingleByteInputTest.cpp
…
SingleMemcmpTest.cpp
…
SingleStrcmpTest.cpp
…
SingleStrncmpTest.cpp
…
SleepOneSecondTest.cpp
…
SpamyTest.cpp
…
stack-overflow-with-asan.test
…
StackOverflowTest.cpp
…
standalone.test
…
strcmp.test
…
StrcmpTest.cpp
…
strncmp-oob.test
…
strncmp.test
…
StrncmpOOBTest.cpp
…
StrncmpTest.cpp
…
strstr.test
…
StrstrTest.cpp
…
swap-cmp.test
…
SwapCmpTest.cpp
…
Switch2Test.cpp
…
Switch3Test.cpp
…
SwitchTest.cpp
…
symbolize-deadlock.test
…
SymbolizeDeadlock.cpp
…
TableLookupTest.cpp
…
ThreadedLeakTest.cpp
…
ThreadedTest.cpp
…
three-bytes.test
…
ThreeBytes.cpp
…
ThreeFunctionsTest.cpp
…
TimeoutEmptyTest.cpp
…
TimeoutTest.cpp
…
trace-malloc-2.test
…
trace-malloc-threaded.test
…
trace-malloc-unbalanced.test
…
trace-malloc.test
…
TraceMallocTest.cpp
…
TraceMallocThreadedTest.cpp
…
TwoDifferentBugsTest.cpp
…
ulimit.test
…
uncaught-exception.test
…
UncaughtException.cpp
…
UninitializedStrlen.cpp
…
UseAfterDtor.cpp
…
value-profile-cmp2.test
…
value-profile-cmp3.test
…
value-profile-cmp4.test
…
value-profile-cmp.test
…
value-profile-div.test
[test] Make fuzzer/value-profile-div.test x86 specific
2023-07-18 22:11:27 -07:00
value-profile-load.test
…
value-profile-mem.test
…
value-profile-set.test
…
value-profile-strcmp.test
…
value-profile-strncmp.test
…
value-profile-switch.test
…
windows-opt-ref.test
…