Author: dsanders Date: Thu Jan 28 10:51:36 2016 New Revision: 259058 URL: http://llvm.org/viewvc/llvm-project?rev=259058&view=rev Log: Merging r258920: ------------------------------------------------------------------------ r258920 | dsanders | 2016-01-27 10:45:07 +0000 (Wed, 27 Jan 2016) | 11 lines
[libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8. Summary: These are the tests that didn't fail in the release candidate because they were covered by another 'REQUIRES' directive. Reviewers: mclow.lists, hans, bcraig, EricWF Subscribers: EricWF, dim, cfe-commits Differential Revision: http://reviews.llvm.org/D16408 ------------------------------------------------------------------------ Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class collate_byname Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; Modified: libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp?rev=259058&r1=259057&r2=259058&view=diff ============================================================================== --- libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp (original) +++ libcxx/branches/release_38/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp Thu Jan 28 10:51:36 2016 @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.en_US.UTF-8 + // <locale> // template <class charT> class ctype_byname; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits