summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
AgeCommit message (Expand)Author
2023-11-24[DOC] State timezone info in the string wins `in:` keywordNobuyoshi Nakada
2023-11-07Use embedded TypedData for Time objectsPeter Zhu
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
2023-07-13Tighten Time.new(string) parsingJeremy Evans
2023-04-04Fix crash in Time on 32-bit systemsPeter Zhu
2023-01-30bignum.c: rb_int_parse_cstr handle `0` stringsJean Boussier
2023-01-02[Bug #19296] Precheck bits of time componentsNobuyoshi Nakada
2023-01-02Add missing assertionNobuyoshi Nakada
2023-01-01[Bug #19292] Re-initialize tm when wday or yday is not setNobuyoshi Nakada
2022-12-16[Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada
2022-12-16[Feature #18033] Add `precision:` optionNobuyoshi Nakada
2022-12-16[Feature #18033] More strict checksNobuyoshi Nakada
2022-12-16[Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada
2022-11-22Add Time#deconstruct_keyszverok
2022-07-18[Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-25Raise proper exception when month argument is not a nameNobuyoshi Nakada
2021-12-09Check month overflow when marshalNobuyoshi Nakada
2021-12-03Add tests of string argument to Time.atNobuyoshi Nakada
2021-11-17`Primitive.mandatory_only?` consider splat argsJean Boussier
2021-11-08[Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu
2021-10-28Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada
2021-09-11Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA
2021-09-11Use MiniTestHiroshi SHIBATA
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-02-16UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada
2021-02-16strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada
2021-01-13Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada
2021-01-12Convert time component strings to integers more strictlyNobuyoshi Nakada
2021-01-12Show seconds of utc_offset if not zeroNobuyoshi Nakada
2021-01-03Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada
2020-12-17test/ruby: suppress some warningsYusuke Endoh
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-07-28Fix Time#ceil when result should be the same as the receiverJeremy Evans
2020-04-08Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada
2020-02-20TestTime#test_memsize: skip when on GC_DEBUG卜部昌平
2020-01-28support multi-run for test/ruby/test_time.rbKoichi Sasada
2020-01-13Simplify obj2ubits checksJohn Hawthorn
2019-10-17Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans
2019-09-19Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui
2019-07-13Relaxed delta of nanosec from Float timeNobuyoshi Nakada
2019-06-19Marshal distant past/futureNobuyoshi Nakada
2019-05-23Add `Time#ceil`.manga_osyo
2019-04-20Add `Time#floor`nobu
2018-12-24time.c: zone in fixoff modenobu
2018-11-25Normalize month-mday before finding epochnaruse
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-07-08test/ruby (*no_hidden_garbage): disable GC and skip if multi-threadednormal