[libcxx-commits] [libcxx] [libcxx] Fix libcxx test, integral.pass.cpp (PR #135355)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 11 06:18:20 PDT 2025
saturn691 wrote:
This is not the case when tested with `picolibc` under AArch64.
I'm trying to fix the failed test case `integral.pass.cpp` which relies on the function `fromchars128_impl`. Specifically, when tested with `std::numeric_limits<__int128_t>::lowest()`, it fails.
https://github.com/llvm/llvm-project/pull/135355
More information about the libcxx-commits
mailing list