[compiler-rt] 0d6f9bf - [asan] [test] Mark a new test UNSUPPORTED for MinGW targets

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 9 12:49:43 PST 2024


Author: Martin Storsjö
Date: 2024-03-09T22:48:18+02:00
New Revision: 0d6f9bf274c1bc69e71ff7dd740f2cee1a4ca769

URL: https://github.com/llvm/llvm-project/commit/0d6f9bf274c1bc69e71ff7dd740f2cee1a4ca769
DIFF: https://github.com/llvm/llvm-project/commit/0d6f9bf274c1bc69e71ff7dd740f2cee1a4ca769.diff

LOG: [asan] [test] Mark a new test UNSUPPORTED for MinGW targets

This test uses the MSVC/clang-cl specific -EHsc flag.

This test was recently added, in
ea12c1fa15093e24818785b2ca6e06588372a3bf.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Windows/issue64990.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
index a5a46b5a81ddca..aab66502bd16fc 100644
--- a/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/issue64990.cpp
@@ -2,6 +2,8 @@
 // RUN: %clang_cl_asan %Od %s -EHsc %Fe%t
 // RUN: not %run %t 2>&1 | FileCheck %s
 
+// UNSUPPORTED: target={{.*-windows-gnu}}
+
 char buff1[6] = "hello";
 char buff2[6] = "hello";
 


        


More information about the llvm-commits mailing list