[libcxx-commits] [libcxx] [libc++] Adjust armv7 XFAIL target triple for the setfill_wchar_max test. (PR #105586)
Vladimir Vereschaka via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 21 14:01:00 PDT 2024
https://github.com/vvereschaka created https://github.com/llvm/llvm-project/pull/105586
Also allow XFAIL for armv7-*-linux-gnueabihf targets, not only for armv7l-*.
>From 2374a49d81876d6d3ed5998ba264e1db77d77633 Mon Sep 17 00:00:00 2001
From: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: Wed, 21 Aug 2024 13:52:21 -0700
Subject: [PATCH] [libc++] Adjust armv7 XFAIL target triple for the
setfill_wchar_max test.
Also allow XFAIL for armv7-*-linux-gnueabihf targets, not only for armv7l-*.
---
.../iostream.format/std.manip/setfill_wchar_max.pass.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d220a5c36a23bb..9d4126153cc235 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,7 +15,7 @@
// 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=armv{{7|8}}{{l?}}{{.*}}-linux-gnueabihf && libcpp-abi-version=1
// XFAIL: target=aarch64{{.*}}-linux-gnu && libcpp-abi-version=1
#include <iomanip>
More information about the libcxx-commits
mailing list