Skip to content

Commit 0d6f9bf

Browse files
committed
[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 ea12c1f.
1 parent 110141b commit 0d6f9bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: %clang_cl_asan %Od %s -EHsc %Fe%t
33
// RUN: not %run %t 2>&1 | FileCheck %s
44

5+
// UNSUPPORTED: target={{.*-windows-gnu}}
6+
57
char buff1[6] = "hello";
68
char buff2[6] = "hello";
79

0 commit comments

Comments
 (0)