[libFuzzer] Disable afl tests on non-posix systems.

AflDriver is not supported on non posix systems.

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

llvm-svn: 293830
This commit is contained in:
Marcos Pividori
2017-02-01 22:40:50 +00:00
parent 36464dd6a5
commit ba03abebfe
2 changed files with 4 additions and 0 deletions

View 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

View 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