[all-commits] [llvm/llvm-project] b62c39: [fuzzer][test] Disable big-file-copy.test for ever...

Roy Sundahl via All-commits all-commits at lists.llvm.org
Thu Apr 20 12:19:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b62c39f9ef2af3dd398a67a5e9e8d7d0a097d941
      https://github.com/llvm/llvm-project/commit/b62c39f9ef2af3dd398a67a5e9e8d7d0a097d941
  Author: Roy Sundahl <rsundahl at apple.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M compiler-rt/test/fuzzer/big-file-copy.test

  Log Message:
  -----------
  [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




More information about the All-commits mailing list