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/optional/optional.object/optional.object.ctor
Louis Dionne 134a848236 [libcxx] Reorganize tests since the application of P0602R4
Summary:
P0602R4 makes the special member functions of optional and variant
conditionally trivial based on the types in the optional/variant.
We already implemented that, but the tests were organized as if this
were a non-standard extension. This patch reorganizes the tests in a
way that makes more sense since this is not an extension anymore.

Reviewers: EricWF, mpark, mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54772

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350884 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
U.pass.cpp [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 6 years ago
const_T.pass.cpp [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 6 years ago
const_optional_U.pass.cpp Implement N4606 optional 8 years ago
copy.pass.cpp [NFC] Reformat std::optional tests 6 years ago
deduct.fail.cpp [libcxx] [test] Strip trailing whitespace. NFC. 7 years ago
deduct.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 7 years ago
default.pass.cpp Implement N4606 optional 8 years ago
explicit_const_optional_U.pass.cpp Implement N4606 optional 8 years ago
explicit_optional_U.pass.cpp Implement N4606 optional 8 years ago
in_place_t.pass.cpp Add more tests for optional<const T> 8 years ago
initializer_list.pass.cpp Implement N4606 optional 8 years ago
move.fail.cpp [libcxx] [test] Untabify, NFC. 7 years ago
move.pass.cpp [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 6 years ago
nullopt_t.pass.cpp Implement N4606 optional 8 years ago
optional_U.pass.cpp Implement N4606 optional 8 years ago
rvalue_T.pass.cpp [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 6 years ago