From dfa7af5b6b15bb592fa93593883f69fe96c8445d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 1 May 2019 21:02:32 +0000 Subject: [PATCH] Add missing locale requirement to test. Linux is failing even though the test runner does report this locale is available, but the test still isn't expected to work on platforms without the locale (like Android). llvm-svn: 359726 --- libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp | 1 + 1 file changed, 1 insertion(+) 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 43fc9b89cb85..c3464e123e72 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 @@ -19,6 +19,7 @@ // TODO: investigation needed // TODO(netbsd): incomplete support for locales // XFAIL: linux-gnu, netbsd +// REQUIRES: locale.cs_CZ.ISO8859-2 #include #include