Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 992dbc05d65e
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd96ac1fbb7b
Choose a head ref
  • 2 commits
  • 18 files changed
  • 1 contributor

Commits on Jan 29, 2018

  1. Tag failing specs

    eregon committed Jan 29, 2018
    Copy the full SHA
    69d11ab View commit details
  2. Copy the full SHA
    fd96ac1 View commit details
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/bignum/bit_length_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/bignum/left_shift_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/bignum/lte_tags.txt

This file was deleted.

2 changes: 2 additions & 0 deletions spec/tags/ruby/core/enumerator/lazy/chunk_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fails:Enumerator::Lazy#chunk sets #size to nil
fails:Enumerator::Lazy#chunk on a nested Lazy sets #size to nil
1 change: 1 addition & 0 deletions spec/tags/ruby/core/file/path_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:File#path preserves the encoding of the path
1 change: 0 additions & 1 deletion spec/tags/ruby/core/fixnum/bit_and_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/fixnum/bit_length_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/fixnum/fdiv_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/fixnum/left_shift_tags.txt

This file was deleted.

2 changes: 2 additions & 0 deletions spec/tags/ruby/core/integer/left_shift_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fails:Integer#<< (with n << m) fixnum returns 0 when m < 0 and m is a Bignum
fails:Integer#<< (with n << m) bignum returns 0 when m < 0 and m is a Bignum
1 change: 1 addition & 0 deletions spec/tags/ruby/core/integer/lte_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Integer#<= bignum returns false if compares with near float
1 change: 1 addition & 0 deletions spec/tags/ruby/core/module/define_method_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
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: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
1 change: 1 addition & 0 deletions spec/tags/ruby/core/signal/signame_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Signal.signame returns nil if the argument is an invalid signal number
fails:Signal.signame the original should take precendence over alias when looked up by number
1 change: 1 addition & 0 deletions spec/tags/ruby/core/signal/trap_tags.txt
Original file line number Diff line number Diff line change
@@ -11,3 +11,4 @@ fails:Signal.trap accepts 'SIG_DFL' in place of a proc
fails:Signal.trap accepts 'DEFAULT' in place of a proc
windows:Signal.trap accepts a block in place of a proc/command argument
fails:Signal.trap is possible to create a new Thread when the handler runs
fails:Signal.trap returns SYSTEM_DEFAULT if passed DEFAULT and no handler was ever set
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/backtrace_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Thread#backtrace returns an array (which may be empty) immediately after the thread is created
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/current_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Thread.current returns the correct thread in a Fiber
1 change: 1 addition & 0 deletions spec/tags/ruby/language/def_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:A nested method definition creates a method in the surrounding context when evaluated in a def expr.method
fails:A method definition always resets the visibility to public for nested definitions at the toplevel
1 change: 1 addition & 0 deletions spec/tags/ruby/library/etc/getlogin_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails(Travis):Etc.getlogin returns the name associated with the current login activity