Skip to content

Commit 6acfc02

Browse files
authored
[libc++] XFAIL regex tests that are currently failing on macOS (#159260)
It seems that an OS update changed the localization on macOS. This XFAILs the tests to make sure the CI is green again until the tests can be updated.
1 parent c379127 commit 6acfc02

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

libcxx/test/std/re/re.alg/re.alg.match/awk.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
// TODO(netbsd): incomplete support for locales
2121
// XFAIL: target={{.*}}-linux-gnu{{.*}}, netbsd, freebsd
2222
// XFAIL: target={{.*}}-amazon-linux{{.*}}
23+
// XFAIL: target={{.*}}-apple-{{.*}}
2324
// REQUIRES: locale.cs_CZ.ISO8859-2
2425

2526
#include <regex>

libcxx/test/std/re/re.alg/re.alg.match/basic.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.match/ecma.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.match/extended.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.search/awk.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.search/basic.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.search/ecma.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.alg/re.alg.search/extended.locale.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// TODO: investigation needed
2525
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626
// XFAIL: target={{.*}}-amazon-linux{{.*}}
27+
// XFAIL: target={{.*}}-apple-{{.*}}
2728

2829
#include <regex>
2930
#include <cassert>

libcxx/test/std/re/re.traits/lookup_collatename.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
// TODO: investigation needed
2626
// XFAIL: target={{.*}}-linux-gnu{{.*}}
2727
// XFAIL: target={{.*}}-amazon-linux{{.*}}
28+
// XFAIL: target={{.*}}-apple-{{.*}}
2829

2930
#include <regex>
3031
#include <iterator>

0 commit comments

Comments
 (0)