Skip to content

Commit 7a87f54

Browse files
committed
Add tags for new failing specs
1 parent e8bb3ad commit 7a87f54

15 files changed

Lines changed: 26 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fails:The --debug flag produces debugging info on mutating chilled string
2+
fails:With neither --enable-frozen-string-literal nor --disable-frozen-string-literal flag set if file has no frozen_string_literal comment complain about modification of produced mutable strings
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
fails:File#path preserves the encoding of the path
2+
fails:File.path raises Encoding::CompatibilityError for ASCII-incompatible string argument
3+
fails:File.path raises Encoding::CompatibilityError when #to_path result is ASCII-incompatible
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:File::Stat#socket? returns true if the file is a socket
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:FileTest.socket? returns true if the file is a socket
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Kernel.Rational when passed neither a Numeric nor a String raises TypeError if it neither responds to #to_r nor #to_int method

spec/tags/ruby/core/kernel/raise_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ fails:Kernel#raise raises ArgumentError when exception is part of the cause chai
55
fails:Kernel#raise re-raises a previously rescued exception without overwriting the cause when it's explicitly specified with :cause option and has nil value
66
fails:Kernel#raise re-raises a previously rescued exception that doesn't have a cause and is a cause of other exception (that wasn't raised explicitly) without setting a cause implicitly
77
fails:Kernel#raise raises a TypeError when passed a message and an extra argument
8+
fails:Kernel#raise doesn't raise a TypeError when given cause is nil
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
critical(hangs):Kernel#sleep Kernel.sleep with Fiber scheduler calls the scheduler without arguments when no duration is given
2+
fails:Kernel#sleep Kernel.sleep with Fiber scheduler calls the scheduler with the given duration
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Proc#parameters handles the usage of `it` as a parameter
2+
fails:The `it` parameter affects block parameters
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Regexp.linear_time? returns true for positive lookarounds
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Symbol#id2name warns about mutating returned string
2+
fails:Symbol#id2name does not warn about mutation when Warning[:deprecated] is false

0 commit comments

Comments
 (0)