This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 21c042e77 [libc++] Mark several tests as XFAIL on macosx10.7 new a4bb2d075 [libc++] Add a test for PR14074 new 680a56e1a Fix an ambiguity in the tests that gcc-tot complained about.
The 2 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: .../std/containers/views/span.cons/assign.pass.cpp | 24 ++++----- .../containers/views/span.iterators/begin.pass.cpp | 2 +- .../containers/views/span.iterators/end.pass.cpp | 2 +- .../views/span.iterators/rbegin.pass.cpp | 2 +- .../containers/views/span.iterators/rend.pass.cpp | 2 +- .../views/span.objectrep/as_bytes.pass.cpp | 2 +- .../span.objectrep/as_writeable_bytes.fail.cpp | 2 +- .../span.objectrep/as_writeable_bytes.pass.cpp | 2 +- test/std/containers/views/span.obs/empty.pass.cpp | 2 +- test/std/containers/views/span.obs/size.pass.cpp | 2 +- .../containers/views/span.obs/size_bytes.pass.cpp | 2 +- .../streambuf.virt.put/xsputn.PR14074.pass.cpp | 62 ++++++++++++++++++++++ 12 files changed, 84 insertions(+), 22 deletions(-) create mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtua [...]