diff options
Diffstat (limited to 'libcxx/test/re/re.traits')
-rw-r--r-- | libcxx/test/re/re.traits/lookup_collatename.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/re/re.traits/transform.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/re/re.traits/transform_primary.pass.cpp | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/test/re/re.traits/lookup_collatename.pass.cpp b/libcxx/test/re/re.traits/lookup_collatename.pass.cpp index 055b5548a70..049246ed1b1 100644 --- a/libcxx/test/re/re.traits/lookup_collatename.pass.cpp +++ b/libcxx/test/re/re.traits/lookup_collatename.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.cs_CZ.ISO8859-2 + // <regex> // template <class charT> struct regex_traits; diff --git a/libcxx/test/re/re.traits/transform.pass.cpp b/libcxx/test/re/re.traits/transform.pass.cpp index 9b9feb130b3..c3bce7939fe 100644 --- a/libcxx/test/re/re.traits/transform.pass.cpp +++ b/libcxx/test/re/re.traits/transform.pass.cpp @@ -8,6 +8,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.cs_CZ.ISO8859-2 + // <regex> // template <class charT> struct regex_traits; diff --git a/libcxx/test/re/re.traits/transform_primary.pass.cpp b/libcxx/test/re/re.traits/transform_primary.pass.cpp index 1e2aca67710..28734d621ad 100644 --- a/libcxx/test/re/re.traits/transform_primary.pass.cpp +++ b/libcxx/test/re/re.traits/transform_primary.pass.cpp @@ -8,6 +8,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: locale.cs_CZ.ISO8859-2 + // <regex> // template <class charT> struct regex_traits; |