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 985c524 commit 9170308Copy full SHA for 9170308
compiler-rt/test/fuzzer/uncaught-exception.test
@@ -1,8 +1,10 @@
1
# Test that throws a C++ exception and doesn't catch it. Should result in a
2
# crash
3
+# FIXME: Get test working on other platforms.
4
+REQUIRES: windows
5
RUN: %cpp_compiler %S/UncaughtException.cpp -o %t-UncaughtException
6
-RUN: ASAN_OPTIONS=allocator_may_return_null=1 not %run %t-UncaughtException 2>&1 | FileCheck %s
7
+RUN: not %run %t-UncaughtException 2>&1 | FileCheck %s
8
9
CHECK: ERROR: libFuzzer: deadly signal
10
CHECK: Test unit written to ./crash
0 commit comments