You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std
Hans Wennborg ccf75a340e Merging r226847:
------------------------------------------------------------------------
r226847 | marshall | 2015-01-22 10:33:29 -0800 (Thu, 22 Jan 2015) | 1 line

Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_36@226859 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
algorithms Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Peter Griess for the report and suggested fix 11 years ago
atomics Move a test to the new tests directory. 11 years ago
containers Merging r226847: 11 years ago
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. 11 years ago
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. 11 years ago
experimental Fix vexing parse in test. 11 years ago
extensions Move test into test/std subdirectory. 11 years ago
input.output Move test into test/std subdirectory. 11 years ago
iterators One more #include request in the test suite from Walter Brown 11 years ago
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. 11 years ago
localization [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers. 11 years ago
numerics Move test into test/std subdirectory. 11 years ago
re Make regex::assign not clobber the regex in case of failure. Fixes PR#22213 11 years ago
strings 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. 11 years ago
thread 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. 11 years ago
utilities 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. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago