summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* [Bug #18937] Coerce non-Numeric into Complex at comparisonsNobuyoshi Nakada2022-08-221-1/+1
* Add invalid hexadecimal float testsNobuyoshi Nakada2022-08-211-0/+3
* Drop mswin support of MJIT (#6265)Takashi Kokubun2022-08-201-2/+1
* Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze2022-08-201-0/+18
* Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans2022-08-201-5/+54
* Rename mjit_exec to jit_exec (#6262)Takashi Kokubun2022-08-191-1/+1
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-192-0/+44
* [Bug #18958] format string must be ASCII compatibleNobuyoshi Nakada2022-08-201-0/+10
* [Bug #18956] Negative codepoints are invalid charactersNobuyoshi Nakada2022-08-201-0/+1
* [Bug #18955] format single character for `%c`Nobuyoshi Nakada2022-08-202-2/+3
* [Bug #18955] Check length of argument for `%c` in proper encodingNobuyoshi Nakada2022-08-201-0/+2
* Harden SizedQueue#push timeout testNobuyoshi Nakada2022-08-191-3/+3
* rb_str_resize: Only clear coderange on truncationJean Boussier2022-08-181-0/+10
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-181-0/+18
* Fix flaky test for GC thrashingPeter Zhu2022-08-171-0/+4
* Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn2022-08-151-1/+21
* Add test for GC thrashing of young object creationPeter Zhu2022-08-151-0/+22
* Remove Numeric#ceildivKouhei Yanagita2022-08-122-15/+0
* Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita2022-08-123-0/+32
* Fix inspect for unicode codepoint 0x85Jeremy Evans2022-08-111-0/+5
* Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans2022-08-111-0/+90
* Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans2022-08-101-51/+2
* Fix inconsistency with opt_aref_withJohn Hawthorn2022-08-041-0/+14
* Harden Queue#pop timeout testsJean Boussier2022-08-031-6/+6
* Implement Queue#pop(timeout: sec)Jean Boussier2022-08-022-11/+45
* [Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`Nobuyoshi Nakada2022-08-021-42/+6
* Implement Enumerator::Product and Enumerator.product [Feature #18685]Akinori MUSHA2022-07-301-0/+38
* YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper2022-07-281-0/+16
* Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA2022-07-282-0/+8
* Wait the test thread to sleepNobuyoshi Nakada2022-07-251-8/+2
* Synchronize the test thread sleepNobuyoshi Nakada2022-07-251-1/+8
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans2022-07-211-15/+1
* Do not have class/module keywords look up ancestors of ObjectJeremy Evans2022-07-212-2/+15
* Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans2022-07-211-1/+15
* Make String#each_line work correctly with paragraph separator and chompJeremy Evans2022-07-211-6/+11
* Ensure _id2ref finds symbols with the correct typeDaniel Colson2022-07-201-0/+5
* Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs2022-07-201-0/+4
* [Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada2022-07-201-0/+13
* [Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada2022-07-181-0/+2
* YJIT: Add send unit tests (#6143)Noah Gibbs2022-07-151-1/+167
* Implement Objects on VWAPeter Zhu2022-07-152-2/+27
* MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun2022-07-141-1/+1
* [Feature #18901] Don't run size pool move tests without VWAMatt Valentine-House2022-07-121-0/+2
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-121-0/+40
* Replace use of double_heap in tests with expand_heapMatt Valentine-House2022-07-111-5/+5
* Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun2022-07-101-4/+5
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-101-9/+5
* [Bug #18890] Suppress warnings and fix the messageNobuyoshi Nakada2022-07-082-6/+15
* Thread#value: handle threads killed by a forkJean Boussier2022-07-071-0/+14