Skip to content

Commit ac5f92a

Browse files
committed
Updated CI tags for failing Marshal.restore specs
1 parent b6b0a45 commit ac5f92a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/tags/ruby/core/marshal/restore_tags.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
fails:Marshal.restore returns the value of the proc when called with a proc
2-
fails:Marshal.restore calls the proc for recursively visited data
1+
fails:Marshal.restore when called with a proc returns the value of the proc
2+
fails:Marshal.restore when called with a proc calls the proc for recursively visited data
33
fails:Marshal.restore loads an array containing objects having _dump method, and with proc
44
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc
5-
fails:Marshal.restore loads an Array with proc
5+
fails:Marshal.restore when called with a proc loads an Array with proc
66
fails:Marshal.restore returns an untrusted object if source is untrusted
77
fails:Marshal.restore loads a Random
88
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 commit comments

Comments
 (0)