[libcxx-commits] [PATCH] D143158: [libcxx][test] Cover RISC-V in string.capacity test

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 7 08:46:05 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc9b7ef400543: [libc++][test] Cover RISC-V in string.capacity test (authored by asb, committed by ldionne).

Changed prior to commit:
  https://reviews.llvm.org/D143158?vs=494216&id=556162#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143158

Files:
  libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp


Index: libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
===================================================================
--- libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
+++ libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
@@ -84,6 +84,8 @@
 #    endif
 #  elif defined(__sparc64__)
   half_size();
+#  elif defined(__riscv)
+  full_size();
 #  elif defined(_WIN32)
   full_size();
 #  else


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143158.556162.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230907/f3db475e/attachment.bin>


More information about the libcxx-commits mailing list