teak-llvm/compiler-rt/test/fuzzer
Dan Liew 9d9b470e69 [CMake] Refactor iOS simulator/device test configuration generation code for LibFuzzer.
Summary:
In order to do this `FUZZER_SUPPORTED_OS` had to be pulled out of
`lib/fuzzer/CMakeLists.txt` and into the main config so we can use it
from the `test/fuzzer/CMakeList.txt`. `FUZZER_SUPPORTED_OS` currently
has the same value of `SANITIZER_COMMON_SUPPORTED_OS` which preserves
the existing behaviour but this allows us in the future to adjust the
supported platforms independent of `SANITIZER_COMMON_SUPPORTED_OS`. This
mirrors the other sanitizers.

For non-Apple platforms `FUZZER_SUPPORTED_OS` is not defined and
surprisingly this was the behaviour before this patch because
`SANITIZER_COMMON_SUPPORTED_OS` was actually empty. This appears to
not matter right now because the functions that take an `OS` as an
argument seem to ignore it on non-Apple platforms.

While this change tries to be NFC it is technically not because we
now generate an iossim config whereas previously we didn't. This seems
like the right thing to do because the build system was configured to
compile LibFuzzer for iossim but previously we weren't generating a lit
test config for it. The device/simulator testing configs don't run by
default anyway so this shouldn't break testing.

This change relies on the get_capitalized_apple_platform() function
added in a previous commit.

rdar://problem/58798733

Reviewers: kubamracek, yln

