summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strtod_test.cpp
AgeCommit message (Expand)Author
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-01[libc] Add strtoint32 and strtoint64 testsMichael Jones
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy
2023-05-22[libc] Use MPFR for strtofloat fuzzingMichael Jones
2023-04-19[libc] Fix strtod hex exponent overflow bugMichael Jones
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy
2023-04-12[libc] Fix strtod exponent overflow bugMichael Jones
2023-04-05[libc] fix strtofloat on large exponentsMichael Jones
2023-03-14[libc][NFC] add an atof test for a fuzz failureMichael Jones
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-07-18[libc] fix strtofloatingpoint on rare edge caseMichael Jones
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-10-18[libc] add atof, strtof and strtodMichael Jones