llvm-capstone/compiler-rt/test
Fangrui Song e90bfdb4dd [test] Make two sanitize-coverage tests pass with glibc 2.39+
glibc 2.39 added `nonnull` attribute to most libio functions accepting a
`FILE*` parameter, including fprintf[1]. The -fsanitize=undefined mode
checks the argument to fprintf and has extra counters, not expected by
two tests. Specify -fno-sanitize=nonnull-attribute to make the two tests
pass.

Fix #82883

[1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=64b1a44183a3094672ed304532bedb9acc707554

Pull Request: https://github.com/llvm/llvm-project/pull/84231

(cherry picked from commit c3acbf6bb06f9039f9850e18e0ae2f2adef63905)
2024-03-11 13:07:50 -07:00
..
asan [asan,test] Make alloca_loop_unpoisoning.cpp robust and fix s390x failure (#78774) 2024-01-22 08:56:00 -08:00
asan_abi [Darwin][StableABI][ASan] Remove version mismatch check from stable abi shim 2023-08-24 13:11:54 -07:00
BlocksRuntime
builtins [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496) 2024-01-23 11:26:20 +00:00
cfi [CFI] Allow LoongArch (#67314) 2023-09-28 15:40:42 +08:00
dfsan [dfsan] Don't clear shadow on dlopen(NULL, flags) 2024-01-18 15:04:48 -08:00
fuzzer [fuzzer,test] Remove old debug logging 2024-01-19 23:27:32 -08:00
gwp_asan [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
hwasan [sanitizer] Select non-internal frames in ReportErrorSummary (#77406) 2024-01-09 14:03:26 -08:00
interception
lsan [test][LSAN] Check if HWASAN is availibe before testing 2023-09-27 11:13:06 -07:00
memprof [MemProf] Add interface for reseting the profile file descriptor (#73714) 2023-11-28 19:35:25 -08:00
metadata [test] Don't check COMPILER_RT_STANDALONE_BUILD for deps (#66259) 2023-09-15 12:29:59 -07:00
msan [compiler-rt] eventfd api interception on freebsd. (#76564) 2024-01-02 20:01:54 +00:00
orc [ORC-RT][ORC][MachO] Fix some issues with executor-side symbol tables. 2023-12-07 14:38:51 -08:00
profile [AIX] Add a dummy variable in the __llvm_orderfile section (#81968) 2024-02-18 04:13:07 +00:00
safestack [test] Don't check COMPILER_RT_STANDALONE_BUILD for deps (#66259) 2023-09-15 12:29:59 -07:00
sanitizer_common [test] Make two sanitize-coverage tests pass with glibc 2.39+ 2024-03-11 13:07:50 -07:00
scudo [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
shadowcallstack [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
tsan [NFC] Size and element numbers are often swapped when calling calloc (#79081) 2024-01-23 11:13:55 -08:00
ubsan [ubsan] Drop terminal "in " from reports without functions (#77163) 2024-01-05 17:05:25 -08:00
ubsan_minimal [test] Don't check COMPILER_RT_STANDALONE_BUILD for deps (#66259) 2023-09-15 12:29:59 -07:00
xray [test][compiler-rt] Mark several tests as UNSUPPORTED on LoongArch (#69699) 2023-10-27 16:52:10 +08:00
.clang-format
.clang-tidy
CMakeLists.txt [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496) 2024-01-23 11:26:20 +00:00
lit.common.cfg.py [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496) 2024-01-23 11:26:20 +00:00
lit.common.configured.in [CompilerRT] Attempt to fix a lit-config issue 2024-01-23 16:58:31 +00:00