Subscribers: mgorny, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D73243
2020-01-23 12:44:00 -08:00
..
unit [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
AbsNegAndConstant64Test.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AbsNegAndConstantTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
AccumulateAllocationsTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
acquire-crash-state.test
AcquireCrashStateTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
afl-driver-close-fd-mask.test Summary: 2019-04-18 18:49:11 +00:00
afl-driver-stderr.test [libFuzzer] Enable tests on Windows 2018-09-04 17:08:47 +00:00
afl-driver.test Summary: 2019-04-18 18:49:11 +00:00
AFLDriverTest.cpp Summary: 2019-04-18 18:49:11 +00:00
AlignmentAssumptionTest.cpp [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
bad-strcmp.test
BadStrcmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Bingo.h
bogus-initialize.test [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp 2018-09-20 23:24:48 +00:00
BogusInitializeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
buffer-overflow-on-input.test
BufferOverflowOnInput.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
caller-callee.test
CallerCalleeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
cleanse.test
CleanseTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [CMake] Refactor iOS simulator/device test configuration generation code for LibFuzzer. 2020-01-23 12:44:00 -08:00
compressed.test [libFuzzer] Enable for i386 2019-04-30 17:58:56 +00:00
CompressedTest.cpp [libFuzzer] add CompressedTest.cpp, a real-life-ish test for a custom mutator 2019-01-26 02:38:56 +00:00
counters.test [libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64 2018-11-06 01:15:51 +00:00
CounterTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
coverage.test [libFuzzer] Make coverage.test work on ARM64 2019-02-12 00:37:40 +00:00
cross_over.test [libFuzzer] refactor the way we choose the element to cross-over with, NFC (expected1); add a flag -seed_inputs= to pass extra seed inputs as file paths, not dirs 2019-02-08 01:20:54 +00:00
CrossOverTest.cpp [libFuzzer] add a test for built-in CrossOver (there are unit tests for this, but it's worth having a full integration test like this) 2019-02-08 00:41:29 +00:00
CustomCrossOverAndMutateTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CustomCrossOverTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CustomMutatorTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
cxxstring.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
CxxStringEqTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
dataflow.test [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compiled w/o dfsan to speed things up (~25% speedup) 2019-06-21 01:39:35 +00:00
dead-stripping.test [libFuzzer] Update Darwin test 2019-01-31 03:03:06 +00:00
deep-recursion.test
DeepRecursionTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
deprecated-instrumentation.test [fuzzer] Use RawPrint instead of Printf for instrumentation warning 2019-01-31 20:32:20 +00:00
dict1.txt
disable-leaks.test
DivTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DSO1.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DSO2.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
dso.test [libFuzzer] Enable tests on Windows 2018-09-04 17:08:47 +00:00
DSOTestExtra.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DSOTestMain.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
EmptyTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
equivalence-signals.test
equivalence.test
EquivalenceATest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
EquivalenceBTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
exit_on_src_pos.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
exit-report.test
ExplodeDFSanLabelsTest.cpp [libFuzzer] make a test for exploding dfsan labels more agressive 2019-01-31 23:43:54 +00:00
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
FlagsTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00: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 [libFuzzer] Disable fork.test on AArch64 2019-07-15 11:33:41 +00:00
FourIndependentBranchesTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
full-coverage-set.test
FullCoverageSetTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
fuzzer-alignment-assumption.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
fuzzer-customcrossover.test [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp 2018-09-20 23:24:48 +00:00
fuzzer-customcrossoverandmutate.test
fuzzer-custommutator.test [libFuzzer] Add INFO output when LLVMFuzzerCustomMutator is found. 2020-01-22 12:56:16 -08:00
fuzzer-dict.test
fuzzer-dirs.test
fuzzer-fdmask.test
fuzzer-finalstats.test
fuzzer-flags.test [libfuzzer] Fix a test's run line 2018-09-21 10:50:15 +00:00
fuzzer-implicit-integer-sign-change.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
fuzzer-implicit-signed-integer-truncation-or-sign-change.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
fuzzer-implicit-signed-integer-truncation.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
fuzzer-implicit-unsigned-integer-truncation.test [fuzzer] Fix test checks broken after license header update 2019-01-21 02:22:06 +00:00
fuzzer-leak.test
fuzzer-oom-with-profile.test
fuzzer-oom.test [libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64 2018-11-06 01:15:51 +00:00
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 [libFuzzer] Set default sanitizer options in fuzzer tests 2019-01-31 01:24:01 +00:00
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
GcSectionsTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
hi.txt
ImplicitIntegerSignChangeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ImplicitSignedIntegerTruncationOrSignChangeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ImplicitSignedIntegerTruncationTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ImplicitUnsignedIntegerTruncationTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
initialize.test [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp 2018-09-20 23:24:48 +00:00
InitializeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IntegerOverflowTest.cpp [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line reports from ubsan in the fork mode. Test both 2019-04-12 20:20:57 +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
large.test [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON 2019-12-03 14:37:37 -08:00
LargeTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LeakTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LeakTimeoutTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
len_control.test [libFuzzer] make len_control less agressive: set the initial max len to the length of the largest seed. This was the original intent, but... Now, with a test, to ensure it stays this way 2019-02-16 01:23:41 +00:00
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] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
LoadTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00: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
MagicSeparatorTest.cpp [libFuzzer] add MagicSeparatorTest 2019-04-30 22:05:55 +00:00
max-number-of-runs.test
memcmp64.test
Memcmp64BytesTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
memcmp.test
MemcmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +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
merge-control-file.test [libFuzzer] when doing the merge, keep track of the coveraged edges, not just features 2019-02-14 23:12:33 +00:00
merge-posix.test [libFuzzer] Enable tests on Windows 2018-09-04 17:08:47 +00:00
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
minimize_crash.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
minimize_two_crashes.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
msan-param-unpoison.test [libFuzzer] Unpoison parameters before calling user callback. 2019-05-09 22:48:46 +00:00
msan.test [libFuzzer] Avoid STL in MSan test. 2018-07-16 23:22:54 +00:00
MsanParamUnpoison.cpp [libFuzzer] Unpoison parameters before calling user callback. 2019-05-09 22:48:46 +00:00
MultipleConstraintsOnSmallInputTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
not-instrumented.test
NotinstrumentedTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NthRunCrashTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
null-deref-on-empty.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
null-deref.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
NullDerefOnEmptyTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NullDerefTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OneHugeAllocTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
only-some-bytes-fork.test [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compiled w/o dfsan to speed things up (~25% speedup) 2019-06-21 01:39:35 +00:00
only-some-bytes.test [libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compiled w/o dfsan to speed things up (~25% speedup) 2019-06-21 01:39:35 +00:00
OnlySomeBytesTest.cpp [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions 2019-06-20 01:48:45 +00:00
OutOfMemorySingleLargeMallocTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OutOfMemoryTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
overwrite-input.test [libFuzzer] [NFC] Fix grammar error with "it's" 2019-09-26 00:54:30 +00:00
OverwriteInputTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
print-func.test
PrintFuncTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
read-binary.test [fuzzer] Read files as binary 2018-11-06 23:25:25 +00:00
ReadBinaryTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
recommended-dictionary.test
reduce_inputs.test
reload.test Use binary write mode in WriteToFile function to avoid appended \r characters on Windows 2019-04-05 20:17:03 +00:00
ReloadTest.cpp [fuzzer] Fix reload.test on Linux/aarch64 2019-04-24 19:02:54 +00:00
repeated-bytes.test
RepeatedBytesTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RepeatedMemcmp.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
seed_inputs.test Revert "[TSan] Attempt to fix iOS on-device test" 2019-07-08 19:26:21 +00:00
ShallowOOMDeepCrash.cpp [libFuzzer] teach the fork mode to ignore OOMs and timeouts 2019-02-12 02:18:53 +00:00
shrink.test [libFuzzer] Increase the iteration limit in shrink.test 2018-08-09 00:41:22 +00:00
ShrinkControlFlowSimpleTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ShrinkControlFlowTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ShrinkValueProfileTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sigint.test [libFuzzer] Fix failing test: sigint.test 2019-04-30 23:46:52 +00:00
SignedIntOverflowTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sigusr.test [libFuzzer] Enable tests on Windows 2018-09-04 17:08:47 +00:00
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 [libFuzzer] run the -fork=1 tests only on linux 2019-02-12 00:29:51 +00:00
SimpleCmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SimpleDictionaryTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SimpleHashTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SimpleTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SimpleTestStdio.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SimpleThreadedTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleByteInputTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleMemcmpTest.cpp [libFuzzer] perform more agressive value profiling in memcmp 2019-05-09 22:09:25 +00:00
SingleStrcmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SingleStrncmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SleepOneSecondTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SpamyTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
standalone.test [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAlias.cpp 2018-09-20 23:24:48 +00:00
strcmp.test
StrcmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
strncmp-oob.test [libFuzzer] Set default sanitizer options in fuzzer tests 2019-01-31 01:24:01 +00:00
strncmp.test
StrncmpOOBTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StrncmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
strstr.test
StrstrTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
swap-cmp.test
SwapCmpTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Switch2Test.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Switch3Test.cpp Fix license headers 2019-02-20 18:55:52 +00:00
SwitchTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
symbolize-deadlock.test Enable symbolize-deadlock.test on Windows 2018-09-05 14:43:38 +00:00
SymbolizeDeadlock.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TableLookupTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
target-function.test
ThreadedLeakTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ThreadedTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
three-bytes.test [libFuzzer] relax a flaky test 2019-01-31 18:40:12 +00:00
ThreeBytes.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TimeoutTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
trace-malloc-2.test
trace-malloc-threaded.test fix broken test 2019-04-30 17:58:59 +00:00
trace-malloc-unbalanced.test [libfuzzer] Enable trace-malloc-unballanced.test on Windows. 2018-09-07 04:28:54 +00:00
trace-malloc.test
TraceMallocTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TraceMallocThreadedTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TwoDifferentBugsTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ulimit.test [libFuzzer] Enable tests on Windows 2018-09-04 17:08:47 +00:00
UninitializedStrlen.cpp
UseAfterDtor.cpp
value-profile-cmp2.test [libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on Win 2019-01-31 23:34:56 +00:00
value-profile-cmp3.test [libFuzzer] Disable value profiling tests on ARM 2018-10-10 00:58:03 +00:00
value-profile-cmp4.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
value-profile-cmp.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +00:00
value-profile-div.test [libFuzzer] Disable value profiling tests on ARM 2018-10-10 00:58:03 +00:00
value-profile-load.test [libFuzzer][Windows] Reenable passing tests 2019-02-03 16:53:32 +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 [libFuzzer] Disable value profiling tests on ARM 2018-10-10 00:58:03 +00:00
value-profile-strcmp.test [libFuzzer] Disable value profiling tests on ARM 2018-10-10 00:58:03 +00:00
value-profile-strncmp.test [libFuzzer] Disable value-profile-strncmp.test on aarch64. 2018-09-14 18:24:02 +00:00
value-profile-switch.test [libFuzzer] more agressive value profiling and CMP tracing for switch statements 2019-01-24 21:08:54 +00:00
windows-opt-ref.test Use clang driver for libfuzzer tests on Windows 2019-07-11 23:20:04 +00:00