Skip to content

Commit 2d48248

Browse files
authored
Merge pull request swiftlang#85675 from rjmansfield/xfail-rdar160804717-watchos
[Test] Mark Generics/rdar160804717.swift UNSUPPORTED on watchOS
2 parents 1885c9b + e729672 commit 2d48248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Generics/rdar160804717.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -emit-ir %s -target %target-swift-5.9-abi-triple
22
// REQUIRES: objc_interop
3+
// UNSUPPORTED: OS=watchos
4+
// rdar://163379698
35

46
// This used to trigger an infinite loop in conformance substitution
57
// when emitting the opaque type descriptor in IRGen.

0 commit comments

Comments
 (0)