[libcxx-commits] [PATCH] D150886: Do not run gcount test on any *armv7l* (fixes test on llvm-clang-win-x-armv7l)

Azat Khuzhin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 18 10:40:30 PDT 2023


azat updated this revision to Diff 523447.
azat added a comment.

Fix regex


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150886/new/

https://reviews.llvm.org/D150886

Files:
  libcxx/test/std/input.output/string.streams/stringstream.members/gcount.pass.cpp


Index: libcxx/test/std/input.output/string.streams/stringstream.members/gcount.pass.cpp
===================================================================
--- libcxx/test/std/input.output/string.streams/stringstream.members/gcount.pass.cpp
+++ libcxx/test/std/input.output/string.streams/stringstream.members/gcount.pass.cpp
@@ -9,8 +9,8 @@
 // All 32 bit arches that CI has:
 //
 // UNSUPPORTED: target=powerpc-ibm-aix
-// UNSUPPORTED: target=armv7l-linux-gnueabihf
-// UNSUPPORTED: target=armv8l-linux-gnueabihf
+// UNSUPPORTED: target={{.*}}armv7l{{.*}}
+// UNSUPPORTED: target={{.*}}armv8l{{.*}}
 // UNSUPPORTED: target=i686-w64-windows-gnu
 
 // Test that tellp() does not break the stringstream after INT_MAX, due to use


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150886.523447.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230518/5cb8becf/attachment.bin>


More information about the libcxx-commits mailing list