[libcxx-commits] [libcxx] b9a599c - [libc++] Revert "[libcxx] Fix copy_move.pass test"

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 19 16:11:22 PDT 2023


Author: Louis Dionne
Date: 2023-07-19T19:10:27-04:00
New Revision: b9a599cfe203a3be90a57819c6dd77ef853fdbfa

URL: https://github.com/llvm/llvm-project/commit/b9a599cfe203a3be90a57819c6dd77ef853fdbfa
DIFF: https://github.com/llvm/llvm-project/commit/b9a599cfe203a3be90a57819c6dd77ef853fdbfa.diff

LOG: [libc++] Revert "[libcxx] Fix copy_move.pass test"

This reverts commit be9f55f4fff47badcdca17be5bcc0a4a15894739.

The commit was both not approved by the libc++ review group, and also
the only change it contained was incorrect.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
index a55069cfe1650b..6ad6e2a9e813df 100644
--- a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
+++ b/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++ && libcxx-abi-version-1
+// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
 
 // UNSUPPORTED: c++03
 


        


More information about the libcxx-commits mailing list