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

Elliott Hughes via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 24 15:33:36 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG96a979c0c295: Fix test for D77924. (authored by enh).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86321

Files:
  libcxxabi/test/test_demangle.pass.cpp


Index: libcxxabi/test/test_demangle.pass.cpp
===================================================================
--- libcxxabi/test/test_demangle.pass.cpp
+++ libcxxabi/test/test_demangle.pass.cpp
@@ -29842,7 +29842,7 @@
 #if LDBL_FP128
     // This was found by libFuzzer+HWASan on aarch64 Android.
     {"1\006ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE",
-     {"\x6<-0x1.cecececececececececececececep+11983"}},
+     {"\x6<-0x1.cecececececececececececececep+11983L>"}},
 #endif
 };
 const unsigned NF = sizeof(fp_literal_cases) / sizeof(fp_literal_cases[0]);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86321.287514.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200824/91304b7b/attachment-0001.bin>


More information about the libcxx-commits mailing list