diff options
| author | Dan Albert <danalbert@google.com> | 2019-05-01 21:02:32 +0000 | 
|---|---|---|
| committer | Dan Albert <danalbert@google.com> | 2019-05-01 21:02:32 +0000 | 
| commit | dfa7af5b6b15bb592fa93593883f69fe96c8445d (patch) | |
| tree | 1a3eb7362fb63d818810bcef51f72db92390441a /libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp | |
| parent | 91c166cbb035a22db1b0ebee7bb760c55c80b77d (diff) | |
| download | bcm5719-llvm-dfa7af5b6b15bb592fa93593883f69fe96c8445d.tar.gz bcm5719-llvm-dfa7af5b6b15bb592fa93593883f69fe96c8445d.zip | |
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
Diffstat (limited to 'libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp')
| -rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.match/awk.pass.cpp | 1 | 
1 files changed, 1 insertions, 0 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 43fc9b89cb8..c3464e123e7 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 <regex>  #include <cassert> | 

