mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 10:18:58 +08:00
[libcxx] Fix copy_move.pass test
When LLVM is built under MSVC and libcxx ABI is set to 2, the
'copy_move.pass' test will unexpectedly pass. This patch mitigate
this issue by setting this test will only expecting FAIL when libcxx
ABI version is set to 1.
This is a re-land of be9f55f4ff
Differential Revision: https://reviews.llvm.org/D155760
Fixes: https://github.com/llvm/llvm-project/issues/63442
This commit is contained in:
@@ -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++
|
||||
// XFAIL: target=x86_64-pc-windows-msvc && stdlib=libc++ && libcpp-abi-version=1
|
||||
|
||||
// UNSUPPORTED: c++03
|
||||
|
||||
|
||||
Reference in New Issue
Block a user