llvm-project/compiler-rt/test
Ulrich Weigand e4085a012c [sanitizer] Fix prctl unit test on non-SMT systems
On systems where the kernel supports the PR_SCHED_CORE
interface, but there is no SMT, the prctl call will set
errno to ENODEV, which currently causes the test to fail.

Fix by accepting ENODEV in addition to EINVAL.
2022-04-21 19:31:04 +02:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [ASan] Removed checks if the tested functions were emitted. 2022-04-19 19:20:52 +00:00
builtins Speculatively fix build bots 2022-04-20 12:02:16 -04:00
cfi [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00
crt [crt][test] Fix dso_handle.cpp for Linux systems which default to PIE 2022-04-07 09:37:59 -07:00
dfsan [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
fuzzer [msan] Set poison_in_dtor=1 by default 2022-04-15 14:40:23 -07:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan Speculatively fix build bot 2022-04-20 12:32:57 -04:00
interception
lsan [lsan] Attempt to fix s390x after a63932a8 2022-03-15 18:02:03 -07:00
memprof [sanitizer] Check if directory exists before trying to create 2022-02-13 06:59:32 -08:00
msan [msan] Set poison_in_dtor=1 by default 2022-04-15 14:40:23 -07:00
orc [ORC-RT] Add two new jit-dlopen testcases, and switch to .c for dlopen tests. 2022-02-10 14:11:46 +11:00
profile [C11/C2x] Change the behavior of the implicit function declaration warning 2022-04-20 11:30:12 -04:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [sanitizer] Fix prctl unit test on non-SMT systems 2022-04-21 19:31:04 +02:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack
tsan [Darwin] Limit parallelism for sanitizer tests that use shadow memory on AS 2022-03-31 14:43:28 -07:00
ubsan [ubsan][test] Unsupport Android for new test diag-stacktrace.cpp 2022-04-12 12:55:44 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt Revert D120327 "compiler-rt: Add udivmodei5 to builtins and add bitint library" 2022-04-08 12:39:42 -07:00
lit.common.cfg.py [compiler-rt] Use ld64 flag -lto_library instead of DYLD_LIBRARY_PATH 2022-04-19 13:54:57 -04:00
lit.common.configured.in [test] Remove references to -fexperimental-new-pass-manager in tests 2022-04-11 13:29:08 -07:00