This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e1a1a1f Avoid unnecessary stat call in filesystem::permissions implem [...] new 55e084d Cleanup filesystem::permissions ever more. new 111c696 Cleanup _LIBCPP_DEBUG tests in std::list. More to come.
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: src/experimental/filesystem/operations.cpp | 35 ++++++------- ...er_size_value_db1.pass.cpp => db_back.pass.cpp} | 15 ++++-- .../containers/sequences/list/db_cback.pass.cpp | 24 +-------- .../containers/sequences/list/db_cfront.pass.cpp | 24 +-------- ...r_size_value_db1.pass.cpp => db_front.pass.cpp} | 15 ++++-- ..._value_db1.pass.cpp => db_iterators_6.pass.cpp} | 16 ++++-- ..._value_db1.pass.cpp => db_iterators_7.pass.cpp} | 16 ++++-- ..._value_db1.pass.cpp => db_iterators_8.pass.cpp} | 16 +++--- .../sequences/list/db_iterators_9.pass.cpp | 15 ++---- ...ter_value_db1.pass.cpp => emplace_db1.pass.cpp} | 25 ++++++++-- ...b1.pass.cpp => insert_iter_rvalue_db1.pass.cpp} | 8 ++- ...ter_iter_db1.pass.cpp => pop_back_db1.pass.cpp} | 18 ++++--- .../std/containers/sequences/list/db_back.pass.cpp | 56 --------------------- .../containers/sequences/list/db_front.pass.cpp | 56 --------------------- .../sequences/list/db_iterators_6.pass.cpp | 58 ---------------------- .../sequences/list/db_iterators_7.pass.cpp | 58 ---------------------- .../sequences/list/db_iterators_8.pass.cpp | 54 -------------------- .../sequences/list/list.modifiers/emplace.pass.cpp | 29 ++--------- .../list.modifiers/insert_iter_rvalue.pass.cpp | 28 +---------- .../list/list.modifiers/pop_back.pass.cpp | 13 +---- 20 files changed, 113 insertions(+), 466 deletions(-) copy test/libcxx/containers/sequences/list/{list.modifiers/insert_iter_size_value_ [...] rename test/{std => libcxx}/containers/sequences/list/db_cback.pass.cpp (72%) rename test/{std => libcxx}/containers/sequences/list/db_cfront.pass.cpp (72%) copy test/libcxx/containers/sequences/list/{list.modifiers/insert_iter_size_value_ [...] copy test/libcxx/containers/sequences/list/{list.modifiers/insert_iter_size_value_ [...] copy test/libcxx/containers/sequences/list/{list.modifiers/insert_iter_size_value_ [...] copy test/libcxx/containers/sequences/list/{list.modifiers/insert_iter_value_db1.p [...] rename test/{std => libcxx}/containers/sequences/list/db_iterators_9.pass.cpp (94%) copy test/libcxx/containers/sequences/list/list.modifiers/{insert_iter_value_db1.p [...] copy test/libcxx/containers/sequences/list/list.modifiers/{insert_iter_value_db1.p [...] copy test/libcxx/containers/sequences/list/list.modifiers/{erase_iter_iter_db1.pas [...] delete mode 100644 test/std/containers/sequences/list/db_back.pass.cpp delete mode 100644 test/std/containers/sequences/list/db_front.pass.cpp delete mode 100644 test/std/containers/sequences/list/db_iterators_6.pass.cpp delete mode 100644 test/std/containers/sequences/list/db_iterators_7.pass.cpp delete mode 100644 test/std/containers/sequences/list/db_iterators_8.pass.cpp