[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:37:09 PDT 2023


azat created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
azat requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

There was one buildbot (for llvm-clang-win-x-armv7l) that hadn't been
run for the initial revision [1].

  [1]: https://lab.llvm.org/buildbot#builders/60/builds/12118


Repository:
  rG LLVM Github Monorepo

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.523445.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230518/ce39d4a5/attachment.bin>


More information about the libcxx-commits mailing list