Skip to content

Commit 9170308

Browse files
[fuzzer] Disable uncaught-exception on non-Win+undo bad fix
Test is failing on non-Windows platforms. Also undo speculative fix since it causes failures on Windows.
1 parent 985c524 commit 9170308

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Test that throws a C++ exception and doesn't catch it. Should result in a
22
# crash
3+
# FIXME: Get test working on other platforms.
4+
REQUIRES: windows
35
RUN: %cpp_compiler %S/UncaughtException.cpp -o %t-UncaughtException
46

5-
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
68

79
CHECK: ERROR: libFuzzer: deadly signal
810
CHECK: Test unit written to ./crash

0 commit comments

Comments
 (0)