Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d759bb

Browse files
author
Roy Sundahl
committed
[fuzzer][test] Disable big-file-copy.test for everything but macOS
This test is heavy on test resources and involves moving a large 2GB+ file across an ssh connection when testing on remote devices. Exclude all tests except for macOS testing (on host). Remote device testing for macOS may eventually cause a problem on macOS as well w/o better handling of tests that require more resource/time than we currently handle. Introduced by: https://reviews.llvm.org/D146189 Subsequent exclusion of all but darwin by: https://reviews.llvm.org/D147094 Subsequent exclusion of tvOS and watchOS by: https://reviews.llvm.org/D147502 Subsequent exclusion of all but macOS... rdar://107570309 Reviewed By: yln, thetruestblue Differential Revision: https://reviews.llvm.org/D148727 (cherry picked from commit b62c39f)
1 parent 6791c8f commit 0d759bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REQUIRES: darwin
2-
UNSUPPORTED: tvos || watchos
2+
UNSUPPORTED: ios
33
RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
44
RUN: %run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$?
55
RUN: %run rm -f big-file.txt big-file-out.txt

0 commit comments

Comments
 (0)