Skip to content

Commit

Permalink
Add tags for new failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and john-heinnickel committed Aug 16, 2023
1 parent 0205314 commit 52b68e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/tags/core/marshal/load_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ fails:Marshal.load when called with freeze: true does not freeze modules
fails:Marshal.load when called with freeze: true does not freeze classes
fails:Marshal.load when called with freeze: true when called with a proc call the proc with frozen objects
fails:Marshal.load when called with freeze: true when called with a proc does not freeze the object returned by the proc
fails:Marshal.load when called with freeze: true does freeze extended objects
fails:Marshal.load when called with freeze: true does freeze extended objects with instance variables
fails:Marshal.load for a Regexp restore the regexp instance variables
3 changes: 3 additions & 0 deletions spec/tags/core/marshal/restore_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ fails:Marshal.restore when called with freeze: true does not freeze modules
fails:Marshal.restore when called with freeze: true does not freeze classes
fails:Marshal.restore when called with freeze: true when called with a proc call the proc with frozen objects
fails:Marshal.restore when called with freeze: true when called with a proc does not freeze the object returned by the proc
fails:Marshal.restore when called with freeze: true does freeze extended objects
fails:Marshal.restore when called with freeze: true does freeze extended objects with instance variables
fails:Marshal.restore for a Regexp restore the regexp instance variables
1 change: 1 addition & 0 deletions spec/tags/core/unboundmethod/bind_call_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:UnboundMethod#bind_call allows calling super for module methods bound to hierarchies that do not already have that module
1 change: 1 addition & 0 deletions spec/tags/core/unboundmethod/bind_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:UnboundMethod#bind allows calling super for module methods bound to hierarchies that do not already have that module

0 comments on commit 52b68e5

Please sign in to comment.