summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/deep-recursion.test
blob: d3294d9a74c64739ea899021498d19fb154a17ba (plain)
1
2
3
4
# Test that we can find a stack overflow
RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t
RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: deadly signal
OpenPOWER on IntegriCloud