File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ fails:Marshal.load when called with freeze: true does not freeze modules
20
20
fails:Marshal.load when called with freeze: true does not freeze classes
21
21
fails:Marshal.load when called with freeze: true when called with a proc call the proc with frozen objects
22
22
fails:Marshal.load when called with freeze: true when called with a proc does not freeze the object returned by the proc
23
+ fails:Marshal.load when called with freeze: true does freeze extended objects
24
+ fails:Marshal.load when called with freeze: true does freeze extended objects with instance variables
25
+ fails:Marshal.load for a Regexp restore the regexp instance variables
Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ fails:Marshal.restore when called with freeze: true does not freeze modules
20
20
fails:Marshal.restore when called with freeze: true does not freeze classes
21
21
fails:Marshal.restore when called with freeze: true when called with a proc call the proc with frozen objects
22
22
fails:Marshal.restore when called with freeze: true when called with a proc does not freeze the object returned by the proc
23
+ fails:Marshal.restore when called with freeze: true does freeze extended objects
24
+ fails:Marshal.restore when called with freeze: true does freeze extended objects with instance variables
25
+ fails:Marshal.restore for a Regexp restore the regexp instance variables
Original file line number Diff line number Diff line change
1
+ fails:UnboundMethod#bind_call allows calling super for module methods bound to hierarchies that do not already have that module
Original file line number Diff line number Diff line change
1
+ fails:UnboundMethod#bind allows calling super for module methods bound to hierarchies that do not already have that module
You can’t perform that action at this time.
0 commit comments