summaryrefslogtreecommitdiffhomepage
path: root/test/t/float.rb
AgeCommit message (Expand)Author
2017-12-13Skip `test/t/float.rb` tests; ref #3827Yukihiro "Matz" Matsumoto
2017-03-29Should raise FloatDomainErrorksss
2015-11-06fix ambiguous first argument warningcremno
2015-09-02Float << and >> should be more compatible to FixnumYukihiro "Matz" Matsumoto
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-03-21Float#round fix bug for infinity and nan casesksss
2014-03-16float + nil should be raise TypeErrorksss
2014-03-04Fix Float#divmod.Tomoyuki Sahara
2014-02-03add Float#nan?Tomoyuki Sahara
2013-08-02I fix order of actual and expect test value in float.rb.Jun Hiroe
2013-06-14Fix float parenthese warningDaniel Bovensiepen
2013-06-14Improve Float TestsDaniel Bovensiepen
2012-11-20Use check_float when testing equality for float valuesXuejie Xiao
2012-08-01float do not have enough precision to round if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-22add test cases for floor, inifinite?, truncate, ceil, and roundAkira Kuroda
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-19Finish all Float ISO TestsDaniel Bovensiepen