[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
This commit is contained in:
Martin Storsjö 2022-05-05 07:04:54 +00:00
parent 9dfbccf052
commit 07c96a3113
1 changed files with 1 additions and 1 deletions

View File

@ -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>