This is an archive of the discontinued LLVM Phabricator instance.

[fuzzer][test] Disable big-file-copy.test for everything but macOS
ClosedPublic

Authored by rsundahl on Apr 19 2023, 9:47 AM.

Details

Summary

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

Diff Detail

Event Timeline

rsundahl created this revision.Apr 19 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 9:47 AM
Herald added a subscriber: Enna1. · View Herald Transcript
rsundahl requested review of this revision.Apr 19 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 9:47 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
rsundahl updated this revision to Diff 515381.Apr 20 2023, 10:24 AM

Slightly more readable way to describe the situation

@yln @wrotki @thetruestblue please review/approve so we can unblock CI.

thetruestblue accepted this revision.Apr 20 2023, 12:13 PM
This revision is now accepted and ready to land.Apr 20 2023, 12:13 PM
yln accepted this revision.Apr 20 2023, 12:15 PM
This revision was landed with ongoing or failed builds.Apr 20 2023, 12:19 PM
This revision was automatically updated to reflect the committed changes.