Skip to content

Commit 07c96a3

Browse files
committed
[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
1 parent 9dfbccf commit 07c96a3

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// FIXME: In MSVC mode, even "std::function<int(int)> f(aref);" causes
1010
// allocations.
11-
// XFAIL: msvc && stdlib=libc++
11+
// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++
1212

1313
// <functional>
1414

0 commit comments

Comments
 (0)