llvm-project/compiler-rt/test
Vitaly Buka fbcec6cad0 [tsan] Fix and re-enable user_malloc.cc test
Summary: no_sanitize_thread is not enough as it still puts some tsan instrumentation

Reviewers: eugenis

Subscribers: kubamracek, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D61393

llvm-svn: 359731
2019-05-01 21:53: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 [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_malloc_win.cc 2019-04-29 20:26:19 +00:00
builtins [compiler-rt][builtins][sanitizers] Update compiler-rt test cases for 2019-04-30 20:09:00 +00:00
cfi compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac 2019-01-16 20:36:27 +00:00
crt Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation" 2019-04-30 18:13:22 +00:00
dfsan Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
fuzzer [libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failures 2019-05-01 12:30:04 +00:00
hwasan [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
interception Revert "[interception] Check for export table's size before referring to its elements." 2017-01-22 03:30:14 +00:00
lsan [TSan] Support fiber API on macOS 2019-04-20 00:18:44 +00:00
msan [NFC] Use clearer naming for local variables 2019-04-10 23:23:17 +00:00
profile Prospective test fix in response to r358104. 2019-04-11 03:04:04 +00:00
safestack compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac 2019-01-16 20:36:27 +00:00
sanitizer_common [sanitizer] Implement reallocarray. 2019-05-01 17:33:01 +00:00
scudo [sanitizer] Remove "-android" from test_arch. 2019-02-25 22:32:30 +00:00
shadowcallstack Delete x86_64 ShadowCallStack support 2019-03-07 18:56:36 +00:00
tsan [tsan] Fix and re-enable user_malloc.cc test 2019-05-01 21:53:39 +00:00
ubsan Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" 2019-04-26 17:53:25 +00:00
ubsan_minimal [compiler-rt][UBSan] Sanitization for alignment assumptions. 2019-01-15 09:44:27 +00:00
xray Add header <atomic> which is needed to compile with some older library versions. 2018-11-21 08:54:40 +00: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 Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation" 2019-04-30 18:13:22 +00:00
lit.common.cfg [TSan][libdispatch] Specify libdispatch header dir for lit tests 2019-04-04 17:25:43 +00:00
lit.common.configured.in [Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests 2019-03-07 18:15:23 +00:00