[libcxx-commits] [PATCH] D116957: [libc++] [test] Add a test for proper _Uglification of template parameter names

Haowei Wu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 18 11:02:12 PST 2022


haowei added a comment.

In D116957#3251926 <https://reviews.llvm.org/D116957#3251926>, @Quuxplusone wrote:

> Hi @haowei , could you please provide the output from the failed test?
> The link you gave did lead me to https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket/8825027967296150705/+/u/clang/test/stdout?format=raw but there's no output there; it just says
>
>   PASS: libc++ :: libcxx/min_max_macros.compile.pass.cpp (6610 of 13450)
>   PASS: libc++ :: libcxx/ranges/range.nonprop.cache/emplace.pass.cpp (6611 of 13450)
>   FAIL: libc++ :: libcxx/nasty_macros.compile.pass.cpp (6612 of 13450)
>   PASS: libc++ :: libcxx/ranges/range.nonprop.cache/emplace_from.pass.cpp (6613 of 13450)
>   PASS: libc++ :: libcxx/no_assert_include.compile.pass.cpp (6614 of 13450)
>
> What I'd need to see is, how did the test fail? What error messages did the compiler produce?
> If you have access to a machine with the "Fuchsia" config on it, you can probably run that test yourself, grab the output and paste it here.

Hi, you can get the test output from `https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8825027967296150705/test-results` from the "Test Result" Tab at the top of the page from the link posted earlier. We are using using ResultDB so the test output was not in the stdout. Sorry I forgot to mention it in the earlier post.

It should be fixed by  D117582 <https://reviews.llvm.org/D117582> now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116957



More information about the libcxx-commits mailing list