[PATCH] D110276: Clean up large copies of binaries copied into temp directories in tests

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 09:18:05 PDT 2021


tejohnson added a comment.

In D110276#3016312 <https://reviews.llvm.org/D110276#3016312>, @tejohnson wrote:

> In D110276#3016295 <https://reviews.llvm.org/D110276#3016295>, @thakis wrote:
>
>> Oh, the win failure (https://buildkite.com/llvm-project/premerge-checks/builds/57480#f7da3275-775a-4cf4-9624-d3539dd1f709) might actually be real. Windows doesn't allow deleting files that are still in use, and due to AV or similar, the file might still be in use for a bit even after the program completes.
>
> The failures I am seeing there are in a few other tests, not in the ones I modified. Can you confirm?

@thakis ping - I don't see any failures related to the tests I changed - can you confirm or let me know if I missed something?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110276/new/

https://reviews.llvm.org/D110276



More information about the llvm-commits mailing list