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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 20 03:05:07 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0df607ca96d8: Do not run gcount test on any *armv7l* (fixes test on llvm-clang-win-x-armv7l) (authored by azat, committed by Mordante).

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.524007.patch
Type: text/x-patch
Size: 728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230520/5da1feda/attachment.bin>


More information about the libcxx-commits mailing list