[compiler-rt] 760c208 - [Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSan
Mariusz Borsa via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 13:00:16 PDT 2023
Author: Mariusz Borsa
Date: 2023-07-20T12:58:30-07:00
New Revision: 760c208f6ff9e97a9a11523c00874a1eec4f876b
URL: https://github.com/llvm/llvm-project/commit/760c208f6ff9e97a9a11523c00874a1eec4f876b
DIFF: https://github.com/llvm/llvm-project/commit/760c208f6ff9e97a9a11523c00874a1eec4f876b.diff
LOG: [Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSan
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index abec2f1acd41bb..95f2cc04ac1b9b 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -7,6 +7,10 @@
// XFAIL: hwasan && target=aarch64{{.*}}
// LSan tests fail on Darwin
// UNSUPPORTED: darwin && lsan
+// tsan and ubsan are supported on darwin, but they currently fail
+// likely because the test platform is too old
+// XFAIL: darwin && tsan
+// XFAIL: darwin && ubsan
#include <stdio.h>
#include <sanitizer/common_interface_defs.h>
More information about the llvm-commits
mailing list