summaryrefslogtreecommitdiff
path: root/test/ruby/test_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in Time on 32-bit systemsPeter Zhu2023-04-041-5/+2
* bignum.c: rb_int_parse_cstr handle `0` stringsJean Boussier2023-01-301-0/+4
* [Bug #19296] Precheck bits of time componentsNobuyoshi Nakada2023-01-021-0/+15
* Add missing assertionNobuyoshi Nakada2023-01-021-0/+3
* [Bug #19292] Re-initialize tm when wday or yday is not setNobuyoshi Nakada2023-01-011-1/+2
* [Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada2022-12-161-3/+7
* [Feature #18033] Add `precision:` optionNobuyoshi Nakada2022-12-161-0/+3
* [Feature #18033] More strict checksNobuyoshi Nakada2022-12-161-0/+36
* [Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada2022-12-161-0/+21
* Add Time#deconstruct_keyszverok2022-11-221-0/+14
* [Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada2022-07-181-0/+2
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-021-9/+11
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-5/+5
* Raise proper exception when month argument is not a nameNobuyoshi Nakada2021-12-251-1/+4
* Check month overflow when marshalNobuyoshi Nakada2021-12-091-0/+5
* Add tests of string argument to Time.atNobuyoshi Nakada2021-12-031-0/+2
* `Primitive.mandatory_only?` consider splat argsJean Boussier2021-11-171-0/+4
* [Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu2021-11-081-16/+0
* Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada2021-10-281-0/+1
* Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA2021-09-111-2/+2
* Use MiniTestHiroshi SHIBATA2021-09-111-2/+2
* Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada2021-06-151-0/+10
* UTC zone should be still "+00:00" [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+6
* strftime.c: support unknown offset UTC in RFC 3339 [Feature #17544]Nobuyoshi Nakada2021-02-161-0/+5
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-131-0/+6
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-121-0/+1
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-121-0/+4
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* test/ruby: suppress some warningsYusuke Endoh2020-12-171-1/+5
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-1/+0
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-2/+1
* Fix Time#ceil when result should be the same as the receiverJeremy Evans2020-07-281-0/+5
* Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada2020-04-081-0/+7
* TestTime#test_memsize: skip when on GC_DEBUG卜部昌平2020-02-201-0/+1
* support multi-run for test/ruby/test_time.rbKoichi Sasada2020-01-281-0/+7
* Simplify obj2ubits checksJohn Hawthorn2020-01-131-0/+4
* Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans2019-10-171-0/+1
* Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui2019-09-191-0/+24
* Relaxed delta of nanosec from Float timeNobuyoshi Nakada2019-07-131-1/+1
* Marshal distant past/futureNobuyoshi Nakada2019-06-191-0/+10
* Add `Time#ceil`.manga_osyo2019-05-231-0/+26
* Add `Time#floor`nobu2019-04-201-0/+26
* time.c: zone in fixoff modenobu2018-12-241-0/+4
* Normalize month-mday before finding epochnaruse2018-11-251-0/+23
* support theap for T_HASH. [Feature #14989]ko12018-10-301-0/+1
* test/ruby (*no_hidden_garbage): disable GC and skip if multi-threadednormal2018-07-081-0/+3
* skip a test if another Thread is running.ko12018-02-281-0/+2
* Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse2017-09-251-0/+11
* time.c: preserve marshalled timezonenobu2017-07-041-1/+3
* define PACKED_STRUCT_UNALIGNED correctlynormal2017-04-221-0/+17