Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / uncaught-exception.test
blobb055c88f6d90399f6515d02a68e04e886af02e28
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
7 RUN: not %run %t-UncaughtException 2>&1 | FileCheck %s
9 CHECK: ERROR: libFuzzer: deadly signal
10 CHECK: Test unit written to ./crash