[compiler-rt] [lsan] Disable test with barriers on Darwin (PR #112810)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 19:23:20 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/112810.diff
1 Files Affected:
- (modified) compiler-rt/test/lsan/TestCases/print_threads.c (+3)
``````````diff
diff --git a/compiler-rt/test/lsan/TestCases/print_threads.c b/compiler-rt/test/lsan/TestCases/print_threads.c
index b3072da93fab62..a9389412af1ccf 100644
--- a/compiler-rt/test/lsan/TestCases/print_threads.c
+++ b/compiler-rt/test/lsan/TestCases/print_threads.c
@@ -2,6 +2,9 @@
// XFAIL: hwasan
+// No pthread barriers on Darwin.
+// UNSUPPORTED: darwin
+
#include <assert.h>
#include <pthread.h>
#include <sanitizer/lsan_interface.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/112810
More information about the llvm-commits
mailing list