This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 4fb9e8f89 Filesystem tests: fix fs.op.relative new 134a84823 [libcxx] Reorganize tests since the application of P0602R4
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/optional | 4 +- include/variant | 8 +- .../optional.object/triviality.abi.pass.cpp} | 32 ++++--- .../optional.object.assign/copy.pass.cpp | 6 +- .../optional.object.assign/move.pass.cpp | 38 ++++++++- .../optional.object.ctor/copy.fail.cpp | 36 -------- .../optional.object/special_members.pass.cpp | 63 ++++++++++++++ .../optional/optional.object/triviality.pass.cpp | 97 ++++++++++++++++++++++ .../variant.variant/variant.assign/copy.pass.cpp | 32 ++++--- .../variant.variant/variant.assign/move.pass.cpp | 32 ++++--- .../variant.variant/variant.ctor/copy.pass.cpp | 28 ++++--- .../variant.variant/variant.ctor/move.pass.cpp | 28 ++++--- www/cxx2a_status.html | 2 +- 13 files changed, 294 insertions(+), 112 deletions(-) rename test/{std/utilities/optional/optional.object/special_member_gen.pass.cpp => [...] delete mode 100644 test/std/utilities/optional/optional.object/optional.object.cto [...] create mode 100644 test/std/utilities/optional/optional.object/special_members.pass.cpp create mode 100644 test/std/utilities/optional/optional.object/triviality.pass.cpp