llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor
Marshall Clow 7fc6a55688 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.
llvm-svn: 362252
2019-05-31 18:35:30 +00:00
..
U.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 2019-02-05 20:11:58 +00:00
const_T.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 2019-02-05 20:11:58 +00:00
const_optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
copy.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
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. 2019-03-25 16:35:59 +00:00
deduct.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
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. 2019-05-31 18:35:30 +00:00
default.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
empty_in_place_t_does_not_clobber.pass.cpp Allow optional to tolerate being used with a nested class. 2019-03-11 22:55:21 +00:00
explicit_const_optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
explicit_optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
in_place_t.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
initializer_list.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
move.fail.cpp Update test to better check for the non-constexpr-ness of a move constructor. Fixes PR#41577. 2019-04-25 02:12:51 +00:00
move.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 2019-02-05 20:11:58 +00:00
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. 2019-05-31 18:35:30 +00:00
optional_U.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
rvalue_T.pass.cpp [libc++] Fix XFAILs on macOS when exceptions are disabled 2019-02-05 20:11:58 +00:00