================ @@ -7,6 +7,7 @@ // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23 // UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME +// XFAIL: clang-16 || clang-17 ---------------- mordante wrote:
We know it fails so there is no real need to test that. Quite often we do XFAIL when we want to update tests when they suddenly start to work. ```suggestion // The tested functionality needs deducing this. // UNSUPPORTED: clang-16 || clang-17 ``` https://github.com/llvm/llvm-project/pull/76449 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits