[all-commits] [llvm/llvm-project] 9b05f1: [lld][PowerPC][test] Avoid flaky failures
jsji via All-commits
all-commits at lists.llvm.org
Fri Dec 11 11:47:25 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b05f1889aa8ca0693b17ce7dd84da3f6fab90da
https://github.com/llvm/llvm-project/commit/9b05f1889aa8ca0693b17ce7dd84da3f6fab90da
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M lld/test/ELF/common-archive-lookup.s
Log Message:
-----------
[lld][PowerPC][test] Avoid flaky failures
This test may fail if there is a new changes to this tests.
The archives are not deleted so the contents from the previous test run
may affect the contents for the current run,
so this will require cleaning up the Output dir or force build of buildbot.
The fix is to put all the objects in the temporary dir that we cleanup every run,
to avoid run-2-run flaky failures.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D93128
More information about the All-commits
mailing list