Commit Graph

28 Commits

Author SHA1 Message Date
Matt Borland
df421ae3d8 Add round tripping of consecutive extreme values 2023-05-23 15:27:18 +02:00
Matt Borland
554d7a0c3e Ignore GCC 9, 10, and 12 -Wmaybe-uninitialized 2023-05-18 12:43:11 +02:00
Matt Borland
f027ead7a0 Convert to_chars to use std::errc instead of errno 2023-05-18 10:20:50 +02:00
Matt Borland
a8c0faa5ba Add suspect roundtrip values for STL and fix truncation warning 2023-04-28 11:53:52 +02:00
Matt Borland
a76cca212e Reduce range and add suspect roundtrip values 2023-04-27 14:12:37 +02:00
Matt Borland
f28dfee580 Improve testing diagnostics and ranges 2023-04-18 13:54:21 +02:00
Matt Borland
fe6a62ffed Disable floating point tests on platforms with known failures 2023-02-21 10:28:40 -08:00
Peter Dimov
4584978d5e Do not initialize buffers in roundtrip.cpp 2023-02-14 22:15:51 +02:00
Matt Borland
de4060f5c7 Revert testing removal 2023-02-13 11:28:20 -08:00
Matt Borland
6f9833be59 Add more diagnostics
[ci skip]
2023-02-13 11:08:36 -08:00
Matt Borland
4d1ffb8829 Change test so we can see the failed value
[ci skip]
2023-02-13 10:45:44 -08:00
Peter Dimov
9cde343cda Update test/limits.cpp 2023-02-10 21:22:45 +02:00
Peter Dimov
3f4daf0168 Update test/roundtrip.cpp 2023-02-10 21:15:24 +02:00
Matt Borland
c66100bc90 Use boost.config types 2023-02-10 10:55:52 -08:00
Matt Borland
60e7069450 Re-enable uint128_t testing 2023-02-10 09:16:40 -08:00
Matt Borland
05dbacd782 Add uint128_t stream function 2023-02-10 09:16:27 -08:00
Matt Borland
5bfe2f2768 Add int128 stream operator from SO
[ci skip]
2023-02-09 11:28:35 -08:00
Matt Borland
e43e59de15 Add framework for roundtrip test 2023-02-09 11:10:23 -08:00
Peter Dimov
fd2e5139f1 Add long double to roundtrip test 2023-02-09 18:58:35 +02:00
Peter Dimov
13a5fe5c90 Update roundtrip fp values 2023-02-09 18:48:22 +02:00
Peter Dimov
1df4ff38c1 Add boundary values to test/roundtrip.cpp 2023-02-09 02:50:58 +02:00
Peter Dimov
919a92255f Output more information on floating point failure 2023-02-08 21:33:27 +02:00
Peter Dimov
ee8a376f82 Add missing include 2023-02-08 21:26:16 +02:00
Peter Dimov
da25d61248 Activate float/double tests in roundtrip.cpp; add stub implementations of from_chars and to_chars to make them pass 2023-02-08 21:21:28 +02:00
Peter Dimov
f476f9c39c Update test/roundtrip.cpp 2023-02-08 20:57:08 +02:00
Matt Borland
08e8f3c318 Revert ec to int and add tests for operator== and operator!= 2023-01-09 12:15:41 -08:00
Matt Borland
3c430119be Refactor to_chars_result to reflect 22.13.2 2023-01-09 11:40:26 -08:00
Peter Dimov
3f1ad6d6f4 Initial commit 2022-12-29 19:41:33 +02:00