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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/optional/optional.object/optional.object.ctor
Marshall Clow b6e011b18b 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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@362252 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
U.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 6 years ago
const_T.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 6 years ago
const_optional_U.pass.cpp Support tests in freestanding 6 years ago
copy.pass.cpp Support tests in freestanding 6 years ago
ctor.fail.cpp Cleaup of requirements for optional. While researching LWG3196, I realized that optional did not reject 'const in_place_t' like it should. Added a test as well, and a check for arrays (which were already disallowed, but now we get a better error message). Should not affect anyone's code. 6 years ago
deduct.fail.cpp Support tests in freestanding 6 years ago
deduct.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. 6 years ago
default.pass.cpp Support tests in freestanding 6 years ago
empty_in_place_t_does_not_clobber.pass.cpp Allow optional to tolerate being used with a nested class. 6 years ago
explicit_const_optional_U.pass.cpp Support tests in freestanding 6 years ago
explicit_optional_U.pass.cpp Support tests in freestanding 6 years ago
in_place_t.pass.cpp Support tests in freestanding 6 years ago
initializer_list.pass.cpp Support tests in freestanding 6 years ago
move.fail.cpp Update test to better check for the non-constexpr-ness of a move constructor. Fixes PR#41577. 6 years ago
move.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 6 years ago
nullopt_t.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. 6 years ago
optional_U.pass.cpp Support tests in freestanding 6 years ago
rvalue_T.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 6 years ago