[libcxx-commits] [PATCH] D155760: [libcxx] Fix "copy_move.pass" test
Haowei Wu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 19 16:26:48 PDT 2023
haowei marked an inline comment as done.
haowei added a comment.
I corrected the issue. @ldionne Could you take a look. Thanks.
================
Comment at: libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp:11
// allocations.
-// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
+// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ && libcxx-abi-version-1
----------------
ldionne wrote:
> `libcxx-abi-version-1` is not a Lit feature that we ever populate. We do have `libcpp-abi-version=<VERSION>`, so this should probably be `libcpp-abi-version=1`.
I corrected this tag.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155760/new/
https://reviews.llvm.org/D155760
More information about the libcxx-commits
mailing list