This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 96becae Move INVOKE tests into test/libcxx sub-tree. new 1e5a4a4 Fix or move various non-standard tests.
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: .../sequences/vector/const_value_type.pass.cpp | 4 +- .../containers/sequences/vector/db_back.pass.cpp | 0 .../containers/sequences/vector/db_cback.pass.cpp | 0 .../containers/sequences/vector/db_cfront.pass.cpp | 0 .../containers/sequences/vector/db_cindex.pass.cpp | 0 .../containers/sequences/vector/db_front.pass.cpp | 0 .../containers/sequences/vector/db_index.pass.cpp | 0 .../sequences/vector/db_iterators_2.pass.cpp | 0 .../sequences/vector/db_iterators_3.pass.cpp | 0 .../sequences/vector/db_iterators_4.pass.cpp | 0 .../sequences/vector/db_iterators_5.pass.cpp | 0 .../sequences/vector/db_iterators_6.pass.cpp | 0 .../sequences/vector/db_iterators_7.pass.cpp | 0 .../sequences/vector/db_iterators_8.pass.cpp | 0 .../extensions/hash/specializations.fail.cpp | 0 .../extensions/hash/specializations.pass.cpp | 0 .../extensions/hash_map/const_iterator.fail.cpp | 0 .../extensions}/nothing_to_do.pass.cpp | 0 .../locale.categories/__scan_keyword.pass.cpp | 0 .../locale.types/locale.facet/facet.pass.cpp | 0 .../locale/locale.types/locale.id/id.pass.cpp | 0 .../__has_operator_addressof.pass.cpp | 0 .../map/map.modifiers/insert_or_assign.pass.cpp | 7 - .../map/map.modifiers/try.emplace.pass.cpp | 7 - test/std/extensions/nothing_to_do.pass.cpp | 12 -- .../ostream.inserters.arithmetic/minus1.pass | 1 + .../locale.facet}/tested_elsewhere.pass.cpp | 0 .../locale.id}/tested_elsewhere.pass.cpp | 0 test/std/strings/c.strings/cwchar.pass.cpp | 7 +- .../thread/futures/futures.async/async.pass.cpp | 173 ++++++++------------- .../futures/futures.overview/launch.pass.cpp | 12 +- test/support/asan_testing.h | 2 +- 32 files changed, 76 insertions(+), 149 deletions(-) rename test/{std => libcxx}/containers/sequences/vector/const_value_type.pass.cpp (90%) rename test/{std => libcxx}/containers/sequences/vector/db_back.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_cback.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_cfront.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_cindex.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_front.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_index.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_2.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_3.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_4.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_5.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_6.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_7.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/vector/db_iterators_8.pass.cpp (100%) rename test/{std => libcxx}/extensions/hash/specializations.fail.cpp (100%) rename test/{std => libcxx}/extensions/hash/specializations.pass.cpp (100%) rename test/{std => libcxx}/extensions/hash_map/const_iterator.fail.cpp (100%) copy test/{std/utilities/utility/pairs/pairs.general => libcxx/extensions}/nothing [...] rename test/{std => libcxx}/localization/locale.categories/__scan_keyword.pass.cpp (100%) rename test/{std => libcxx}/localization/locales/locale/locale.types/locale.facet/ [...] rename test/{std => libcxx}/localization/locales/locale/locale.types/locale.id/id. [...] rename test/{std => libcxx}/utilities/meta/meta.unary/meta.unary.prop/__has_operat [...] delete mode 100644 test/std/extensions/nothing_to_do.pass.cpp copy test/std/{utilities/time/time.point/time.point.observer => localization/local [...] copy test/std/{utilities/time/time.point/time.point.observer => localization/local [...]