We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce23830 commit ba2e49cCopy full SHA for ba2e49c
compiler-rt/test/fuzzer/sig-trap.test
@@ -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
+
5
RUN: %cpp_compiler %S/SigTrapTest.cpp -o %t
6
7
RUN: not %run %t 2>&1 | FileCheck %s
0 commit comments