[libcxx-commits] [libcxx] 07c96a3 - [libcxx] [test] Narrow down an XFAIL for clang-cl configurations

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 5 13:21:51 PDT 2022


Author: Martin Storsjö
Date: 2022-05-05T23:21:19+03:00
New Revision: 07c96a3113b23df1a7b176f3c68ac6db27bc332a

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

LOG: [libcxx] [test] Narrow down an XFAIL for clang-cl configurations

This test only fails on x86_64 clang-cl, not for i386.

(The root cause is still not explored, thus the FIXME is still
relevant.)

Differential Revision: https://reviews.llvm.org/D124994

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 0c478d02cbf7e..9a7dfc81b6441 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: msvc && stdlib=libc++
+// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
 
 // <functional>
 


        


More information about the libcxx-commits mailing list