[all-commits] [llvm/llvm-project] 882b4f: [libc++][NFC] Make AssertionInfoMatcher::CheckMess...

Will Hawkins via All-commits all-commits at lists.llvm.org
Fri Jan 12 11:46:33 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 882b4fccd26264be15aed5ec531ab6c879d8cc2a
      https://github.com/llvm/llvm-project/commit/882b4fccd26264be15aed5ec531ab6c879d8cc2a
  Author: Will Hawkins <hawkinsw at obs.cr>
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
    M libcxx/test/libcxx/containers/views/mdspan/layout_left/assert.stride.pass.cpp
    M libcxx/test/libcxx/containers/views/mdspan/layout_right/assert.stride.pass.cpp
    M libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.stride.pass.cpp
    M libcxx/test/support/check_assertion.h

  Log Message:
  -----------
  [libc++][NFC] Make AssertionInfoMatcher::CheckMessageMatches Stricter (#77721)

Rather than allow for a message to be considered a match for the actual
assertion if it is anywhere in the assertion text, make sure that the
expected and the actual assertion are identical.

Addresses #77701




More information about the All-commits mailing list