Kostya Serebryany | 33fb36c | 2017-08-22 01:50:00 +0000 | [diff] [blame] | 1 | # Test that we can find a stack overflow |
George Karpenkov | 52a3e48 | 2017-08-28 20:10:30 +0000 | [diff] [blame] | 2 | REQUIRES: linux |
Matt Morehouse | 034126e | 2017-08-30 22:49:31 +0000 | [diff] [blame] | 3 | RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t |
George Karpenkov | fa57519 | 2018-05-11 21:29:51 +0000 | [diff] [blame] | 4 | RUN: not %run %t -seed=1 -runs=100000000 2>&1 | FileCheck %s |
Matt Morehouse | b1fa825 | 2017-08-22 21:28:29 +0000 | [diff] [blame] | 5 | CHECK: ERROR: libFuzzer: deadly signal |