summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-time/test
AgeCommit message (Collapse)Author
2018-01-24`Time.new(1969,12,31,23,59,59)` may or may not faile; ref #3932Yukihiro "Matz" Matsumoto
On some platform and timezone it is a valid time spec.
2018-01-21mruby-time: remove test case less than Dec 31 23:59:58 1969ken-mu
2018-01-20mruby-time: Fix mruby specific timegm() cannot return minusken-mu
2017-03-28Fix infinity loopksss
And some cases should raise FloatDomainError
2016-11-26removed failing test for Time#initialize; ref #3295Yukihiro "Matz" Matsumoto
2016-11-25Fix null pointer dereference in mrb_time_initializeBouke van der Bijl
Reported by https://hackerone.com/raydot
2015-06-15Rounding errors could make time_alloc impreciseLukas Joeressen
2014-06-15Test all ISO defined classes direct superclass except `Object` class.take_cheeze
Move mrbgems ISO direct superclass test to `superclass.rb`. Skips test if class isn't defined. Close #2332.
2014-05-07Remove `Time` defined check in test.take_cheeze
2014-05-05Implement day of week methods.take_cheeze
2013-02-28s/mgem/mrbgem/Yuichiro MASUI