[all-commits] [llvm/llvm-project] 60b43e: [libc++] Improve the test coverage for std::vector...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue May 6 12:29:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60b43ef70b6d0bef9b738d1358a71b55d402288f
      https://github.com/llvm/llvm-project/commit/60b43ef70b6d0bef9b738d1358a71b55d402288f
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/common.h
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace.pass.cpp
    R libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace_extra.pass.cpp

  Log Message:
  -----------
  [libc++] Improve the test coverage for std::vector::emplace (#132440)

This patch refactors the test for std::vector::emplace back to cover new
corner cases, and increase coverage for normal cases as well.

This is building towards #129328.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list