[fuzzer][test] Disable big-file-copy.test for everything but macOS
authorRoy Sundahl <rsundahl@apple.com>
Wed, 19 Apr 2023 16:32:05 +0000 (09:32 -0700)
committerRoy Sundahl <rsundahl@apple.com>
Thu, 20 Apr 2023 19:19:30 +0000 (12:19 -0700)
commitb62c39f9ef2af3dd398a67a5e9e8d7d0a097d941
tree9cd2062f8d436af8c118a5a114c25bef557ab5ba
parent68c3d66a97a0c1b7bb1b6b2b84640eece07bcc9c
[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
compiler-rt/test/fuzzer/big-file-copy.test