Skip to content

Commit 62bfbe5

Browse files
committed
Add tags for new failing specs
1 parent 4a6e321 commit 62bfbe5

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Complex#inspect calls #inspect on real and imaginary
2+
fails:Complex#inspect adds an `*' before the `i' if the last character of the imaginary part is not numeric

spec/tags/core/marshal/load_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ fails(immutable regexp):Marshal.load for a Regexp loads a extended_user_regexp h
1010
fails:Marshal.load when called with freeze: true when called with a proc call the proc with frozen objects
1111
fails:Marshal.load for a Regexp restore the regexp instance variables
1212
fails:Marshal.load for a Regexp loads a Regexp subclass instance variables when it is extended with a module
13+
fails:Marshal.load for a String sets binmode if it is loading through StringIO stream

spec/tags/core/marshal/restore_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ fails(immutable regexp):Marshal.restore for a Regexp loads a extended_user_regex
1010
fails:Marshal.restore when called with freeze: true when called with a proc call the proc with frozen objects
1111
fails:Marshal.restore for a Regexp restore the regexp instance variables
1212
fails:Marshal.restore for a Regexp loads a Regexp subclass instance variables when it is extended with a module
13+
fails:Marshal.restore for a String sets binmode if it is loading through StringIO stream

spec/tags/language/variables_tags.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Evaluation order during assignment with multiple assignment evaluates from left to right, receivers first then methods
2+
fails:Evaluation order during assignment with multiple assignment can be used to swap variables with nested method calls

0 commit comments

Comments
 (0)