Skip to content

Commit

Permalink
[libFuzzer] Disable afl tests on non-posix systems.
Browse files Browse the repository at this point in the history
AflDriver is not supported on non posix systems.

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

llvm-svn: 293830
  • Loading branch information
Marcos Pividori committed Feb 1, 2017
1 parent 36464dd commit ba03abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/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
Expand Down
2 changes: 2 additions & 0 deletions llvm/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
Expand Down

0 comments on commit ba03abe

Please sign in to comment.