Skip to content

Commit 90c3fa3

Browse files
committed
Disable SILOptimizer/moveonly_computed_property.swift
This test is blocking CI and the pass is not actively maintained. rdar://118135397 (Swift CI: test: SILOptimizer/moveonly_computed_property.swift (SIL verification failed: 'MoveOnly' types can only be copied in Raw SIL?!))
1 parent 26a04fe commit 90c3fa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/moveonly_computed_property.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: asserts
55

6+
// SIL verification failed: 'MoveOnly' types can only be copied in Raw SIL?!
7+
// REQUIRES: rdar118135397
8+
69
// Applying a computed property to a move-only field in a class should occur
710
// entirely within a formal access to the class property. rdar://105794506
811

0 commit comments

Comments
 (0)