hanchenye-llvm-project/libcxx/test/std
Marshall Clow 4069c2bc48 Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too
llvm-svn: 297872
2017-03-15 18:41:11 +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 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already 2017-03-14 17:08:47 +00:00
localization Add deployment knobs to tests (for Apple platforms) 2017-03-15 00:59:54 +00:00
numerics Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 2017-03-03 03:43:25 +00:00
re Add deployment knobs to tests (for Apple platforms) 2017-03-15 00:59:54 +00:00
strings Implement LWG#2761: 'basic_string should require that charT match traits::char_type'. Tests for string_view, too 2017-03-15 18:41:11 +00:00
thread Add deployment knobs to tests (for Apple platforms) 2017-03-15 00:59:54 +00:00
utilities Add deployment knobs to tests (for Apple platforms) 2017-03-15 00:59:54 +00:00
nothing_to_do.pass.cpp