-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<locale>: wrong field extraction for hexfloats, or special cases like inf #1259
Comments
|
It's not unusual for us to fix the cause for skipping a libc++ test only to immediately list it as skipped for another reason. IIRC we even have tests that appear more than once in the skip lists when there are multiple known reasons for failure. |
|
LLVM-77948 is merged. I guess this issue can be closed by the next LLVM submodule update. |
Thanks, I'll pick that up and see what happens. |
As @frederick-vs-ja mentioned in Discord, we can close this now. The STL has been fixed with #3364 (further patched by #3982) and the LLVM submodule has been updated by #4702 to enable the affected tests. Thanks everyone! 😻 |
Describe the bug
We don't match strtod / strtof when doing field extraction for hexfloats, or special cases like inf
Command-line test case
Expected behavior
All tests should pass.
STL version
Microsoft Visual Studio Community 2019 Preview Version 16.8.0 Preview 2.0
Additional context
Skipped libcxx test
STL/tests/libcxx/expected_results.txt
Lines 591 to 594 in 06827fe
The text was updated successfully, but these errors were encountered: