]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] Disable equivalence tests on non posix systems.
authorMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:40:45 +0000 (22:40 +0000)
committerMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:40:45 +0000 (22:40 +0000)
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

lib/Fuzzer/test/equivalence.test

index 2728447e34a761e68838abad53d4f4ac42316f2a..c9b5f690202ee9bc9c122d65f265915eb432c616 100644 (file)
@@ -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