[compiler-rt] [NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for now (PR #90750)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 10:45:21 PDT 2024
https://github.com/thetruestblue updated https://github.com/llvm/llvm-project/pull/90750
>From 8bf3923452446a139dfc5389192fe996b354b5dc Mon Sep 17 00:00:00 2001
From: Blue Gaston <bgaston2 at apple.com>
Date: Wed, 1 May 2024 10:13:14 -0700
Subject: [PATCH 1/2] [NFC][x86_64][Test Only] Disable for san coverage for
lsan on all x86_64 for now
Disabling this test on all x86_64 to unblock CI.
rdar://125052424
---
.../TestCases/sanitizer_coverage_trace_pc_guard.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index ed817961c688cc..b89ac3b036039c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -2,6 +2,8 @@
// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
+// This test is failing for lsan on darwin on x86_64h.
+// UNSUPPORTED: darwin && x86-target-arch && lsan
// XFAIL: tsan
// XFAIL: android && asan
>From 040f3d02bc2868680c953574303f6d44e2a090b4 Mon Sep 17 00:00:00 2001
From: thetruestblue <92476612+thetruestblue at users.noreply.github.com>
Date: Wed, 1 May 2024 10:45:13 -0700
Subject: [PATCH 2/2] Update sanitizer_coverage_trace_pc_guard.cpp
---
.../TestCases/sanitizer_coverage_trace_pc_guard.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index b89ac3b036039c..ee47a1228fcc5c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -2,7 +2,7 @@
// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
-// This test is failing for lsan on darwin on x86_64h.
+// This test is failing for lsan on darwin on x86_64h.
// UNSUPPORTED: darwin && x86-target-arch && lsan
// XFAIL: tsan
// XFAIL: android && asan
More information about the llvm-commits
mailing list