Skip to content

Commit 279c0d5

Browse files
committed
Revert "[libc++][test] extend -linux-gnu XFAIL to cover all of the -linux targets (llvm#129140)"
The effect of this commit is too broad and may affect also those variants of Linux systems on which the affected test cases are known to pass. An alternative version of this commit will be prepared afresh. This reverts commit c93dc58.
1 parent c0bf4b2 commit 279c0d5

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// XFAIL: target={{.*}}-windows{{.*}} && libcpp-abi-version=1
1818
// XFAIL: target=armv{{7|8}}{{l?}}{{.*}}-linux-gnueabihf && libcpp-abi-version=1
19-
// XFAIL: target=aarch64{{.*}}-linux{{.*}} && libcpp-abi-version=1
19+
// XFAIL: target=aarch64{{.*}}-linux-gnu && libcpp-abi-version=1
2020

2121
#include <iomanip>
2222
#include <ostream>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TODO: investigation needed
2020
// TODO(netbsd): incomplete support for locales
21-
// XFAIL: target={{.*}}-linux{{.*}}, netbsd, freebsd
21+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, netbsd, freebsd
2222
// REQUIRES: locale.cs_CZ.ISO8859-2
2323

2424
#include <regex>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// regex_constants::match_flag_type flags = regex_constants::match_default);
2323

2424
// TODO: investigation needed
25-
// XFAIL: target={{.*}}-linux{{.*}}, freebsd
25+
// XFAIL: target={{.*}}-linux-gnu{{.*}}, freebsd
2626

2727
#include <regex>
2828
#include <cassert>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// lookup_collatename(ForwardIterator first, ForwardIterator last) const;
2424

2525
// TODO: investigation needed
26-
// XFAIL: target={{.*}}-linux{{.*}}
26+
// XFAIL: target={{.*}}-linux-gnu{{.*}}
2727

2828
#include <regex>
2929
#include <iterator>

0 commit comments

Comments
 (0)