[all-commits] [llvm/llvm-project] 0dcb37: [libcxx][test] Disable bad unique_ptr<T[]> to shar...

Casey Carter via All-commits all-commits at lists.llvm.org
Tue Feb 8 14:57:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dcb370d43012a25f28295010ec3e8d3362e3e52
      https://github.com/llvm/llvm-project/commit/0dcb370d43012a25f28295010ec3e8d3362e3e52
  Author: Casey Carter <Casey at Carter.net>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp

  Log Message:
  -----------
  [libcxx][test] Disable bad unique_ptr<T[]> to shared_ptr<U[]> conversion test cases

for non-libc++. I've reported allowance of these conversions as a bug at https://llvm.org/PR53368.

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




More information about the All-commits mailing list