[libcxx-commits] [libcxx] r352097 - Mark awk.pass.cpp as XFAIL for NetBSD

Kamil Rytarowski via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 24 12:26:02 PST 2019


Author: kamil
Date: Thu Jan 24 12:26:02 2019
New Revision: 352097

URL: http://llvm.org/viewvc/llvm-project?rev=352097&view=rev
Log:
Mark awk.pass.cpp as XFAIL for NetBSD

Reported on the NetBSD 8 build bot.

Modified:
    libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp

Modified: libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp?rev=352097&r1=352096&r2=352097&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.alg/re.alg.match/awk.pass.cpp Thu Jan 24 12:26:02 2019
@@ -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>




More information about the libcxx-commits mailing list