[libcxx-commits] [PATCH] D118838: [libc++] Add UNSUPPORTED for clang-15

Haowei Wu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 12:34:32 PST 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1a3137dc8451: [libc++] Add UNSUPPORTED for clang-15 (authored by haowei).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118838/new/

https://reviews.llvm.org/D118838

Files:
  libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp


Index: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
===================================================================
--- libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
+++ libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Triggers a Clang assertion: https://bugs.llvm.org/show_bug.cgi?id=45879
-// UNSUPPORTED: clang-13, clang-14
+// Triggers a Clang assertion: llvm.org/PR45879
+// UNSUPPORTED: clang-13, clang-14, clang-15
 
 // <tuple>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118838.405390.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220202/bfb80edf/attachment.bin>


More information about the libcxx-commits mailing list