-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:ARGF.lineno returns the current line number on each file | ||
fails:ARGF.lineno resets to 0 after the stream is rewound | ||
fails:ARGF.lineno aliases to $. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:ARGF.readlines reads all lines of all files | ||
fails:ARGF.readlines returns an empty Array when end of stream reached | ||
slow:ARGF.readline reads all lines of stdin |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
fails(JRUBY-5667):Dir.[] splits the string on \0 if there is only one string given | ||
fails:Dir.[] raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII | ||
fails:Dir.[] returns Strings in the encoding of the pattern | ||
fails:Dir.[] splits the string on \0 if there is only one string given |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
fails(JRUBY-5667):Dir.glob splits the string on \0 if there is only one string given | ||
fails:Dir.glob raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII | ||
fails:Dir.glob with encoding returns Strings in the encoding of the pattern | ||
fails:Dir.glob matches nothing when given an empty list of paths | ||
fails:Dir.glob splits the string on \0 if there is only one string given | ||
fails:Dir.glob returns Strings in the encoding of the pattern |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Hash#reject taints the resulting hash | ||
fails:Hash#reject with extra state does not taint the resulting hash |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
fails:IO.open raises an error if passed binary/text mode two ways | ||
fails(2.2 change):IO.open does not propagate a StandardError raised by #close | ||
fails(2.2 change):IO.open does not set last error when a StandardError raised by #close |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fails(on Linux, Travis, likely posix_spawn error-after-fork problem):Kernel#` raises an Errno::ENOENT if the command is not executable | ||
fails(on Linux, Travis, likely posix_spawn error-after-fork problem):Kernel#` raises an Errno::ENOENT if the command is not executable |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:Module#define_method when name is :initialize passed a block sets visibility to private when method name is :initialize | ||
fails:Module#define_method when name is :initialize given an UnboundMethod sets the visibility to private when method is named :initialize | ||
fails:Module#define_method method body is an UnboundMethod allows methods defined on a different object |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:Module#module_function on Class raises a TypeError if calling after rebinded to Class | ||
fails:Module#module_function as a toggle (no arguments) in a Module body does not affect definitions when inside an eval even if the definitions are outside of it | ||
fails:Module#module_function as a toggle (no arguments) in a Module body doesn't affect definitions when inside an eval even if the definitions are outside of it |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
fails:ObjectSpace.define_finalizer calls finalizer on process termination | ||
fails:ObjectSpace.define_finalizer calls finalizer at exit even if it is self-referencing | ||
fails:ObjectSpace.define_finalizer raises a RuntimeError if the object is not garbage collectable | ||
fails:ObjectSpace.define_finalizer raises ArgumentError trying to define a finalizer on a non-reference |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
unstable(sleep status does not propagate in fibers properly):Thread#kill kills the entire thread when a fiber is active | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
fails:Time#strftime with %N formats the picoseconds of of the second with %12N | ||
fails:Time#strftime with %z rounds fixed offset to the nearest second | ||
fails:Time#strftime should be able to show the timezone if available | ||
fails:Time#strftime rounds an offset to the nearest second when formatting with %z | ||
fails:Time#strftime with %N formats the picoseconds of the second with %12N |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fails:"A lambda expression 'lambda { ... }' with an implicit block can be created" | ||
fails:A lambda expression 'lambda { ... }' with an implicit block can be created |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
windows(JRUBY-4151):Execution variable $: does not include '.' when the taint check level > 1 | ||
critical(JRUBY-5656,hangs):Processing RUBYOPT raises a RuntimeError for '-p' | ||
critical(JRUBY-5656,hangs):Processing RUBYOPT raises a RuntimeError for '-n' | ||
fails(JRUBY-5668):Processing RUBYOPT prints the version number for '-v' | ||
fails:Global variable $0 raises a TypeError when not given an object that can be coerced to a String | ||
fails:Global variable $0 actually sets the program name |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
critical(hangs):Digest::MD5.file raises an Errno::EISDIR when passed a path that is a directory | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
critical(hangs):Digest::SHA512.file raises an Errno::EISDIR when passed a path that is a directory | ||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
windows(hangs):IO#block_scanf passes each match to the block as an array | ||
windows(hangs):IO#block_scanf passes each match to the block as an array |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
windows(hangs):IO#scanf with block passes each match to the block as an array | ||
windows(hangs):IO#scanf with block passes each match to the block as an array |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
fails:Syslog::Constants Syslog::Constants.LOG_MASK returns the mask value for a priority | ||
fails:Syslog::Constants Syslog::Constants.LOG_MASK works on undefined constants | ||
fails:Syslog::Constants Syslog::Constants.LOG_UPTO returns a mask for the priorities up to a given argument | ||
fails:Syslog::Constants Syslog::Constants.LOG_UPTO works on undefined constants |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
fails:Syslog.mask persists if the log is reopened | ||
fails:Syslog.mask= raises an error if the log is closed | ||
fails:Syslog.mask= only accepts numbers | ||
fails:Syslog.mask= persists if the log is reopened |
This file was deleted.
This file was deleted.