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.
Eric Fiselier
f579c7c19d
Fix memory leak in set and map.
...
When assigning an initializer list into set/map, libc++ would
leak memory if the initializer list contained equivalent keys
because we failed to check if the insertion was successful.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@365840 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
alloc.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
assign_initializer_list.pass.cpp
Fix memory leak in set and map.
6 years ago
compare.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
compare_alloc.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
compare_copy_constructible.fail.cpp
Support tests in freestanding
7 years ago
copy.pass.cpp
Support tests in freestanding
7 years ago
copy_alloc.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
copy_assign.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
deduct.fail.cpp
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
6 years ago
deduct.pass.cpp
[libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple Clangs
6 years ago
default.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
default_noexcept.pass.cpp
Support tests in freestanding
7 years ago
dtor_noexcept.pass.cpp
Support tests in freestanding
7 years ago
initializer_list.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
initializer_list_compare.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
initializer_list_compare_alloc.pass.cpp
Support tests in freestanding
7 years ago
iter_iter.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
iter_iter_alloc.pass.cpp
Support tests in freestanding
7 years ago
iter_iter_comp.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
move.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
move_alloc.pass.cpp
[libcxx] Do not assume the number of elements in a moved-from associative container
7 years ago
move_assign.pass.cpp
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
move_assign_noexcept.pass.cpp
Support tests in freestanding
7 years ago
move_noexcept.pass.cpp
Support tests in freestanding
7 years ago