hanchenye-llvm-project/libcxx/test/containers
Marshall Clow 862af58793 Added vector<T>::insert tests suggested by code coverage results
llvm-svn: 221689
2014-11-11 16:44:05 +00:00
..
associative Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie. 2014-10-19 00:10:15 +00:00
container.adaptors Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's STL. Add '#include <functional>' to four of the priority queue tests. 2014-03-11 16:22:53 +00:00
container.requirements
containers.general
sequences Added vector<T>::insert tests suggested by code coverage results 2014-11-11 16:44:05 +00:00
unord Fix some failing tests for the standard containers. The tests were failing in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests. 2014-07-08 15:19:40 +00:00
Copyable.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
Emplaceable.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
MoveOnly.h 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
NotConstructible.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
nothing_to_do.pass.cpp
stack_allocator.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
test_compare.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
test_hash.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00