llvm-capstone/libcxx/test/std
2015-05-27 22:44:47 +00:00
..
algorithms Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element 2015-05-10 13:53:31 +00:00
atomics Fix uninitialized values and bad enum conversions found by UBSAN. 2015-05-19 23:03:57 +00:00
containers Fix broken test I just added 2015-05-26 19:17:09 +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 Implement std::experimental::sample. 2015-05-13 16:55:41 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Make the presence of stdin and stdout optional. 2015-03-26 14:35:46 +00:00
iterators A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 2015-04-16 21:36:54 +00:00
language.support Address @danalberts comments on r237700 2015-05-19 23:10:32 +00:00
localization Don't let time_put test use implementation dependent constructs. 2015-03-26 08:38:00 +00:00
numerics Remove unneeded initialisation of fenv_t and fexcept_t. 2015-03-15 18:36:31 +00:00
re Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651. Thanks to Jim Porter for the report and suggested fix. 2015-03-19 17:05:59 +00:00
strings Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete 2015-05-26 18:57:27 +00:00
thread Get thread sleep_for test passing in C++03 2015-05-27 01:09:51 +00:00
utilities Fix PR#23647 - make_shared<volatile bool> - second try 2015-05-27 22:44:47 +00:00
nothing_to_do.pass.cpp