Skip to content

Commit ad15428

Browse files
committed
[NFC][libc++][test] loosen XFAIL condition for setfill_wchar_max.pass.cpp
So we can also match aarch64 triples which have four components instead of three when disabling the test, which the case on some buildbots. Follow on to #89305
1 parent 3e47f6b commit ad15428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
// version 2 implementation fixes the problem.
1616

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

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

0 commit comments

Comments
 (0)