This revision was automatically updated to reflect the committed changes. Closed by commit rL258403: [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8. (authored by dsanders).
Changed prior to commit: http://reviews.llvm.org/D16406?vs=45531&id=45533#toc Repository: rL LLVM http://reviews.llvm.org/D16406 Files: libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp libcxx/trunk/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp libcxx/trunk/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp libcxx/trunk/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp libcxx/trunk/test/std/localization/locales/locale/locale.cons/default.pass.cpp libcxx/trunk/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp libcxx/trunk/test/std/localization/locales/locale/locale.members/name.pass.cpp libcxx/trunk/test/std/localization/locales/locale/locale.operators/eq.pass.cpp libcxx/trunk/test/std/localization/locales/locale/locale.statics/global.pass.cpp libcxx/trunk/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp libcxx/trunk/test/std/re/re.traits/default.pass.cpp libcxx/trunk/test/std/re/re.traits/getloc.pass.cpp libcxx/trunk/test/std/re/re.traits/imbue.pass.cpp
Index: libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp +++ libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> Index: libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp +++ libcxx/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class collate_byname Index: libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp +++ libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <> class codecvt_byname<wchar_t, char, mbstate_t> Index: libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp +++ libcxx/trunk/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class CharT> Index: libcxx/trunk/test/std/localization/locales/locale/locale.statics/global.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locales/locale/locale.statics/global.pass.cpp +++ libcxx/trunk/test/std/localization/locales/locale/locale.statics/global.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // static const locale& classic(); Index: libcxx/trunk/test/std/localization/locales/locale/locale.members/name.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locales/locale/locale.members/name.pass.cpp +++ libcxx/trunk/test/std/localization/locales/locale/locale.members/name.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // basic_string<char> name() const; Index: libcxx/trunk/test/std/localization/locales/locale/locale.cons/default.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locales/locale/locale.cons/default.pass.cpp +++ libcxx/trunk/test/std/localization/locales/locale/locale.cons/default.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // locale() throw(); Index: libcxx/trunk/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp +++ libcxx/trunk/test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp @@ -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 Index: libcxx/trunk/test/std/localization/locales/locale/locale.operators/eq.pass.cpp =================================================================== --- libcxx/trunk/test/std/localization/locales/locale/locale.operators/eq.pass.cpp +++ libcxx/trunk/test/std/localization/locales/locale/locale.operators/eq.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // basic_string<char> name() const; Index: libcxx/trunk/test/std/re/re.traits/default.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.traits/default.pass.cpp +++ libcxx/trunk/test/std/re/re.traits/default.pass.cpp @@ -8,6 +8,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <regex> // template <class charT> struct regex_traits; Index: libcxx/trunk/test/std/re/re.traits/imbue.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.traits/imbue.pass.cpp +++ libcxx/trunk/test/std/re/re.traits/imbue.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <regex> // template <class charT> struct regex_traits; Index: libcxx/trunk/test/std/re/re.traits/getloc.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.traits/getloc.pass.cpp +++ libcxx/trunk/test/std/re/re.traits/getloc.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <regex> // template <class charT> struct regex_traits; Index: libcxx/trunk/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp =================================================================== --- libcxx/trunk/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp +++ libcxx/trunk/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <regex> // template <class charT, class traits = regex_traits<charT>> class basic_regex; Index: libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp +++ libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <ios> // class ios_base Index: libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp +++ libcxx/trunk/test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <ios> // class ios_base Index: libcxx/trunk/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp +++ libcxx/trunk/test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <ios> // template <class charT, class traits> class basic_ios Index: libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp +++ libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <fstream> // int_type underflow(); Index: libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp +++ libcxx/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <fstream> // int_type overflow(int_type c = traits::eof()); Index: libcxx/trunk/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp +++ libcxx/trunk/test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <iomanip> // template <class charT> T9 get_time(struct tm* tmb, const charT* fmt); Index: libcxx/trunk/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp +++ libcxx/trunk/test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <iomanip> // template <class charT> T10 put_time(const struct tm* tmb, const charT* fmt); Index: libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp +++ libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <streambuf> // template <class charT, class traits = char_traits<charT> > Index: libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp +++ libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <streambuf> // template <class charT, class traits = char_traits<charT> > Index: libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp +++ libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <streambuf> // template <class charT, class traits = char_traits<charT> > Index: libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp =================================================================== --- libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp +++ libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <streambuf> // template <class charT, class traits = char_traits<charT> >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits