llvm-project/libcxx/test/std
Eric Fiselier ea982ed35a Add "FLAKY_TEST" test directive to support re-running flaky tests.
Some of the mutex tests fail on machines with high load. This patch implements
the test directive "// FLAKY_TEST" which allows a test to be run 3 times
before it's considered a failure.

llvm-svn: 280050
2016-08-30 01:46:43 +00:00
..
algorithms Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
atomics libc++: name anonymous structs 2016-07-12 20:14:52 +00:00
containers Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change. 2016-08-22 18:45:31 +00:00
depr Fix unreferenced parameter warning. Patch from STL@microsoft.com 2016-06-30 04:22:58 +00:00
diagnostics Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
experimental Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
input.output Implement LWG2328. Rvalue stream extraction should perfect forward. 2016-07-24 04:07:22 +00:00
iterators std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927. 2016-08-10 20:04:46 +00:00
language.support Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
localization Remove locale tests that depend on enviroment variables. 2016-07-18 06:15:55 +00:00
numerics Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal. Fixes bug 28936 2016-08-11 18:46:24 +00:00
re [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor 2016-08-07 22:26:04 +00:00
strings Support allocators with explicit conversion constructors. Fixes bug #29000 2016-08-17 05:58:40 +00:00
thread Add "FLAKY_TEST" test directive to support re-running flaky tests. 2016-08-30 01:46:43 +00:00
utilities Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
nothing_to_do.pass.cpp