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