Kostya Serebryany | 33fb36c | 2017-08-22 01:50:00 +0000 | [diff] [blame^] | 1 | # Test that we can find a stack overflow |
2 | RUN: %cpp_compiler -fsanitize-coverage=stack-depth %S/DeepRecursionTest.cpp -o %t | ||||
3 | RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s | ||||
4 | CHECK: ERROR: libFuzzer: deadly signal |