llvm-project/libcxx/test/std/strings/string.conversions
Louis Dionne 7149bb7068 [libc++] NFC: Clean up a lot of old Lit features
The libc++ test suite has a lot of old Lit features used to XFAIL tests
and mark them as UNSUPPORTED. Many of them are to workaround problems on
old compilers or old platforms. As time goes by, it is good to go and
clean those up to simplify the configuration of the test suite, and also
to reflect the testing reality. It's not useful to have markup that gives
the impression that e.g. clang-3.3 is supported, when we don't really
test on it anymore (and hence several new tests probably don't have the
necessary markup on them).
2020-04-10 17:20:29 -04:00
..
stod.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stof.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stoi.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stol.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stold.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stoll.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stoul.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
stoull.pass.cpp [libc++] NFC: Clean up a lot of old Lit features 2020-04-10 17:20:29 -04:00
to_string.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
to_wstring.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00