llvm-project/libcxx/test/std
Louis Dionne cc69d211d0 [libc++/abi] Clean up uses of <iostream> in the test suite
We used <iostream> in several places where we don't actually need the
full power of <iostream>, and where using basic `std::printf` is enough.
This is better, since `std::printf` can be supported on systems that don't
have a notion of locales, while <iostream> can't.
2020-10-13 20:25:33 -04:00
..
algorithms [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
atomics Attempt to clear some msan errors in the libcxx atomic tests. 2020-09-28 16:34:41 -07:00
concepts/lang [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
containers [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
depr [libc++][test] Portability fix of std::strstreambuf constructor test 2020-09-14 17:09:09 -04:00
diagnostics [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
experimental [libc++] Fix heap UaF issue in coroutine test 2020-09-28 16:09:15 -04:00
input.output [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
iterators [libcxx] ostream{,buf}_iterator::difference_type changes in C++20 2020-09-14 11:08:09 -04:00
language.support [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
localization [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
namespace [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
numerics [libc++/abi] Clean up uses of <iostream> in the test suite 2020-10-13 20:25:33 -04:00
re [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
strings [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
thread [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
utilities [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00