From: Marcos Pividori Date: Wed, 1 Feb 2017 22:40:50 +0000 (+0000) Subject: [libFuzzer] Disable afl tests on non-posix systems. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7fdc84b39fc68dfb9c03eda397aae1c8a0413d5;p=llvm [libFuzzer] Disable afl tests on non-posix systems. 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 --- diff --git a/lib/Fuzzer/test/afl-driver-extra-stats.test b/lib/Fuzzer/test/afl-driver-extra-stats.test index 81e384e7dad..1b0818e55ea 100644 --- a/lib/Fuzzer/test/afl-driver-extra-stats.test +++ b/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 diff --git a/lib/Fuzzer/test/afl-driver-stderr.test b/lib/Fuzzer/test/afl-driver-stderr.test index c0f9c8398c2..e835acd4275 100644 --- a/lib/Fuzzer/test/afl-driver-stderr.test +++ b/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