[PATCH] D93128: [lld][PowerPC][test] Avoid flaky failures

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 09:36:14 PST 2020


MaskRay added a comment.

> because some archive file and command are affected by last run. So this require cleaning up the Output dir or force build of buildbot.

Can you elaborate what happens?

%t should be used for temporary files. I think Google and another industry user (maybe Swift) have a readonly filesystem and don't chdir when running the test. `1.s` will be created in the source directory and fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93128



More information about the llvm-commits mailing list