[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:53:04 PDT 2023
    
    
  
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
haowei marked an inline comment as done.
Closed by commit rG310255abef23: [libcxx] Fix copy_move.pass test (authored by haowei).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155760/new/
https://reviews.llvm.org/D155760
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: target=x86_64-pc-windows-msvc && stdlib=libc++
+// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ && libcpp-abi-version=1
 
 // UNSUPPORTED: c++03
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155760.542247.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230719/06526b84/attachment.bin>
    
    
More information about the libcxx-commits
mailing list