[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:16:12 PDT 2024


https://github.com/thetruestblue created https://github.com/llvm/llvm-project/pull/90750

Disabling this test on all x86_64 to unblock CI.

rdar://125052424


>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] [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
 



More information about the llvm-commits mailing list