1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[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 c5d4da770a
commit 64dcdbaf43
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