Skip to content

Commit b0ac759

Browse files
committed
---
yaml --- r: 323070 b: refs/heads/tensorflow-next c: e387571 h: refs/heads/master
1 parent 7c1d0c4 commit b0ac759

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 995cdbcafb7d2f3a8b0379e7ad0b4bc0151f76b6
1464+
refs/heads/tensorflow-next: e387571d962bbe93b8ce01c34c52a9c0643ea650

branches/tensorflow-next/test/Interpreter/objc_class_resilience_stubs.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ class ResilientNSObjectSubclass : ResilientNSObjectOutsideParent {}
3636

3737
// This should not crash on older runtimes because we check before
3838
// attempting to register the class stub.
39-
ResilientClassTestSuite.test("RealizeResilientClass") {
39+
ResilientClassTestSuite.test("RealizeResilientClass")
40+
.xfail(.osxMinor(10, 10, reason:
41+
"Fails on 10.9 and 10.10 -- rdar://51036773"))
42+
.code {
4043
forceMetadata()
4144
}
4245

0 commit comments

Comments
 (0)