Skip to content

Commit 307f557

Browse files
committedDec 5, 2017
Tag off a couple other specs that depend on GC behavior.
1 parent a25301e commit 307f557

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fails(depends on GC behavior, fails intermittently):WeakRef#__getobj__ raises WeakRef::RefError if the object is no longer reachable
2+
fails(depends on GC behavior, fails intermittently):WeakRef#__getobj__ returns the object if it is reachable
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails(depends on GC behavior, fails intermittently):WeakRef#weakref_alive? returns true if the object is reachable

0 commit comments

Comments
 (0)
Please sign in to comment.