Skip to content

Commit f296d8e

Browse files
kavonslavapestov
authored andcommitted
NCGenerics: mass XFAIL tests
It's easier to get a handle on regressions while working through failures if the tests that are known to not pass are XFAIL'd for NoncopyableGenerics.
1 parent 1d89f9b commit f296d8e

File tree

100 files changed

+223
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+223
-0
lines changed

test/Concurrency/sendable_keypaths.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency=complete
22

3+
// XFAIL: noncopyable_generics
4+
35
// REQUIRES: concurrency
46
// REQUIRES: asserts
57

test/ConstExtraction/ExtractAnnotations.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,5 @@ public struct DeprecatedAnnotations: MyProto {}
171171
// CHECK-NEXT: ]
172172
// CHECK-NEXT: }
173173
// CHECK-NEXT:]
174+
175+
// XFAIL: noncopyable_generics

test/ConstExtraction/ExtractCalls.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,6 @@ public struct Bat {
156156
// CHECK-NEXT: ]
157157
// CHECK-NEXT: }
158158
// CHECK-NEXT:]
159+
160+
// XFAIL: noncopyable_generics
161+

test/ConstExtraction/ExtractConstantsFromMembersAttribute.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ enum DirectOnEnum {
6565
// CHECK: "kind": "enum",
6666
// CHECK: "cases": [
6767
// CHECK: "name": "yes"
68+
69+
// XFAIL: noncopyable_generics
70+

test/ConstExtraction/ExtractEnums.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,6 @@ public struct Enums: MyProto {
227227
// CHECK-NEXT: ]
228228
// CHECK-NEXT: }
229229
// CHECK-NEXT:]
230+
231+
// XFAIL: noncopyable_generics
232+

test/ConstExtraction/ExtractFromExtension.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ extension MyType {
3131
// CHECK-NEXT: }
3232
// CHECK-NEXT: }
3333
// CHECK-NEXT: ]
34+
35+
// XFAIL: noncopyable_generics
36+

test/ConstExtraction/ExtractGroups.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,6 @@ extension String: Foo {}
333333
// CHECK-NEXT: ]
334334
// CHECK-NEXT: }
335335
// CHECK-NEXT:]
336+
337+
// XFAIL: noncopyable_generics
338+

test/ConstExtraction/ExtractLiterals.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,3 +548,6 @@ public struct PropertyWrappers : MyProto {
548548
// CHECK-NEXT: ]
549549
// CHECK-NEXT: }
550550
// CHECK-NEXT:]
551+
552+
// XFAIL: noncopyable_generics
553+

test/ConstExtraction/ExtractOpaqueGenericTypealias.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ struct Foo<L : Hashable> : myProto {
5555
// CHECK-NEXT: "properties": []
5656
// CHECK-NEXT: }
5757
// CHECK-NEXT: ]
58+
59+
// XFAIL: noncopyable_generics
60+

test/ConstExtraction/ExtractOpaqueTypealias.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ private func baz() -> some protoA<testModBStruct> & protoB<Float> & testModBProt
7171
// CHECK-NEXT: "properties": []
7272
// CHECK-NEXT: }
7373
// CHECK-NEXT:]
74+
75+
// XFAIL: noncopyable_generics
76+

0 commit comments

Comments
 (0)