Skip to content

Commit 4a2a1b5

Browse files
authored
[libc++] Adjust armv7 XFAIL target triple for the setfill_wchar_max test. (llvm#105586)
Also allow XFAIL for armv7-*-linux-gnueabihf targets, not only for armv7l-*.
1 parent b9c4c4c commit 4a2a1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -15,7 +15,7 @@
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
18+
// XFAIL: target=armv{{7|8}}{{l?}}{{.*}}-linux-gnueabihf && libcpp-abi-version=1
1919
// XFAIL: target=aarch64{{.*}}-linux-gnu && libcpp-abi-version=1
2020

2121
#include <iomanip>

0 commit comments

Comments
 (0)