forked from OSchip/llvm-project
![]() After two failed attempts last week to make this work I am going back to a known good method of making this test pass on macOS...adding the current apple-clang version to the UNSUPPORTED list. During a previous patch review (https://reviews.llvm.org/D44103) it was suggested to just XFAIL libcpp-no-deduction-guides as was done to iter_alloc_deduction.pass.cpp. However this caused a an unexpected pass on: http://lab.llvm.org:8011/builders/libcxx-libcxxabi-x86_64-linux-ubuntu-gcc-tot-latest-std/builds/214 I then attempted to just mark libcpp-no-deduction-guides as UNSUPPORTED, however this caused an additional bot failure. So I reverted everything (https://reviews.llvm.org/rCXX327191). To solve this and get work unblocked I am adding apple-clang-9 to the original UNSUPPORTED list. llvm-svn: 327304 |
||
---|---|---|
.. | ||
T_size_size.pass.cpp | ||
alloc.pass.cpp | ||
brace_assignment.pass.cpp | ||
char_assignment.pass.cpp | ||
copy.pass.cpp | ||
copy_alloc.pass.cpp | ||
copy_assignment.pass.cpp | ||
default_noexcept.pass.cpp | ||
dtor_noexcept.pass.cpp | ||
implicit_deduction_guides.pass.cpp | ||
initializer_list.pass.cpp | ||
initializer_list_assignment.pass.cpp | ||
iter_alloc.pass.cpp | ||
iter_alloc_deduction.fail.cpp | ||
iter_alloc_deduction.pass.cpp | ||
move.pass.cpp | ||
move_alloc.pass.cpp | ||
move_assign_noexcept.pass.cpp | ||
move_assignment.pass.cpp | ||
move_noexcept.pass.cpp | ||
pointer_alloc.pass.cpp | ||
pointer_assignment.pass.cpp | ||
pointer_size_alloc.pass.cpp | ||
size_char_alloc.pass.cpp | ||
string_view.fail.cpp | ||
string_view.pass.cpp | ||
string_view_assignment.pass.cpp | ||
substr.pass.cpp |