llvm-project/libcxx/test/std
Eric Fiselier bc9cbcedc1 Implement LWG 2787 - [file_status.cons] is inconsistent
llvm-svn: 297071
2017-03-06 21:02:06 +00:00
..
algorithms Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. 2017-02-07 18:41:25 +00:00
atomics [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
containers Fix sign-compare warning in test; Oddly this only appears on OS X 2017-03-03 02:02:07 +00:00
depr Fix libc++ test to pass in C++03 mode 2017-03-03 17:24:29 +00:00
diagnostics Extend XFAIL to c++98. 2017-02-02 11:56:26 +00:00
experimental Implement LWG 2787 - [file_status.cons] is inconsistent 2017-03-06 21:02:06 +00:00
input.output Fix libc++ test to pass in C++03 mode 2017-03-03 17:24:29 +00:00
iterators Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
language.support Fix test failures caused by new/delete calls getting optimized away 2017-03-02 21:16:35 +00:00
localization test: use char32_t rather than wchar_t 2017-02-12 21:42:35 +00:00
numerics Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
re Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
strings Work around test failure on 32 bit OS X 2017-03-02 23:18:40 +00:00
thread Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
utilities Remove more usages of REQUIRES-ANY in the test-suite 2017-03-02 02:04:49 +00:00
nothing_to_do.pass.cpp