From owner-svn-src-vendor@freebsd.org Wed Jan 27 21:10:59 2016 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9DACA6FF2C; Wed, 27 Jan 2016 21:10:59 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7112B114C; Wed, 27 Jan 2016 21:10:59 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RLAwJV095790; Wed, 27 Jan 2016 21:10:58 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RLAuUZ095763; Wed, 27 Jan 2016 21:10:56 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201601272110.u0RLAuUZ095763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 27 Jan 2016 21:10:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r294945 - in vendor/libc++/dist/test/std: input.output/file.streams/fstreams/filebuf.virtuals input.output/iostream.format/ext.manip input.output/iostreams.base/ios.base/ios.base.callba... X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 21:10:59 -0000 Author: dim Date: Wed Jan 27 21:10:55 2016 New Revision: 294945 URL: https://svnweb.freebsd.org/changeset/base/294945 Log: Vendor import of libc++ release_38 branch r258968: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@258968 Modified: vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp vendor/libc++/dist/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/default.pass.cpp vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp vendor/libc++/dist/test/std/localization/locales/locale/locale.members/name.pass.cpp vendor/libc++/dist/test/std/localization/locales/locale/locale.operators/eq.pass.cpp vendor/libc++/dist/test/std/localization/locales/locale/locale.statics/global.pass.cpp vendor/libc++/dist/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp vendor/libc++/dist/test/std/re/re.traits/default.pass.cpp vendor/libc++/dist/test/std/re/re.traits/getloc.pass.cpp vendor/libc++/dist/test/std/re/re.traits/imbue.pass.cpp Modified: vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // int_type overflow(int_type c = traits::eof()); Modified: vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // int_type underflow(); Modified: vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template T9 get_time(struct tm* tmb, const charT* fmt); Modified: vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template T10 put_time(const struct tm* tmb, const charT* fmt); Modified: vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // class ios_base Modified: vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // class ios_base Modified: vendor/libc++/dist/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template class basic_ios Modified: vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template > Modified: vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template > Modified: vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template > Modified: vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template > Modified: vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template class collate_byname Modified: vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template Modified: vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template <> class codecvt_byname Modified: vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template Modified: vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/default.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/default.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/default.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // locale() throw(); Modified: vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -6,7 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// - + +// REQUIRES: locale.en_US.UTF-8 // REQUIRES: locale.ru_RU.UTF-8 // UNSUPPORTED: sanitizer-new-delete Modified: vendor/libc++/dist/test/std/localization/locales/locale/locale.members/name.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locales/locale/locale.members/name.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locales/locale/locale.members/name.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // basic_string name() const; Modified: vendor/libc++/dist/test/std/localization/locales/locale/locale.operators/eq.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locales/locale/locale.operators/eq.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locales/locale/locale.operators/eq.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // basic_string name() const; Modified: vendor/libc++/dist/test/std/localization/locales/locale/locale.statics/global.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/localization/locales/locale/locale.statics/global.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/localization/locales/locale/locale.statics/global.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // static const locale& classic(); Modified: vendor/libc++/dist/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template > class basic_regex; Modified: vendor/libc++/dist/test/std/re/re.traits/default.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/re/re.traits/default.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/re/re.traits/default.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -8,6 +8,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template struct regex_traits; Modified: vendor/libc++/dist/test/std/re/re.traits/getloc.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/re/re.traits/getloc.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/re/re.traits/getloc.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template struct regex_traits; Modified: vendor/libc++/dist/test/std/re/re.traits/imbue.pass.cpp ============================================================================== --- vendor/libc++/dist/test/std/re/re.traits/imbue.pass.cpp Wed Jan 27 21:10:40 2016 (r294944) +++ vendor/libc++/dist/test/std/re/re.traits/imbue.pass.cpp Wed Jan 27 21:10:55 2016 (r294945) @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // // template struct regex_traits;