Skip to content

Commit ba2e49c

Browse files
authored
[libFuzzer] Mark libFuzzer SIGTRAP test unsupported on windows (#151109)
This change is based on the UNSUPPORTED mark from the existing sigusr test https://github.com/llvm/llvm-project/blob/c59cc542844b5b4a25cd222ad0127ca2e74953ad/compiler-rt/test/fuzzer/sigusr.test#L4
1 parent ce23830 commit ba2e49c

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)