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/utilities
Eric Fiselier 3996cfb482 Add test for variant construction with duplicate types.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366032 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
allocator.adaptor 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
any Fix test failures due to modified wording in Clang diagnostics. 6 years ago
charconv [libc++] Fix leading zeros in std::to_chars 6 years ago
function.objects Move libc++ specific tests for std::function out of the std directory 6 years ago
intseq 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
memory 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
meta Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574 6 years ago
optional Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignment operator. Fixes PR38638. Thanks to Jonathan Wakely for the report 6 years ago
ratio 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
smartptr/unique.ptr Use C++11 implementation of unique_ptr in C++03. 6 years ago
template.bitset Ensure bitset's string constructor doesn't poison the overload set. 6 years ago
time Add tests for LWG 3206. NFC 6 years ago
tuple Fix non-conformance it `std::tuple`. 6 years ago
type.index 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
utilities.general Support tests in freestanding 7 years ago
utility This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 6 years ago
utility.requirements Support tests in freestanding 7 years ago
variant Add test for variant construction with duplicate types. 6 years ago
nothing_to_do.pass.cpp Support tests in freestanding 7 years ago