[libcxx-commits] [libcxx] [libc++] Adjust armv7 XFAIL target triple for the setfill_wchar_max test. (PR #105586)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 21 14:01:33 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Vladimir Vereschaka (vvereschaka)

<details>
<summary>Changes</summary>

Also allow XFAIL for armv7-*-linux-gnueabihf targets, not only for armv7l-*.

---
Full diff: https://github.com/llvm/llvm-project/pull/105586.diff


1 Files Affected:

- (modified) libcxx/test/std/input.output/iostream.format/std.manip/setfill_wchar_max.pass.cpp (+1-1) 


``````````diff
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>

``````````

</details>


https://github.com/llvm/llvm-project/pull/105586


More information about the libcxx-commits mailing list