[PATCH] D29421: [libFuzzer] equivalence test not supported on non-posix systems

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 13:33:11 PST 2017


mpividori created this revision.

https://reviews.llvm.org/D29421

Files:
  lib/Fuzzer/test/equivalence.test


Index: lib/Fuzzer/test/equivalence.test
===================================================================
--- lib/Fuzzer/test/equivalence.test
+++ lib/Fuzzer/test/equivalence.test
@@ -14,3 +14,5 @@
 RUN: sleep 3
 RUN: LLVMFuzzer-EquivalenceATest -timeout=1 -use_equivalence_server=EQUIV_TEST -runs=500000 2>&1
 RUN: kill -9 $APID
+
+REQUIRES: posix


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29421.86707.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/dc1f3eb0/attachment.bin>


More information about the llvm-commits mailing list