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

Vlad Vereschaka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 20 16:58:33 PDT 2020


vvereschaka added a comment.

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 `>`.


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