Skip to content

Commit 4b7b24c

Browse files
committed
Disable test/Generics/concrete_conformances_in_protocol.swift
This was only passing before because -requirement-machine-protocol-signatures=verify only checked conformance requirements, and it would return the GSB's result if there was a mismatch. It actually never did the right thing with the Requirement Machine. Disable it until rdar://problem/88135912 is fixed.
1 parent b5d21f2 commit 4b7b24c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Generics/concrete_conformances_in_protocol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -typecheck %s -debug-generic-signatures -requirement-machine-protocol-signatures=verify 2>&1 | %FileCheck %s
22

3+
// rdar://problem/88135912
4+
// XFAIL: *
5+
36
protocol P {
47
associatedtype T
58
}

0 commit comments

Comments
 (0)