[PATCH] D29422: [libfuzzer] Disable afl tests on non-posix.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 14:52:08 PST 2017


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

Changed prior to commit:
  https://reviews.llvm.org/D29422?vs=86708&id=86730#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29422

Files:
  llvm/trunk/lib/Fuzzer/test/afl-driver-extra-stats.test
  llvm/trunk/lib/Fuzzer/test/afl-driver-stderr.test


Index: llvm/trunk/lib/Fuzzer/test/afl-driver-stderr.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/afl-driver-stderr.test
+++ llvm/trunk/lib/Fuzzer/test/afl-driver-stderr.test
@@ -1,3 +1,5 @@
+REQUIRES: posix
+
 ; Test that not specifying a stderr file isn't broken.
 RUN: unset AFL_DRIVER_STDERR_DUPLICATE_FILENAME
 RUN: AFLDriverTest
Index: llvm/trunk/lib/Fuzzer/test/afl-driver-extra-stats.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/afl-driver-extra-stats.test
+++ llvm/trunk/lib/Fuzzer/test/afl-driver-extra-stats.test
@@ -1,3 +1,5 @@
+REQUIRES: posix
+
 ; Test that not specifying an extra stats file isn't broken.
 RUN: unset AFL_DRIVER_EXTRA_STATS_FILENAME
 RUN: AFLDriverTest


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


More information about the llvm-commits mailing list