Skip to content

Commit e62bd35

Browse files
committed
Test: disable move-only-cxx-value-type.swift
The test was relying on UnsafeMutablePointer (UMP) not having a Copyable requirement. Those Copyable requirements are more prominent when using the new infrastructure for noncopyable types. Since UMP is planned to have `~Copyable` on its generic parameter quite soon, this shouldn't remain broken for too long. (cherry picked from commit 2951162)
1 parent 7bdc1fb commit e62bd35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/class/move-only/move-only-cxx-value-type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//
55
// REQUIRES: executable_test
66

7+
// Needs an UnsafeMutablePointer where Pointee: ~Copyable (rdar://124544696)
8+
// XFAIL: *
9+
710
import MoveOnlyCxxValueType
811
import StdlibUnittest
912

0 commit comments

Comments
 (0)