forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
6 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
critical(fails on Travis):The -I command line option adds the path at the front of $LOAD_PATH | ||
fails:The -I command line option adds the path expanded from CWD to $LOAD_PATH | ||
fails:The -I command line option expands a path from CWD even if it does not exist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
hangs:ARGF.each_codepoint returns self when passed a block | ||
fails:ARGF.each_codepoint yields each codepoint of all streams |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Array#initialize with (size, object=nil) raises an ArgumentError if size is too large | ||
fails:Array#initialize with no arguments does not use the given block |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:NoMethodError#dup copies the name, arguments and receiver | ||
fails:NoMethodError#message uses #name to display the receiver if it is a class or a module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Kernel.lambda does not create lambda-style Procs when captured with #method | ||
fails:Kernel.lambda when called without a literal block warns when proc isn't a lambda |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
fails(on GHA):Module#define_method when the default definee is not the same as the module sets the visibility of the method to public | ||
fails:Method#define_method when passed a Proc object and a method is defined inside defines the nested method in the default definee where the Proc was created | ||
fails:Module#define_method when the default definee is not the same as the module sets the visibility of the method to public | ||
fails:Method#define_method when passed a block behaves exactly like a lambda for break | ||
fails:Method#define_method when passed a block behaves exactly like a lambda for next | ||
fails:Module#define_method raises TypeError when #to_str called on non-String name returns non-String value | ||
fails:Module#define_method raises a TypeError when the given method is no Method/Proc | ||
fails:Module#define_method when passed a Proc object and a method is defined inside defines the nested method in the default definee where the Proc was created | ||
fails:Module#define_method when passed a block behaves exactly like a lambda for break | ||
fails:Module#define_method when passed a block behaves exactly like a lambda for next | ||
fails:Module#define_method when passed a block behaves exactly like a lambda for next |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
fails:Module#private without arguments does not affect method definitions when itself is inside an eval and method definitions are outside | ||
fails:Module#private without arguments within a closure sets the visibility outside the closure | ||
fails:Module#private continues to allow a prepended module method to call super |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
fails:Module#refine for methods accessed indirectly is honored by Kernel#send | ||
fails:Module#refine for methods accessed indirectly is honored by BasicObject#__send__ | ||
fails:Module#refine for methods accessed indirectly is not honored by & | ||
fails(not implemented, jruby/jruby#6161):Module#refine for methods accessed indirectly is honored by & | ||
fails(not implemented, jruby/jruby#6161):Module#refine for methods accessed indirectly is honored by Kernel#public_send | ||
fails(not implemented, jruby/jruby#6161):Module#refine for methods accessed indirectly is honored by Kernel#respond_to? | ||
fails:Module#refine when super is called in a refinement looks in the lexical scope refinements before other active refinements | ||
fails:Module#refine for methods accessed indirectly is honored by Kernel#method | ||
fails:Module#refine for methods accessed indirectly is honored by Kernel#public_method | ||
fails:Module#refine for methods accessed indirectly is honored by Kernel#instance_method | ||
fails:Module#refine applies refinements to calls in the refine block | ||
fails:Module#refine raises TypeError if not passed a class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
fails:Module#ruby2_keywords does NOT copy the Hash when calling a method taking (*args) | ||
fails:Module#ruby2_keywords makes a copy and unmark the Hash when calling a method taking (arg) | ||
fails(JIT mode only):Module#ruby2_keywords makes a copy and unmark the Hash when calling a method taking (arg) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fails:Symbol#end_with? checks that we are starting to match at the head of a character | ||
fails(on GHA):Symbol#end_with? checks that we are starting to match at the head of a character |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
fails:Thread#backtrace returns an array (which may be empty) immediately after the thread is created | ||
fails:Thread#backtrace returns the current backtrace of a thread | ||
fails:Thread#backtrace can be called with a range whose end is negative | ||
fails:Thread#backtrace returns nil if omitting more locations than available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Thread#report_on_exception= when set to true prints a backtrace on $stderr in the regular backtrace order | ||
fails:Thread#report_on_exception= when set to true prints the backtrace even if the thread was killed just after Thread#raise |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
unstable:Thread#terminate killing dying running does nothing | ||
fails(we disagree that ensures should not be run):Thread#terminate kills other fibers of that thread without running their ensure clauses | ||
unstable(and we disagree with ruby-core about whether ensures should run):Thread#terminate kills other fibers of that thread without running their ensure clauses |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:A method assigns local variables from method parameters for definition 'def m(*a) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a, **nil); a end;' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fails:Literal Ranges creates a simple range as an object literal | ||
fails(JIT mode only):Literal Ranges creates a simple range as an object literal |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Fiber.current returns the current Fiber when called from a Fiber that transferred to another | ||
fails:Fiber.current is available without an extra require |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
windows:Logger#new creates a new logger object | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Object#to_yaml returns the YAML representation of a RegExp object | ||
fails:Object#to_yaml returns the YAML representation of a Error object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
fails:Zlib::Inflate#inflate without break inflates chunked data | ||
fails:Zlib::Inflate#inflate has a binary encoding |