File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
branches/tensorflow-next/test/Interpreter Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: 995cdbcafb7d2f3a8b0379e7ad0b4bc0151f76b6
1464
+ refs/heads/tensorflow-next: e387571d962bbe93b8ce01c34c52a9c0643ea650
Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ class ResilientNSObjectSubclass : ResilientNSObjectOutsideParent {}
36
36
37
37
// This should not crash on older runtimes because we check before
38
38
// 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 {
40
43
forceMetadata ( )
41
44
}
42
45
You can’t perform that action at this time.
0 commit comments