Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/tags/ruby/core/marshal/restore_tags.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fails:Marshal.restore returns the value of the proc when called with a proc
fails:Marshal.restore calls the proc for recursively visited data
fails:Marshal.restore when called with a proc returns the value of the proc
fails:Marshal.restore when called with a proc calls the proc for recursively visited data
fails:Marshal.restore loads an array containing objects having _dump method, and with proc
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc
fails:Marshal.restore loads an Array with proc
fails:Marshal.restore when called with a proc loads an Array with proc
fails:Marshal.restore returns an untrusted object if source is untrusted
fails:Marshal.restore loads a Random
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class

0 comments on commit ac5f92a

Please sign in to comment.