[all-commits] [llvm/llvm-project] 8041f1: [libc++] Skip tests using constexpr destructors wi...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Mon Oct 19 09:23:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8041f13e62ae3dfd4b66e33d917aae45dfb61d2d
      https://github.com/llvm/llvm-project/commit/8041f13e62ae3dfd4b66e33d917aae45dfb61d2d
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp

  Log Message:
  -----------
  [libc++] Skip tests using constexpr destructors with older clang versions

It appears that the released version of clang that supports constexpr
destructors is clang 10 and the oldest one that accepts -std=c++2a is 5,
so mark these as UNSUPPORTED for clang-5 to clang-9.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list