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/support
Hans Wennborg 6b1958c5ce Merging r278904:
------------------------------------------------------------------------
r278904 | marshall | 2016-08-16 22:58:40 -0700 (Tue, 16 Aug 2016) | 1 line

Support allocators with explicit conversion constructors. Fixes bug #29000
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@279015 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
test.support Add tests for RTTI/exceptions test macros. 10 years ago
Counter.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
DefaultOnly.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. 12 years ago
MoveOnly.h Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
allocators.h Remove names of unreferenced parameters. Patch from STL@microsoft.com 10 years ago
any_helpers.h Add missing license headers 10 years ago
asan_testing.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
assert_checkpoint.h Add checkpoint diagnostics to help diagnose buildbot failures. 9 years ago
cmpxchg_loop.h Add missing license headers 10 years ago
constexpr_char_traits.hpp Fix some non-standard parts of our test suite. Reported by STL 10 years ago
container_test_types.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 10 years ago
count_new.hpp Add [[noreturn]] attribute to throw_bad_alloc_helper(). 9 years ago
counting_predicates.hpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
disable_missing_braces_warning.h Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 10 years ago
filesystem_dynamic_test_helper.py Add Filesystem TS -- Complete 10 years ago
filesystem_test_helper.hpp Allow the libc++ build/source paths to contain symlinks. 10 years ago
hexfloat.h Don't use std::__clz in 'test/support/hexfloat.h'. 10 years ago
is_transparent.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
min_allocator.h Merging r278904: 9 years ago
nasty_containers.hpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
nasty_macros.hpp Add missing license headers 10 years ago
nothing_to_do.pass.cpp test commit 11 years ago
platform_support.h Fix possible test breakage for MinGW 10 years ago
private_constructor.hpp 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. 12 years ago
propagate_const_helpers.h Implement std::experimental::propagate_const from LFTS v2 10 years ago
rapid-cxx-test.hpp Add Filesystem TS -- Complete 10 years ago
test_allocator.h Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. 9 years ago
test_convertible.hpp Add Filesystem TS -- Complete 10 years ago
test_iterators.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
test_macros.h Implement P0163r0. Add shared_ptr::weak_type. 9 years ago
test_memory_resource.hpp Fix bug in test allocator that incorrectly computed the allocation size 10 years ago
tracked_value.h Add missing license headers 10 years ago
type_id.h Add <experimental/memory_resource> 10 years ago
user_defined_integral.hpp Add missing license headers 10 years ago
uses_alloc_types.hpp Fix UB in uses_alloc_types.hpp 9 years ago