[all-commits] [llvm/llvm-project] 4c55fd: [fuzzer] Limit big-file-copy.test to darwin only
Roy Sundahl via All-commits
all-commits at lists.llvm.org
Tue Mar 28 17:23:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c55fd974b9f7e26ead646150eadfe549f27ad6f
https://github.com/llvm/llvm-project/commit/4c55fd974b9f7e26ead646150eadfe549f27ad6f
Author: Roy Sundahl <rsundahl at apple.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M compiler-rt/test/fuzzer/big-file-copy.test
Log Message:
-----------
[fuzzer] Limit big-file-copy.test to darwin only
This test has to be limited to darwin due to multiple failures on other
platforms for multple reasons. (Timeout, puts() limit, etc.). This
commit modifies D146189.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D147094
More information about the All-commits
mailing list