[libcxx-commits] [libcxxabi] [llvm] [ItaniumDemangle][test] Turn ItaniumDemangle tests into LLVM unit-tests (PR #137947)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 2 02:22:57 PDT 2025


Michael137 wrote:

Thanks for all the context!

> The linux test failure probably is explained by the fact that the test currently uses #if !LDBL_FP80 before the actual definition of LDBL_FP80 further down in the file

Hah good catch!

> we probably should remove that XFAIL from there as well. (I can try to run a test configuration with that case on your PR when it is nearing completion to check this; this isn't covered in upstream CI.)

Just pushed a commit that removes that XFAIL, if you want to give it a shot.

https://github.com/llvm/llvm-project/pull/137947


More information about the libcxx-commits mailing list