Skip to content

Commit

Permalink
Tag failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Mar 15, 2012
1 parent f7ebdd7 commit b3fb7ea
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
9 changes: 4 additions & 5 deletions spec/tags/18/ruby/core/marshal/load_tags.txt
@@ -1,5 +1,4 @@
fails:Marshal::load for a Struct calls initialize on the unmarshaled struct
fails:Marshal::load for a wrapped C pointer raises ArgumentError when the local class is a regular object
fails:Marshal::load unmarshalling an object that was a user-defined subclass of a type other than Object raises ArgumentError if the current class is not the same structure
fails:Marshal::load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal::load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.load for a Struct calls initialize on the unmarshaled struct
fails:Marshal.load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.load for a wrapped C pointer raises ArgumentError when the local class is a regular object
4 changes: 4 additions & 0 deletions spec/tags/18/ruby/core/marshal/restore_tags.txt
@@ -0,0 +1,4 @@
fails:Marshal.restore for a Struct calls initialize on the unmarshaled struct
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.restore for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object
21 changes: 10 additions & 11 deletions spec/tags/19/ruby/core/marshal/load_tags.txt
@@ -1,11 +1,10 @@
fails:Marshal::load returns the value of the proc when called with a proc
fails:Marshal::load calls the proc for recursively visited data
fails:Marshal::load loads a array containing objects having _dump method, and with proc
fails:Marshal::load loads an array containing objects having marshal_dump method, and with proc
fails:Marshal::load loads an Array with proc
fails:Marshal::load returns an untrusted object if source is untrusted
fails:Marshal::load loads a Random
fails:Marshal::load for a wrapped C pointer raises ArgumentError when the local class is a regular object
fails:Marshal::load unmarshalling an object that was a user-defined subclass of a type other than Object raises ArgumentError if the current class is not the same structure
fails:Marshal::load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal::load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.load returns the value of the proc when called with a proc
fails:Marshal.load calls the proc for recursively visited data
fails:Marshal.load loads a array containing objects having _dump method, and with proc
fails:Marshal.load loads an array containing objects having marshal_dump method, and with proc
fails:Marshal.load loads an Array with proc
fails:Marshal.load returns an untrusted object if source is untrusted
fails:Marshal.load loads a Random
fails:Marshal.load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.load for a wrapped C pointer raises ArgumentError when the local class is a regular object
10 changes: 10 additions & 0 deletions spec/tags/19/ruby/core/marshal/restore_tags.txt
@@ -0,0 +1,10 @@
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 loads a 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 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
fails:Marshal.restore for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object

0 comments on commit b3fb7ea

Please sign in to comment.