forked from OSchip/llvm-project
7149bb7068
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). |
||
---|---|---|
.. | ||
stod.pass.cpp | ||
stof.pass.cpp | ||
stoi.pass.cpp | ||
stol.pass.cpp | ||
stold.pass.cpp | ||
stoll.pass.cpp | ||
stoul.pass.cpp | ||
stoull.pass.cpp | ||
to_string.pass.cpp | ||
to_wstring.pass.cpp |