Skip to content

Commit 66c5749

Browse files
authored
Merge pull request swiftlang#85676 from rjmansfield/xfail-rdar160804717-watchos-6.3
[6.3][Test] Mark Generics/rdar160804717.swift UNSUPPORTED on watchOS
2 parents 00d38a0 + c6f0fb8 commit 66c5749

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)