Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
◆ jruby -S spec specs/number_spec.rb 
......................................FF....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

1)
RangeError in 'Function with primitive integer arguments :ulong call(:ulong (9223372036854775808))'
bignum too big to convert into `long'
specs/number_spec.rb:76:

2)
RangeError in 'Function with primitive integer arguments :ulong call(:ulong (18446744073709551615))'
bignum too big to convert into `long'
specs/number_spec.rb:76:

Finished in 1.414682 seconds

1052 examples, 2 failures