[libcxx-commits] [libcxx] r359726 - Add missing locale requirement to test.

Dan Albert via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 1 14:02:32 PDT 2019


Author: danalbert
Date: Wed May  1 14:02:32 2019
New Revision: 359726

URL: http://llvm.org/viewvc/llvm-project?rev=359726&view=rev
Log:
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).

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=359726&r1=359725&r2=359726&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 Wed May  1 14:02:32 2019
@@ -19,6 +19,7 @@
 // TODO: investigation needed
 // TODO(netbsd): incomplete support for locales
 // XFAIL: linux-gnu, netbsd
+// REQUIRES: locale.cs_CZ.ISO8859-2
 
 #include <regex>
 #include <cassert>




More information about the libcxx-commits mailing list