[compiler-rt] bbccc52 - [lsan] Disable test with barriers on Darwin (#112810)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 19:23:11 PDT 2024
Author: Vitaly Buka
Date: 2024-10-17T19:23:08-07:00
New Revision: bbccc521c6a0de151c4d7a34e7f78ae47f3a3298
URL: https://github.com/llvm/llvm-project/commit/bbccc521c6a0de151c4d7a34e7f78ae47f3a3298
DIFF: https://github.com/llvm/llvm-project/commit/bbccc521c6a0de151c4d7a34e7f78ae47f3a3298.diff
LOG: [lsan] Disable test with barriers on Darwin (#112810)
Added:
Modified:
compiler-rt/test/lsan/TestCases/print_threads.c
Removed:
################################################################################
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>
More information about the llvm-commits
mailing list