forked from OSchip/llvm-project
[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:
parent
9dfbccf052
commit
07c96a3113
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue