summaryrefslogtreecommitdiffhomepage
path: root/test/t/integer.rb
AgeCommit message (Expand)Author
2021-04-24Skip tests that use `Float` inside; ref #5421Yukihiro "Matz" Matsumoto
2021-01-17Add tests for `Integer#quo` and `Float#quo`; #5268Yukihiro "Matz" Matsumoto
2020-12-15refactor: remove trailing whitespace from C, Header, Ruby and YAML filesJohn Bampton
2020-11-14Integer operation should result in Integer.Yukihiro "Matz" Matsumoto
2020-10-12Reorganize `Integer` system.Yukihiro "Matz" Matsumoto
2020-10-12Integrate `Fixnum` class into `Integer` classdearblue
2019-09-23Fix `Fixnum` overflow test in `Integer#<<` testKOBAYASHI Shuji
2019-09-17Fix `Fixnum#(to_s|inspect)` argument specsKOBAYASHI Shuji
2019-01-15Fix coercing for first step counter in `Numeric#step`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2017-10-11Test for MRB_WITHOUT_FLOATYAMAMOTO Masaya
2015-12-17Fix "ambiguous first argument" warningZachary Scott
2015-11-18Bugfix nagative-number lshift() bit overflowmurase_syuka
2015-11-18Bugfix lshift() bit overflow; close #3023murase_syuka
2015-09-02Integer << and >> to use Float instead of raising RangeErrorYukihiro "Matz" Matsumoto
2015-04-17Fix to avoid warningMiura Hideki
2015-04-17Add test of negative arguments for Integer#%Miura Hideki
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-05-14Add ISO No. to Integer#divmod test.yui-knk
2014-05-13Merge pull request #2190 from cremno/mrbtest-mrb_int-constantsYukihiro "Matz" Matsumoto
2014-05-13Fix ISO No.yui-knk
2014-05-05test fixnum overflow for add, sub and mulcremno
2014-03-17Merge pull request #1871 from ksss/numeric-plusYukihiro "Matz" Matsumoto
2014-03-16fix bug when `0 * other object`ksss
2014-03-16fix bug when `0 + other object`ksss
2014-03-04add tests for Integer#divmod.Tomoyuki Sahara
2013-08-02I fix order of actual and expect test value in integer.rb.Jun Hiroe
2013-07-06Add a few more shift testsCarson McDonald
2013-06-15Improve Integer TestsDaniel Bovensiepen
2012-09-15Add test case for Integer#stepDaniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-19Complete Integer Tests for ISODaniel Bovensiepen
2012-05-16Add Tests for IntegerDaniel Bovensiepen