summaryrefslogtreecommitdiffstats
path: root/libcxx/test/re/re.traits
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/re/re.traits')
-rw-r--r--libcxx/test/re/re.traits/lookup_collatename.pass.cpp3
-rw-r--r--libcxx/test/re/re.traits/translate_nocase.pass.cpp3
2 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 049246ed1b1..d495f8aaf07 100644
--- a/libcxx/test/re/re.traits/lookup_collatename.pass.cpp
+++ b/libcxx/test/re/re.traits/lookup_collatename.pass.cpp
@@ -17,6 +17,9 @@
// string_type
// lookup_collatename(ForwardIterator first, ForwardIterator last) const;
+// TODO: investigation needed
+// XFAIL: linux-gnu
+
#include <regex>
#include <iterator>
#include <cassert>
diff --git a/libcxx/test/re/re.traits/translate_nocase.pass.cpp b/libcxx/test/re/re.traits/translate_nocase.pass.cpp
index 5e042aead86..37d277450a7 100644
--- a/libcxx/test/re/re.traits/translate_nocase.pass.cpp
+++ b/libcxx/test/re/re.traits/translate_nocase.pass.cpp
@@ -17,6 +17,9 @@
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
+// TODO: investigation needed
+// XFAIL: linux-gnu
+
#include <regex>
#include <cassert>
OpenPOWER on IntegriCloud