[libcxx-commits] [PATCH] D124994: [libcxx] [test] Narrow down an XFAIL for clang-cl configurations

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 5 13:22:07 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG07c96a3113b2: [libcxx] [test] Narrow down an XFAIL for clang-cl configurations (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124994

Files:
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp


Index: libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
===================================================================
--- libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
+++ libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
@@ -8,7 +8,7 @@
 
 // FIXME: In MSVC mode, even "std::function<int(int)> f(aref);" causes
 // allocations.
-// XFAIL: msvc && stdlib=libc++
+// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
 
 // <functional>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124994.427427.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220505/829f1062/attachment-0001.bin>


More information about the libcxx-commits mailing list