summaryrefslogtreecommitdiffhomepage
path: root/test/t/integer.rb
AgeCommit message (Expand)Author
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