[libFuzzer] disable a test failing on the bot

llvm-svn: 311427
This commit is contained in:
Kostya Serebryany 2017-08-22 05:15:57 +00:00
parent 84315ec513
commit 868e69091c
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# Test that we can find a stack overflow
RUN: %cpp_compiler -fsanitize-coverage=stack-depth %S/DeepRecursionTest.cpp -o %t
RUN: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: deadly signal
RUN: echo DISABLED
DISABLED: %cpp_compiler -fsanitize-coverage=stack-depth %S/DeepRecursionTest.cpp -o %t
DISABLED: not %t -seed=1 -runs=100000000 2>&1 | FileCheck %s
DISABLED: ERROR: libFuzzer: deadly signal