From cc6be7eaf1232cff9a009733782d7eba17dbdf4a Mon Sep 17 00:00:00 2001 From: David Tenty Date: Wed, 17 Jul 2024 22:36:01 -0400 Subject: [PATCH] [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 --- .../iostream.format/std.manip/setfill_wchar_max.pass.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp b/libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp index f22850877dd626f..d220a5c36a23bb1 100644 --- a/libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp +++ b/libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp @@ -15,8 +15,8 @@ // version 2 implementation fixes the problem. // XFAIL: target={{.*}}-windows{{.*}} && libcpp-abi-version=1 -// XFAIL: target=armv{{7|8}}l-linux-gnueabihf && libcpp-abi-version=1 -// XFAIL: target=aarch64-linux-gnu && libcpp-abi-version=1 +// XFAIL: target=armv{{7|8}}l{{.*}}-linux-gnueabihf && libcpp-abi-version=1 +// XFAIL: target=aarch64{{.*}}-linux-gnu && libcpp-abi-version=1 #include #include