summaryrefslogtreecommitdiff
path: root/test/fuzzer/deep-recursion.test
blob: 22475f91263a552b29c390f148e1b241101e7d09 (plain)
1
2
3
4
5
# Test that we can find a stack overflow
REQUIRES: linux
RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t
RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: deadly signal