Kostya Serebryany | 33fb36c | 2017-08-22 01:50:00 +0000 | [diff] [blame] | 1 | # Test that we can find a stack overflow |
Matt Morehouse | b1fa825 | 2017-08-22 21:28:29 +0000 | [diff] [blame^] | 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 |