[compiler-rt] Disable test for lsan and x86_64h (PR #90483)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 13:57:08 PDT 2024


================
@@ -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_64.
+// UNSUPPORTED: x86_64h && lsan
----------------
thetruestblue wrote:

I believe the lit feature x86_64h is only added on Apple platforms. So I don't think the logic would actually add anything, though it would make it more clear.

https://github.com/llvm/llvm-project/pull/90483


More information about the llvm-commits mailing list