Skip to content

Commit fc41605

Browse files
committed
Add tags for new failing specs
1 parent ca87d9d commit fc41605

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

spec/tags/core/marshal/load_tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ fails:Marshal.load when called with freeze: true does not freeze modules
2020
fails:Marshal.load when called with freeze: true does not freeze classes
2121
fails:Marshal.load when called with freeze: true when called with a proc call the proc with frozen objects
2222
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

spec/tags/core/marshal/restore_tags.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ fails:Marshal.restore when called with freeze: true does not freeze modules
2020
fails:Marshal.restore when called with freeze: true does not freeze classes
2121
fails:Marshal.restore when called with freeze: true when called with a proc call the proc with frozen objects
2222
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:UnboundMethod#bind_call allows calling super for module methods bound to hierarchies that do not already have that module
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:UnboundMethod#bind allows calling super for module methods bound to hierarchies that do not already have that module

0 commit comments

Comments
 (0)