Skip to content

Commit b80b303

Browse files
committed
---
yaml --- r: 323047 b: refs/heads/tensorflow-next c: 24521a7 h: refs/heads/master i: 323045: a149cca 323043: f30b43a 323039: 00fa17d
1 parent e906137 commit b80b303

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: 5db4e8dba945143896911d0374ae60ccc67f0948
1464+
refs/heads/tensorflow-next: 24521a7753a801a01964ca431a70e03455027ab0

branches/tensorflow-next/test/Interpreter/SDK/objc_getClass.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ testSuite.test("GenericMangled")
179179
reason: "objc_getClass hook not present"))
180180
.requireOwnProcess()
181181
.code {
182+
guard #available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *) else { return }
182183
requireClass(named: "_TtC4main24ConstrainedSwiftSubclass",
183184
demangledName: "main.ConstrainedSwiftSubclass")
184185
requireClass(named: "_TtC4main26ConstrainedSwiftSuperclass",

branches/tensorflow-next/validation-test/Reflection/inherits_ObjCClasses.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
12+
// REQUIRES: OS=macosx || OS=ios || OS=tvos
13+
// NOTE: Test is temporarily disabled for watchOS until we can figure out why
14+
// it's failing there. rdar://problem/50898688
1215

1316
import simd
1417
import ObjCClasses

0 commit comments

Comments
 (0)