mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293829 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98399aa4b2
commit
b2df6a0c9b
@ -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…
x
Reference in New Issue
Block a user