[PATCH] D93128: [lld][PowerPC][test] Avoid flaky failures
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 09:26:55 PST 2020
jsji created this revision.
jsji added reviewers: PowerPC, sfertile, MaskRay.
Herald added subscribers: shchenz, nemanjai, emaste.
Herald added a reviewer: espindola.
jsji requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This test may fail if there is a new changes to this tests.
.../llvm-project/lld/test/ELF/common-archive-lookup.s:95:8:
error: MAP: expected string not found in input
^
because some archive file and command are affected by last run.
So this 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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93128
Files:
lld/test/ELF/common-archive-lookup.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93128.311255.patch
Type: text/x-patch
Size: 5018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/e964ee12/attachment.bin>
More information about the llvm-commits
mailing list