llvm-project/compiler-rt/test
Julian Lettner 824d83068e [TSan] Relax pthread introspection-based test
Thread create/destroy events are not guaranteed to belivered on the
parent thread, e.g., output from a CI job:
```
5: THREAD_CREATE 0x7e8000104000, self: 0x1102ebdc0, name: n/a
6: THREAD_START 0x7e8000104000, self: 0x7e8000104000, name: n/a
7: Hello from pthread
8: THREAD_TERMINATE 0x7e8000104000, self: 0x7e8000104000, name: child thread
9: THREAD_DESTROY 0x7e8000104000, self: 0x7e8000104000, name: child thread
```
Here, THREAD_DESTROY is delivered on the thread being destroyed.

rdar://92679941
2022-05-12 18:13:12 -07:00
..
BlocksRuntime
asan [test] Don't rely on default of detect_stack_use_after_return 2022-04-22 23:28:27 -07: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 [fuzzer] Reduce size of large.test 2022-05-10 10:19:04 +02:00
gwp_asan
hwasan [HWASan] deflake hwasan_symbolize test 2022-05-09 14:11:52 -07:00
interception
lsan Make lsan TestCases more consistent 2022-05-09 11:32:15 -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 [test][ORC-RT] Disable elfnix_platform tests on non-x86_64 platforms 2022-05-06 20:11:35 -07:00
profile XFAIL some PGO tests on AIX until the new linker becomes publicly available. 2022-05-06 01:35:32 +00:00
safestack Speculatively fix build bot 2022-04-20 13:39:53 -04:00
sanitizer_common [Darwin][UBSan][Sanitizer] abort_on_error ubsan test fix for arm64 2022-04-27 12:23:03 -07:00
scudo
shadowcallstack
tsan [TSan] Relax pthread introspection-based test 2022-05-12 18:13:12 -07:00
ubsan [ubsan][test] Unsupport Android for new test diag-stacktrace.cpp 2022-04-12 12:55:44 -07:00
ubsan_minimal
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format
.clang-tidy
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02: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