[libcxx-commits] [PATCH] D81559: [libcxx] Fix std::vector construct_iter_iter.pass.cpp test (C++98/03)
Mikhail Maltsev via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 10 07:37:38 PDT 2020
miyuki added a comment.
In D81559#2085031 <https://reviews.llvm.org/D81559#2085031>, @ldionne wrote:
> In D81559#2085002 <https://reviews.llvm.org/D81559#2085002>, @miscco wrote:
>
> > Do we need to reenable the test somewhere?
>
>
> My understanding is that it was never disabled, it just started failing with a recent compiler. @miyuki is that correct?
Yes. Probably C++03 + 32-bit target is not a common configuration, and it is not being tested by the public build bots, so it hasn't been reported.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81559/new/
https://reviews.llvm.org/D81559
More information about the libcxx-commits
mailing list