diff options
author | Kamil Rytarowski <n54@gmx.com> | 2019-01-24 20:26:02 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2019-01-24 20:26:02 +0000 |
commit | 7c56f115b40f6e7a4926e28ed856c025166bf1bd (patch) | |
tree | 423167ef1bfb3f0c8b24d836118a98bf0d4f4ca1 /libcxx/test/std/re | |
parent | 24298a44048c4cea735ee7b358723bbe905675d3 (diff) | |
download | bcm5719-llvm-7c56f115b40f6e7a4926e28ed856c025166bf1bd.tar.gz bcm5719-llvm-7c56f115b40f6e7a4926e28ed856c025166bf1bd.zip |
Mark awk.pass.cpp as XFAIL for NetBSD
Reported on the NetBSD 8 build bot.
llvm-svn: 352097
Diffstat (limited to 'libcxx/test/std/re')
-rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp | 3 |
1 files changed, 2 insertions, 1 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 4afc6b0efe8..095980c6055 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 @@ -17,7 +17,8 @@ // = regex_constants::match_default); // TODO: investigation needed -// XFAIL: linux-gnu +// TODO(netbsd): incomplete support for locales +// XFAIL: linux-gnu, netbsd #include <regex> #include <cassert> |