[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 14:52:07 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293829: [libFuzzer] Disable equivalence tests on non posix systems. (authored by mpividori).

Changed prior to commit:
  https://reviews.llvm.org/D29421?vs=86707&id=86728#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29421

Files:
  llvm/trunk/lib/Fuzzer/test/equivalence.test


Index: llvm/trunk/lib/Fuzzer/test/equivalence.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/equivalence.test
+++ llvm/trunk/lib/Fuzzer/test/equivalence.test
@@ -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


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


More information about the llvm-commits mailing list