[compiler-rt] 4dc3014 - [compiler-rt][fuzzer] Disable bcmp.test on darwin

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 13:56:23 PDT 2020


Author: Jon Roelofs
Date: 2020-07-24T14:54:17-06:00
New Revision: 4dc3014c51fda2a3189318c4ae54c4da9cfc6a0e

URL: https://github.com/llvm/llvm-project/commit/4dc3014c51fda2a3189318c4ae54c4da9cfc6a0e
DIFF: https://github.com/llvm/llvm-project/commit/4dc3014c51fda2a3189318c4ae54c4da9cfc6a0e.diff

LOG: [compiler-rt][fuzzer] Disable bcmp.test on darwin

It broke one of the buildbots:

http://lab.llvm.org:8080/green/job/clang-stage1-RA/13026/console

Added: 
    

Modified: 
    compiler-rt/test/fuzzer/bcmp.test

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/fuzzer/bcmp.test b/compiler-rt/test/fuzzer/bcmp.test
index 5bbbe9845beb..8c1e532b16ab 100644
--- a/compiler-rt/test/fuzzer/bcmp.test
+++ b/compiler-rt/test/fuzzer/bcmp.test
@@ -1,4 +1,4 @@
-UNSUPPORTED: freebsd, windows
+UNSUPPORTED: darwin, freebsd, windows
 RUN: %cpp_compiler -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t
 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s
 CHECK: BINGO


        


More information about the llvm-commits mailing list