forked from OSchip/llvm-project
[libFuzzer] Disable equivalence tests on non posix systems.
We can not run this test until we implement shared memory on Windows. Differential Revision: https://reviews.llvm.org/D29421 llvm-svn: 293829
This commit is contained in:
parent
b056879700
commit
36464dd6a5
|
@ -1,3 +1,5 @@
|
|||
REQUIRES: posix
|
||||
|
||||
RUN: LLVMFuzzer-EquivalenceATest -run_equivalence_server=EQUIV_TEST & export APID=$!
|
||||
RUN: sleep 3
|
||||
RUN: not LLVMFuzzer-EquivalenceBTest -use_equivalence_server=EQUIV_TEST -max_len=4096 2>&1 | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue