[libc-commits] [PATCH] D152032: [libc] Disable the string_to_float test on NVPTX
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 2 14:09:30 PDT 2023
jhuber6 added a comment.
In D152032#4391807 <https://reviews.llvm.org/D152032#4391807>, @michaelrj wrote:
> The patch is fine, but I am confused as to how the `str_to_float` tests were passing with the `high_precision_decimal` tests failing, given that `str_to_float` uses `high_precision_decimal`.
I'm not sure either. Haven't had the time to properly diagnose these failings on NVPTX. It's also more difficult for me since it's not my primary development system. I have a feeling there might be a common cause between the spurious failures on NVPTX here but I still to sit down and try to make a reproducer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152032/new/
https://reviews.llvm.org/D152032
More information about the libc-commits
mailing list