summaryrefslogtreecommitdiff
path: root/test/std/re
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-01-27 21:10:55 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-01-27 21:10:55 +0000
commit2e583f3370eba07a025e17447f2fe5401ef7cd49 (patch)
tree691bc86e2dab26ffdd75fcde76b1880186ef1cb8 /test/std/re
parente0b666adaf915eaff59507f0fdcc4a120f68ce40 (diff)
Notes
Diffstat (limited to 'test/std/re')
-rw-r--r--test/std/re/re.regex/re.regex.locale/imbue.pass.cpp2
-rw-r--r--test/std/re/re.traits/default.pass.cpp2
-rw-r--r--test/std/re/re.traits/getloc.pass.cpp2
-rw-r--r--test/std/re/re.traits/imbue.pass.cpp2
4 files changed, 8 insertions, 0 deletions
diff --git a/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp b/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp
index be0b26dc5c2c..c7ad39414c65 100644
--- a/test/std/re/re.regex/re.regex.locale/imbue.pass.cpp
+++ b/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;
diff --git a/test/std/re/re.traits/default.pass.cpp b/test/std/re/re.traits/default.pass.cpp
index c9a97e025ac5..defadd95378b 100644
--- a/test/std/re/re.traits/default.pass.cpp
+++ b/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;
diff --git a/test/std/re/re.traits/getloc.pass.cpp b/test/std/re/re.traits/getloc.pass.cpp
index 27ab6cd86545..0b7810a2099d 100644
--- a/test/std/re/re.traits/getloc.pass.cpp
+++ b/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;
diff --git a/test/std/re/re.traits/imbue.pass.cpp b/test/std/re/re.traits/imbue.pass.cpp
index 11eca41de37a..6988058a832c 100644
--- a/test/std/re/re.traits/imbue.pass.cpp
+++ b/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;