aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/integer/right_shift_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Only RangeError on CRuby for shift width >= 2**67Benoit Daloze2023-01-071-14/+7
| | | | * It seems a better exception class too than NoMemoryError.
* Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze2023-01-071-14/+23
| | | | | * The limit depends on the implementation and platform, it seems unavoidable. * See https://bugs.ruby-lang.org/issues/18518#note-9
* Update to ruby/spec@5e48206Benoit Daloze2023-01-051-1/+1
|
* Skip insanely memory consuming testsNobuyoshi Nakada2022-12-261-1/+1
| | | | | These tests do not only consume hundreds GiB bytes memory, result in `rb_bug` when `RUBY_DEBUG` is enabled.
* Skip some examples for Ruby 3.3Hiroshi SHIBATA2022-12-261-1/+1
|
* Update to ruby/spec@902ab83Benoit Daloze2022-01-281-9/+48
|
* s/an Bignum/a Bignum/ [ci skip]Nobuyoshi Nakada2021-12-281-2/+2
|
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-271-5/+5
|
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-211-9/+9
|
* Update to ruby/spec@4e486faBenoit Daloze2020-05-311-1/+4
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-271-6/+6
|
* Update to ruby/spec@c1b568beregon2018-03-041-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@83063a3eregon2018-01-291-0/+191
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e