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 a749e68 commit 5ca82d5Copy full SHA for 5ca82d5
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