Skip to content

Commit 827caa9

Browse files
committed
XFAIL typechecker test which leads to a cycle in the requirement machine
This PR introduces a `mapTypeIntoContext` in `InterfaceTypeRequest::evaluate` which introduces a cycle in this test.
1 parent 6061d46 commit 827caa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: validation-test/compiler_crashers_fixed/28435-swift-genericenvironment-maptypeintocontext.swift

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not %target-swift-frontend %s -typecheck
9+
// REQUIRES: rdar136703549
10+
911
enum ST:d
1012
protocol a{typealias d:A.B{
1113
{

0 commit comments

Comments
 (0)