[all-commits] [llvm/llvm-project] 8d25da: [libcxx][test][NFC] Extend get_allocator() testing...

kboyarinov via All-commits all-commits at lists.llvm.org
Wed Dec 1 05:25:17 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d25da78aad91635f78225edd972feb2de7228cd
      https://github.com/llvm/llvm-project/commit/8d25da78aad91635f78225edd972feb2de7228cd
  Author: Konstantin Boyarinov <konstantin.boyarinov at intel.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    A libcxx/test/std/containers/associative/map/get_allocator.pass.cpp
    A libcxx/test/std/containers/associative/multimap/get_allocator.pass.cpp
    A libcxx/test/std/containers/associative/multiset/get_allocator.pass.cpp
    A libcxx/test/std/containers/associative/set/get_allocator.pass.cpp
    A libcxx/test/std/containers/sequences/deque/get_allocator.pass.cpp
    A libcxx/test/std/containers/sequences/forwardlist/get_allocator.pass.cpp
    A libcxx/test/std/containers/sequences/list/get_allocator.pass.cpp
    A libcxx/test/std/containers/sequences/vector.bool/get_allocator.pass.cpp
    A libcxx/test/std/containers/sequences/vector/get_allocator.pass.cpp
    A libcxx/test/std/containers/unord/unord.map/get_allocator.pass.cpp
    A libcxx/test/std/containers/unord/unord.multimap/get_allocator.pass.cpp
    A libcxx/test/std/containers/unord/unord.multiset/get_allocator.pass.cpp
    A libcxx/test/std/containers/unord/unord.set/get_allocator.pass.cpp

  Log Message:
  -----------
  [libcxx][test][NFC] Extend get_allocator() testing for containers

Add dedicated tests for get_allocator() method for sequence, ordered and
unordered associative containers including constness coverage.

Reviewed by: ldionne, Mordante, rarutyun, #libc

Differential revision: https://reviews.llvm.org/D114785




More information about the All-commits mailing list