[libcxx-commits] [PATCH] D151205: [libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 23 12:24:25 PDT 2023


H-G-Hristov created this revision.
Herald added a subscriber: yaxunl.
Herald added a project: All.
H-G-Hristov edited the summary of this revision.
H-G-Hristov retitled this revision from "[libc++][spaceship] Additional tests for `operator<=>` - `map` and `multimap`" to "[libc++][spaceship] Additional tests for `operator<=>` `map` and `multimap`".
H-G-Hristov updated this revision to Diff 524683.
H-G-Hristov added a comment.
H-G-Hristov updated this revision to Diff 524740.
H-G-Hristov edited the summary of this revision.
H-G-Hristov edited the summary of this revision.
H-G-Hristov published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Try to fix CI


H-G-Hristov added a comment.

Try to fix CI: Ignore `expected-error` message with `{{}}` syntax due to differing error message locally vs remotely (on CI).


- Adds additional tests
- Improves current tests
- Moves misplaced test files to the correct location


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151205

Files:
  libcxx/test/std/containers/associative/map/compare.three_way.pass.cpp
  libcxx/test/std/containers/associative/map/map.nonmember/compare.three_way.pass.cpp
  libcxx/test/std/containers/associative/map/map.nonmember/compare.three_way.verify.cpp
  libcxx/test/std/containers/associative/multimap/compare.three_way.pass.cpp
  libcxx/test/std/containers/associative/multimap/multimap.nonmember/compare.three_way.pass.cpp
  libcxx/test/std/containers/associative/multimap/multimap.nonmember/compare.three_way.verify.cpp
  libcxx/test/support/test_container_comparisons.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151205.524740.patch
Type: text/x-patch
Size: 16005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230523/1f8b2f2a/attachment-0001.bin>


More information about the libcxx-commits mailing list