summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.conversions
AgeCommit message (Expand)Author
2024-04-30[libc++] Some tests are missing include for `numeric_limits` (#90345)Alex Guteniev
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-07-16Tests ignore the return value of sto{meow}, triggering nodiscard warnings in ...Igor Zhukov
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2020-10-27[libc++] Get rid of iostreams in the to_string testsLouis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-03[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...Billy Robert O'Neal III
2019-03-28[libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-03-15Add deployment knobs to tests (for Apple platforms)Mehdi Amini
2016-11-14Update tests for strings conversions under libcpp-no-exceptionsRoger Ferrer Ibanez
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-01-14Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs
2014-12-20Move test into test/std subdirectory.Eric Fiselier