Skip to content

Commit 9f3743d

Browse files
committed
NCGenerics: mark hanging tests as unsupported
1 parent 8aa2ef8 commit 9f3743d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Generics/rdar90402519.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift
22

3+
// rdar://122287787 (NCGenerics performance issues in regression tests)
4+
// UNSUPPORTED: noncopyable_generics
5+
36
// This needs a better diagnostic. The real problem is the 'C == G<I>'
47
// requirement in P2 conflicts with the one in P1.
58

test/decl/protocol/req/recursion.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift
22

3+
// rdar://122287787 (NCGenerics performance issues in regression tests)
4+
// UNSUPPORTED: noncopyable_generics
5+
36
protocol SomeProtocol {
47
associatedtype T
58
}

0 commit comments

Comments
 (0)