[all-commits] [llvm/llvm-project] 93a375: [libc++][test] Enable constexpr string comparison ...

Joseph Loser via All-commits all-commits at lists.llvm.org
Wed Jun 1 18:28:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93a375a15c8ad4226453b3ec920070b5be361656
      https://github.com/llvm/llvm-project/commit/93a375a15c8ad4226453b3ec920070b5be361656
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-06-01 (Wed, 01 Jun 2022)

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

  Log Message:
  -----------
  [libc++][test] Enable constexpr string comparison tests

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.

Differential Revision: https://reviews.llvm.org/D126737




More information about the All-commits mailing list