aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer/sig-trap.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/sig-trap.test')
-rw-r--r--compiler-rt/test/fuzzer/sig-trap.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/sig-trap.test b/compiler-rt/test/fuzzer/sig-trap.test
index ee47d2c..30d9d47 100644
--- a/compiler-rt/test/fuzzer/sig-trap.test
+++ b/compiler-rt/test/fuzzer/sig-trap.test
@@ -1,3 +1,7 @@
+# Check that libFuzzer handles SIGTRAP; disabled on Windows due to reliance on
+# posix only features
+UNSUPPORTED: target={{.*windows.*}}
+
RUN: %cpp_compiler %S/SigTrapTest.cpp -o %t
RUN: not %run %t 2>&1 | FileCheck %s