forked from OSchip/llvm-project
[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
This commit is contained in:
parent
2bd72abef0
commit
4dc3014c51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue