Skip to content

Commit 5ca82d5

Browse files
committed
[libFuzzer] Mark libFuzzer SIGTRAP test unsupported on windows
1 parent a749e68 commit 5ca82d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/fuzzer/sig-trap.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Check that libFuzzer handles SIGTRAP; disabled on Windows due to reliance on
2+
# posix only features
3+
UNSUPPORTED: target={{.*windows.*}}
4+
15
RUN: %cpp_compiler %S/SigTrapTest.cpp -o %t
26

37
RUN: not %run %t 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)