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: 5ee0a727debb
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d24f2845b63e
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Oct 29, 2016

  1. Tag blocking specs.

    eregon committed Oct 29, 2016
    Copy the full SHA
    75eec81 View commit details
  2. Add tags for new specs.

    eregon committed Oct 29, 2016
    Copy the full SHA
    d24f284 View commit details
1 change: 1 addition & 0 deletions spec/tags/ruby/core/array/initialize_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Array#initialize with (size, object=nil) raises an ArgumentError if size is too large
1 change: 1 addition & 0 deletions spec/tags/ruby/core/array/new_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Array.new with (size, object=nil) raises an ArgumentError if size is too large
108 changes: 108 additions & 0 deletions spec/tags/ruby/core/array/pack/j_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
fails:Array#pack with format 'J' raises an ArgumentError if there are fewer elements than the format requires
fails:Array#pack with format 'J' raises a TypeError when passed nil
fails:Array#pack with format 'J' raises a TypeError when passed true
fails:Array#pack with format 'J' raises a TypeError when passed false
fails:Array#pack with format 'J' raises a TypeError when the object does not respond to #to_int
fails:Array#pack with format 'J' raises a TypeError when passed a String
fails:Array#pack with format 'j' raises an ArgumentError if there are fewer elements than the format requires
fails:Array#pack with format 'j' raises a TypeError when passed nil
fails:Array#pack with format 'j' raises a TypeError when passed true
fails:Array#pack with format 'j' raises a TypeError when passed false
fails:Array#pack with format 'j' raises a TypeError when the object does not respond to #to_int
fails:Array#pack with format 'j' raises a TypeError when passed a String
fails:Array#pack with format 'J' with modifier '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '_' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '_' ignores spaces between directives
fails:Array#pack with format 'J' with modifier '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '!' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '!' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '_' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '_' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '!' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '!' ignores spaces between directives
fails:Array#pack with format 'J' with modifier '<' and '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '<' and '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '<' and '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '<' and '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '<' and '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '<' and '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '<' and '_' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '<' and '_' ignores spaces between directives
fails:Array#pack with format 'J' with modifier '<' and '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '<' and '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '<' and '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '<' and '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '<' and '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '<' and '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '<' and '!' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '<' and '!' ignores spaces between directives
fails:Array#pack with format 'J' with modifier '>' and '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '>' and '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '>' and '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '>' and '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '>' and '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '>' and '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '>' and '_' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '>' and '_' ignores spaces between directives
fails:Array#pack with format 'J' with modifier '>' and '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'J' with modifier '>' and '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'J' with modifier '>' and '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'J' with modifier '>' and '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'J' with modifier '>' and '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'J' with modifier '>' and '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'J' with modifier '>' and '!' ignores NULL bytes between directives
fails:Array#pack with format 'J' with modifier '>' and '!' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '<' and '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '<' and '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '<' and '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '<' and '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '<' and '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '<' and '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '<' and '_' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '<' and '_' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '<' and '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '<' and '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '<' and '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '<' and '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '<' and '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '<' and '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '<' and '!' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '<' and '!' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '>' and '_' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '>' and '_' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '>' and '_' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '>' and '_' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '>' and '_' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '>' and '_' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '>' and '_' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '>' and '_' ignores spaces between directives
fails:Array#pack with format 'j' with modifier '>' and '!' encodes the least significant 64 bits of a positive number
fails:Array#pack with format 'j' with modifier '>' and '!' encodes the least significant 64 bits of a negative number
fails:Array#pack with format 'j' with modifier '>' and '!' encodes a Float truncated as an Integer
fails:Array#pack with format 'j' with modifier '>' and '!' calls #to_int to convert the pack argument to an Integer
fails:Array#pack with format 'j' with modifier '>' and '!' encodes the number of array elements specified by the count modifier
fails:Array#pack with format 'j' with modifier '>' and '!' encodes all remaining elements when passed the '*' modifier
fails:Array#pack with format 'j' with modifier '>' and '!' ignores NULL bytes between directives
fails:Array#pack with format 'j' with modifier '>' and '!' ignores spaces between directives
1 change: 1 addition & 0 deletions spec/tags/ruby/core/bignum/left_shift_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Bignum#<< with n << m returns 0 when m < 0 and m is a Bignum
3 changes: 3 additions & 0 deletions spec/tags/ruby/core/exception/interrupt_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fails:Interrupt.new returns an instance of interrupt with no message given
fails:Interrupt.new takes an optional message argument
fails:rescueing Interrupt raises an Interrupt when sent a signal SIGINT
1 change: 1 addition & 0 deletions spec/tags/ruby/core/file/split_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:File.split does not split a string that contains '\'
1 change: 1 addition & 0 deletions spec/tags/ruby/core/fixnum/left_shift_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Fixnum#<< with n << m returns 0 when m < 0 and m is a Bignum
6 changes: 6 additions & 0 deletions spec/tags/ruby/core/process/getrlimit_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fails:Process.getrlimit when passed a Symbol coerces :LOCKS into RLIMIT_LOCKS
fails:Process.getrlimit when passed a Symbol coerces :NLIMITS into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a Symbol coerces :OFILE into RLIMIT_OFILE
fails:Process.getrlimit when passed a String coerces 'LOCKS' into RLIMIT_LOCKS
fails:Process.getrlimit when passed a String coerces 'NLIMITS' into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a String coerces 'OFILE' into RLIMIT_OFILE
1 change: 1 addition & 0 deletions spec/tags/ruby/core/signal/signame_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Signal.signame returns nil if the argument is an invalid signal number
1 change: 1 addition & 0 deletions spec/tags/ruby/core/string/modulo_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:String#% when format string contains %<> formats should raise ArgumentError if no hash given
fails:String#% pads with spaces for %E with Inf, -Inf, and NaN
Loading