]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] Disable afl tests on non-posix systems.
authorMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:40:50 +0000 (22:40 +0000)
committerMarcos Pividori <mpividori@google.com>
Wed, 1 Feb 2017 22:40:50 +0000 (22:40 +0000)
AflDriver is not supported on non posix systems.

Differential Revision: https://reviews.llvm.org/D29422

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293830 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/afl-driver-extra-stats.test
lib/Fuzzer/test/afl-driver-stderr.test

index 81e384e7dad2e557065d3a0a5561b1c7c6fa366d..1b0818e55ea58b4998e0ebdee7812e6c02292d1b 100644 (file)
@@ -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
index c0f9c8398c2a118485fb003efa9129ce0a846034..e835acd4275b9079792c95a1d4c0853bf03e2089 100644 (file)
@@ -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