[compiler-rt] [asan][test][MSVC] Disabling test on MSVC x86 because of optimized builds (PR #125871)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 07:32:10 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Zack Johnson (zacklj89)

<details>
<summary>Changes</summary>

Including #<!-- -->124987, we have failures on Windows on x86 with `/O2` builds, similar to Darwin. This disables the test for MSVC-x86.

---
Full diff: https://github.com/llvm/llvm-project/pull/125871.diff


1 Files Affected:

- (modified) compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp (+1) 


``````````diff
diff --git a/compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp b/compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp
index 6ab796b1c76a69..67cb7e9827b0e3 100644
--- a/compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp
+++ b/compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp
@@ -12,6 +12,7 @@
 // FIXME: atos does not work for inlined functions, yet llvm-symbolizer
 // does not always work with debug info on Darwin.
 // UNSUPPORTED: darwin
+// UNSUPPORTED: target={{.*windows-msvc.*}} && asan-32-bits
 
 #include <stdio.h>
 #include <stdlib.h>

``````````

</details>


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


More information about the llvm-commits mailing list