Skip to content

Commit 4c55fd9

Browse files
author
Roy Sundahl
committed
[fuzzer] Limit big-file-copy.test to darwin only
This test has to be limited to darwin due to multiple failures on other platforms for multple reasons. (Timeout, puts() limit, etc.). This commit modifies D146189. Reviewed By: NoQ Differential Revision: https://reviews.llvm.org/D147094
1 parent 1d448e1 commit 4c55fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/fuzzer/big-file-copy.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
REQUIRES: darwin
12
RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
23
RUN: %run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$?
34
RUN: %run rm -f big-file.txt big-file-out.txt

0 commit comments

Comments
 (0)