summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2019-01-24 01:52:56 +0000
committerMarshall Clow <mclow.lists@gmail.com>2019-01-24 01:52:56 +0000
commitf6b6be2f7a58aaf2f5307618969d00165385f21e (patch)
treeaf6cedda60eb654f6734acff4533f1b22cf438a0
parentabfa98c9de873598829473f4f191cafd66c1198b (diff)
downloadbcm5719-llvm-f6b6be2f7a58aaf2f5307618969d00165385f21e.tar.gz
bcm5719-llvm-f6b6be2f7a58aaf2f5307618969d00165385f21e.zip
Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses locales that aren't generally available there, similar to the other regex tests
llvm-svn: 352006
-rw-r--r--libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp
index f0a62794b33..4afc6b0efe8 100644
--- a/libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp
+++ b/libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp
@@ -16,6 +16,9 @@
// regex_constants::match_flag_type flags
// = regex_constants::match_default);
+// TODO: investigation needed
+// XFAIL: linux-gnu
+
#include <regex>
#include <cassert>
#include "test_macros.h"
@@ -25,7 +28,6 @@
int main()
{
-#if 0
{
std::cmatch m;
const char s[] = "a";
@@ -1388,5 +1390,4 @@ int main()
assert(m.position(0) == 0);
assert(m.str(0) == s);
}
-#endif
}
OpenPOWER on IntegriCloud