mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08: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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user