.. |
algorithms
|
Fix PR#202520 - predicate called too many times in list::remove_if. Add tests for list, forward_list, and the std::remove_if algorithm
|
2014-08-04 17:32:25 +00:00 |
atomics
|
Add test cases for creating atomic types for trivially copyable types.
|
2014-07-31 15:20:48 +00:00 |
containers
|
Revert "Add some extra checks to the MoveOnly test class to ensure it is not constructed or assigned from in a moved-from state."
|
2014-08-09 22:42:19 +00:00 |
depr
|
fix stdio.h test to reflect removal of ::gets in c++14
|
2014-08-10 22:39:11 +00:00 |
diagnostics
|
Linux: Correctly identify valid error codes
|
2014-05-29 05:02:22 +00:00 |
experimental
|
[libcxx] expose experimental::erased_type for all standard versions.
|
2014-07-24 19:17:38 +00:00 |
extensions
|
Do not derive __gnu_cxx::hash<T> from std::hash<T>.
|
2014-03-06 04:11:10 +00:00 |
input.output
|
Change two tests to be less dependant on locales.
|
2014-08-12 00:48:56 +00:00 |
iterators
|
Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note that this is a (small) behavior change in the library. Reverse iterators whose base iterators' operator* return references to 'within themselves' have been sacrificed to the greater goal of avoiding data races.
|
2014-03-11 17:16:17 +00:00 |
language.support
|
Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were reporting true, for all arithmetic types, which is incorrect. Fix the tests which were wrong, too. This fixes PR#20158.
|
2014-07-31 01:18:05 +00:00 |
localization
|
Fix incorrect locale requirements in tests
|
2014-08-15 05:02:05 +00:00 |
numerics
|
Add return statement to slice_array and mask_array assignment. Closes PR20614.
|
2014-08-12 00:06:58 +00:00 |
re
|
Add locales to available_features for tests.
|
2014-08-04 18:44:48 +00:00 |
strings
|
Fix bug #20335 - memory leak when move-constructing a string with unequal allocator. Thanks to Thomas Koeppe for the report
|
2014-07-17 15:32:20 +00:00 |
support
|
Add bare_allocator archetype that implements the minimal possible allocator interface.
|
2014-08-15 04:15:41 +00:00 |
thread
|
Handle partial nanosleeps in this_thread::sleep_for
|
2014-06-04 19:43:20 +00:00 |
utilities
|
Fix a problem with reference_wrapper in C++03 that was causing counting predicates to fail. Add a test to make sure it works. However, most of the reference_wrapper tests still fail in C++03 mode, due to a lack of decltype. No change there.
|
2014-08-04 19:20:17 +00:00 |
CMakeLists.txt
|
Make it possible to run the test suite when built as part of LLVM.
|
2013-10-03 21:58:25 +00:00 |
lit.cfg
|
Revert get testsuite running on FreeBSD.
|
2014-08-15 18:49:28 +00:00 |
lit.site.cfg.in
|
Fix re-building in-tree libc++ against in-tree libc++abi
|
2014-08-08 06:53:30 +00:00 |
nothing_to_do.pass.cpp
|
Test commit: Reverting whitespace changes
|
2014-07-17 05:10:03 +00:00 |
testit
|
Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefixes'.
|
2014-01-15 16:28:42 +00:00 |