forked from OSchip/llvm-project
[libFuzzer] disable a test failing on the bot
llvm-svn: 311427
This commit is contained in:
parent
84315ec513
commit
868e69091c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue