[libcxx-commits] [PATCH] D91691: [libc++] [libc++abi] Use C++20 standard.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 20 12:16:14 PST 2020
ldionne added a subscriber: EricWF.
ldionne added a comment.
In D91691#2408780 <https://reviews.llvm.org/D91691#2408780>, @curdeius wrote:
> Thanks Louis! The tests that fail seem indeed flaky (C++03: both failures in libcxx/test/libcxx/modules). Especially that the first time (before I changed required standard to OFF) everything passed just fine (and without restarts).
> How can I restart a job?
You might need to be an admin in Buildkite.
I believe these jobs are flaky because they use modules, and there's something broken with module caches. @EricWF and I have been seeing these failures on and off for a while. It'd kind of disturbing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91691/new/
https://reviews.llvm.org/D91691
More information about the libcxx-commits
mailing list