[libcxx-commits] [PATCH] D91586: Mark trivial_abi unique_ptr tests as unsupported in clang-11.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 17 11:25:02 PST 2020


Mordante added inline comments.


================
Comment at: libcxx/test/libcxx/memory/trivial_abi/unique_ptr_arg.pass.cpp:15
 
 // There were assertion failures in both parse and codegen, which are fixed in clang 11.
+// UNSUPPORTED: gcc, clang-4, clang-5, clang-6, clang-7, clang-8, clang-9, clang-10, clang-11
----------------
Can you update this comment in all modified tests?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91586



More information about the libcxx-commits mailing list