[all-commits] [llvm/llvm-project] 5c950a: [fuzzer][test] Avoid big-file-copy.test on memory ...

Roy Sundahl via All-commits all-commits at lists.llvm.org
Tue Apr 4 11:03:06 PDT 2023


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

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

  Log Message:
  -----------
  [fuzzer][test] Avoid big-file-copy.test on memory constrained devices

The test "big-file-copy.test" introduced in D146189 and constrained to darwin by
D147094, is by this differential further constrained to only those devices with
sufficient resources. Also correct the test to read the environment variable
"result" from the same shell in which it was stored (which may differ on devices).

Reviewed By: thetruestblue

Differential Revision: https://reviews.llvm.org/D147502




More information about the All-commits mailing list