[libcxx-commits] [PATCH] D86321: Fix test for D77924.

Elliott Hughes via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 21 10:46:11 PDT 2020


enh added a comment.

In D86321#2229537 <https://reviews.llvm.org/D86321#2229537>, @vvereschaka wrote:

> The test got failed again. I got the following output:
>
>   ubuntu at jetson8:~$ ./t.tmp.exe
>   Testing 29715 symbols.
>   1ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE -> <-0x1.cecececececececececececececep+11983L
>   Got instead: <-0x1.cecececececececececececececep+11983L>
>   t.tmp.exe: C:/buildbot/temp/llvm-project/libcxxabi/test/test_demangle.pass.cpp:30001: void testFPLiterals(): Assertion `false' failed.
>   Aborted (core dumped)
>
> looks like it does not expect trailing `>`.

man, debugging without a working machine is hard. thanks again!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86321



More information about the libcxx-commits mailing list