[compiler-rt] r311916 - [libFuzzer] Exclude a test failing on OS X.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 13:14:16 PDT 2017


Do you know what exactly is failing?

On Mon, Aug 28, 2017 at 1:10 PM, George Karpenkov via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: george.karpenkov
> Date: Mon Aug 28 13:10:30 2017
> New Revision: 311916
>
> URL: http://llvm.org/viewvc/llvm-project?rev=311916&view=rev
> Log:
> [libFuzzer] Exclude a test failing on OS X.
>
> 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=311916&r1=311915&r2=311916&view=diff
> ============================================================
> ==================
> --- compiler-rt/trunk/test/fuzzer/deep-recursion.test (original)
> +++ compiler-rt/trunk/test/fuzzer/deep-recursion.test Mon Aug 28 13:10:30
> 2017
> @@ -1,4 +1,5 @@
>  # Test that we can find a stack overflow
> +REQUIRES: linux
>  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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170828/96a24c05/attachment.html>


More information about the llvm-commits mailing list