[compiler-rt] r331894 - [libFuzzer] Disable print-func.test on Darwin.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 10:05:07 PDT 2018


Author: morehouse
Date: Wed May  9 10:05:07 2018
New Revision: 331894

URL: http://llvm.org/viewvc/llvm-project?rev=331894&view=rev
Log:
[libFuzzer] Disable print-func.test on Darwin.

The try-lock guard change seems to be making this test fail on Mac, but
I haven't been able to reproduce the failure.  Disabling the test on Mac
to fix build bot.

Modified:
    compiler-rt/trunk/test/fuzzer/print-func.test

Modified: compiler-rt/trunk/test/fuzzer/print-func.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/print-func.test?rev=331894&r1=331893&r2=331894&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/print-func.test (original)
+++ compiler-rt/trunk/test/fuzzer/print-func.test Wed May  9 10:05:07 2018
@@ -1,3 +1,4 @@
+UNSUPPORTED: darwin
 RUN: %cpp_compiler %S/PrintFuncTest.cpp -o %t
 RUN: %t -seed=1 -runs=100000 2>&1 | FileCheck %s
 RUN: %t -seed=1 -runs=100000 -print_funcs=0 2>&1 | FileCheck %s --check-prefix=NO




More information about the llvm-commits mailing list