hanchenye-llvm-project/libcxx/test/std
Marshall Clow 07ef8e6796 Fix PR21428. Buffer was one byte too small in octal formatting case. Add test
llvm-svn: 227097
2015-01-26 17:24:52 +00:00
..
algorithms Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Peter Griess for the report and suggested fix 2015-01-06 19:20:49 +00:00
atomics Move a test to the new tests directory. 2015-01-06 22:18:27 +00:00
containers Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case. 2015-01-22 18:33:29 +00:00
depr Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. 2015-01-09 20:25:52 +00:00
diagnostics libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 2015-01-07 21:53:23 +00:00
experimental Fix vexing parse in test. 2015-01-12 15:56:41 +00:00
extensions
input.output Fix PR21428. Buffer was one byte too small in octal formatting case. Add test 2015-01-26 17:24:52 +00:00
iterators Cleaning up the test suite; remove some includes of non-standard file <__config> 2015-01-18 19:05:51 +00:00
language.support Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. 2015-01-09 20:25:52 +00:00
localization Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
numerics
re Cleaning up the test suite; remove some includes of non-standard file <__config> 2015-01-18 19:05:51 +00:00
strings Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
thread Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
utilities Cleaning up the test suite; remove some includes of non-standard file <__config> 2015-01-18 19:05:51 +00:00
nothing_to_do.pass.cpp