llvm-project/compiler-rt/test
Andrew Browne 50a08e2c6d [DFSan] Fix flakey release_shadow_space.c accounting for Origin chains.
Test sometimes fails on buildbot (after two non-Origins executions):

/usr/bin/ld: warning: Cannot export local symbol 'dfsan_flush'
RSS at start: 4620, after mmap: 107020, after mmap+set label: 209424, after fixed map: 4624, after another mmap+set label: 209424, after munmap: 4624
/usr/bin/ld: warning: Cannot export local symbol 'dfsan_flush'
RSS at start: 4620, after mmap: 107020, after mmap+set label: 209424, after fixed map: 4624, after another mmap+set label: 209424, after munmap: 4624
/usr/bin/ld: warning: Cannot export local symbol 'dfsan_flush'
RSS at start: 4620, after mmap: 107020, after mmap+set label: 317992, after fixed map: 10792, after another mmap+set label: 317992, after munmap: 10792
release_shadow_space.c.tmp: /b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/dfsan/release_shadow_space.c:91: int main(int, char **): Assertion `after_fixed_mmap <= before + delta' failed.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D111522
2021-10-11 00:35:12 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan [compiler-rt] Add shared_cxxabi requirement to some tests 2021-09-24 11:51:26 -07:00
builtins [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
cfi [compiler-rt] -fsanitize=cfi is not supported on Darwin 2021-03-17 13:28:42 -07:00
crt [CRT][LIT] split target_cflags using shlex 2021-08-19 21:44:20 -04:00
dfsan [DFSan] Fix flakey release_shadow_space.c accounting for Origin chains. 2021-10-11 00:35:12 -07:00
fuzzer [compiler-rt][fuzzer] Re-enable flags test on AArch64 Linux 2021-10-08 08:55:22 +00:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
interception [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lsan [compiler-rt][lsan] Add backup AArch64 register for use_registers test 2021-10-06 09:45:53 +01:00
memprof [compiler-rt][memprof] Disambiguate checks for __tls_get_addr in output 2021-10-06 13:54:42 -07:00
msan [msan] Print both shadow and user address 2021-10-07 17:56:46 -07:00
orc [Orc] Support atexit in Orc(JITLink) 2021-10-09 12:25:47 +08:00
profile [llvm][profile] Add padding after binary IDs 2021-09-28 11:50:50 -07:00
safestack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
sanitizer_common [Sanitizers] intercept md5 and sha* apis on FreeBSD. 2021-10-06 06:01:50 +01:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
tsan [compiler-rt][test] Add shared_unwind requirement 2021-10-06 11:10:36 -07:00
ubsan [compiler-rt] Add shared_cxxabi requirement to some tests 2021-09-24 11:51:26 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray Fix xray fdr mode to allow multiple flushes 2021-02-10 12:57:24 +11: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 [ORC-RT] Add target dependencies to ORC-RT regression tests. 2021-09-28 22:08:47 -07:00
lit.common.cfg.py [compiler-rt][test] Add shared_unwind requirement 2021-10-06 11:10:36 -07:00
lit.common.configured.in [compiler-rt][test] Add shared_unwind requirement 2021-10-06 11:10:36 -07:00