cxx/test/std
2015-10-05 16:17:34 +00:00
..
algorithms Change some #ifdefs to #if - thanks to Dexon for thge catch. 2015-07-30 13:56:00 +00:00
atomics Misc drive-by cleanups. NFC 2015-08-24 21:20:07 +00:00
containers Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
depr Manually suppress -Wnonnull when it occurs in an unevaluated context 2015-10-01 07:41:07 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecated doesn't change the fact that we have to test it. 2015-09-15 17:12:49 +00:00
iterators Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
language.support Manually suppress -Wnonnull when it occurs in an unevaluated context 2015-10-01 07:41:07 +00:00
localization Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall. 2015-09-15 14:46:03 +00:00
numerics Remove unneeded initialisation of fenv_t and fexcept_t. 2015-03-15 18:36:31 +00:00
re Remove task to get C++03 tests passing from TODO.txt 2015-08-30 17:58:50 +00:00
strings Implement LWG#2063, and update the issues links to point to the github generated pages 2015-10-05 16:17:34 +00:00
thread Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances 2015-10-01 08:34:37 +00:00
utilities The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason. 2015-09-22 18:09:13 +00:00
nothing_to_do.pass.cpp Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00