[compiler-rt] r311427 - [libFuzzer] disable a test failing on the bot

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 22:15:57 PDT 2017


Author: kcc
Date: Mon Aug 21 22:15:57 2017
New Revision: 311427

URL: http://llvm.org/viewvc/llvm-project?rev=311427&view=rev
Log:
[libFuzzer] disable a test failing on the bot

Modified:
    compiler-rt/trunk/test/fuzzer/deep-recursion.test

Modified: compiler-rt/trunk/test/fuzzer/deep-recursion.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/deep-recursion.test?rev=311427&r1=311426&r2=311427&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/deep-recursion.test (original)
+++ compiler-rt/trunk/test/fuzzer/deep-recursion.test Mon Aug 21 22:15:57 2017
@@ -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




More information about the llvm-commits mailing list