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

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 22 10:09:06 PDT 2024


Author: Vladimir Vereschaka
Date: 2024-08-22T10:09:03-07:00
New Revision: 4a2a1b51cb6b88820e28019040fb78d0c82685ab

URL: https://github.com/llvm/llvm-project/commit/4a2a1b51cb6b88820e28019040fb78d0c82685ab
DIFF: https://github.com/llvm/llvm-project/commit/4a2a1b51cb6b88820e28019040fb78d0c82685ab.diff

LOG: [libc++] Adjust armv7 XFAIL target triple for the setfill_wchar_max test. (#105586)

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

Added: 
    

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

Removed: 
    


################################################################################
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