Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 21:10:56 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
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...
Message-ID:  <201601272110.u0RLAuUZ095763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+
 // <fstream>
 
 // 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
+
 // <fstream>
 
 // 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
+
 // <iomanip>
 
 // template <class charT> 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
+
 // <iomanip>
 
 // template <class charT> 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
+
 // <ios>
 
 // 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
+
 // <ios>
 
 // 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
+
 // <ios>
 
 // template <class charT, class traits> 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
+
 // <streambuf>
 
 // template <class charT, class traits = char_traits<charT> >

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
+
 // <streambuf>
 
 // template <class charT, class traits = char_traits<charT> >

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
+
 // <streambuf>
 
 // template <class charT, class traits = char_traits<charT> >

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
+
 // <streambuf>
 
 // template <class charT, class traits = char_traits<charT> >

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
+
 // <locale>
 
 // template <class charT> 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
+
 // <locale>
 
 // template <class charT>

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
+
 // <locale>
 
 // template <> class codecvt_byname<wchar_t, char, mbstate_t>

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
+
 // <locale>
 
 // template <class CharT>

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>
 
 // 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
+
 // <locale>
 
 // basic_string<char> 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
+
 // <locale>
 
 // basic_string<char> 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
+
 // <locale>
 
 // 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
+
 // <regex>
 
 // template <class charT, class traits = regex_traits<charT>> 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
+
 // <regex>
 
 // template <class charT> 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
+
 // <regex>
 
 // template <class charT> 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
+
 // <regex>
 
 // template <class charT> struct regex_traits;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601272110.u0RLAuUZ095763>