[libcxx-commits] [PATCH] D126737: [libc++][test] Enable constexpr string comparison tests

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 31 17:26:24 PDT 2022


jloser created this revision.
jloser added reviewers: philnik, var-const, ldionne, Mordante.
Herald added a project: All.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Some tests in `string.view.comparison` are not enabled due to previous lack of
support for `constexpr std::string`. Now that it is implemented, we can enable
these tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126737

Files:
  libcxx/test/std/strings/string.view/string.view.comparison/equal.pass.cpp
  libcxx/test/std/strings/string.view/string.view.comparison/greater.pass.cpp
  libcxx/test/std/strings/string.view/string.view.comparison/greater_equal.pass.cpp
  libcxx/test/std/strings/string.view/string.view.comparison/less.pass.cpp
  libcxx/test/std/strings/string.view/string.view.comparison/less_equal.pass.cpp
  libcxx/test/std/strings/string.view/string.view.comparison/not_equal.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126737.433243.patch
Type: text/x-patch
Size: 9276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220601/5676a584/attachment.bin>


More information about the libcxx-commits mailing list