llvm-project/compiler-rt/test
Dokyung Song 9659b81b2a [libFuzzer] Make msan.test:SimpleCmpTest succeed with less trials.
Currently SimpleCmpTest passes after 9,831,994 trials on x86_64/Linux
when the number of given trials is 10,000,000, just a little bigger than
that. This patch modifies SimpleCmpTest.cpp so that the test passes with less
trials, reducing its chances of future failures as libFuzzer evolves. More
specifically, this patch changes a 32-bit equality check to a 8-bit equality
check, making this test pass at 4,635,303 trials.

Differential Revision: https://reviews.llvm.org/D86382
2020-08-24 14:45:39 +00:00
..
BlocksRuntime Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
asan [ASan][Darwin] Enable test on additional platforms 2020-08-21 11:13:09 -07:00
builtins [compiler-rt][builtins] Un-xfail two tests on sparcv9 2020-08-11 15:47:17 +02:00
cfi [cfi][test] cross-dso/stats.cpp: don't assume the order of static constructors 2020-01-08 15:50:51 -08:00
crt [compiler-rt] Better Windows support for running tests in external shell 2020-07-09 19:40:22 +03:00
dfsan [DFSan] Handle mmap() calls before interceptors are installed. 2020-08-19 15:07:41 -07:00
fuzzer [libFuzzer] Make msan.test:SimpleCmpTest succeed with less trials. 2020-08-24 14:45:39 +00:00
gwp_asan [GWP-ASan] Split the unwinder into segv/non-segv. 2020-07-21 08:25:37 -07:00
hwasan [AArch64][NFC] require aarch64 support for hwasan test 2020-08-07 09:24:52 +05:30
interception [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lsan [lsan] Fix SyntaxWarning: "is" with a literal 2020-07-17 02:21:18 -07:00
msan [MSAN] Reintroduce libatomic load/store instrumentation 2020-08-14 20:31:10 +00:00
profile [compiler-rt][test] XFAIL two tests on 32-bit sparc 2020-08-18 11:32:51 +02:00
safestack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
sanitizer_common [compiler-rt][asan][test] Skipt sanitizer_common tests on Sparc 2020-08-13 10:20:52 +02:00
scudo [compiler-rt][scudo][LIT] Use target_suffix instead of target-arch 2020-05-20 03:34:50 +00:00
shadowcallstack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
tsan [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
ubsan [compiler-rt][test] XFAIL two tests on 32-bit sparc 2020-08-18 11:32:51 +02:00
ubsan_minimal [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined behaviour 2019-10-10 09:25:02 +00:00
xray [xray] Option to omit the function index 2020-06-17 13:49:01 -04:00
.clang-format [compiler-rt] Use "ColumnLimit: 0" instead of "clang-format off" in tests 2018-12-01 01:24:29 +00:00
CMakeLists.txt [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON 2019-12-03 14:37:37 -08:00
lit.common.cfg.py [Darwin][iOS] Enable test on non-macOS platforms 2020-08-20 16:40:32 -07:00
lit.common.configured.in [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00