summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-09-09Fix unexpected "duplicated key name" error in paren-less one line pattern mat...Kazuki Tsujimoto
2022-09-06Skip test_redefinition_mismatch on trunk-mjit for nowTakashi Kokubun
2022-09-02Consider Complex from Complex casesNobuyoshi Nakada
2022-09-02[Bug #18937] Coerce non-real non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-31[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit charNobuyoshi Nakada
2022-08-25Convert catch_except_t to stdboolTakashi Kokubun
2022-08-25Raise ArgumentError for IO.foreach with limit of 0Jeremy Evans
2022-08-22[Bug #18937] Coerce non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-08-21Add invalid hexadecimal float testsNobuyoshi Nakada
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze
2022-08-20Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans
2022-08-19Rename mjit_exec to jit_exec (#6262)Takashi Kokubun
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-20[Bug #18958] format string must be ASCII compatibleNobuyoshi Nakada
2022-08-20[Bug #18956] Negative codepoints are invalid charactersNobuyoshi Nakada
2022-08-20[Bug #18955] format single character for `%c`Nobuyoshi Nakada
2022-08-20[Bug #18955] Check length of argument for `%c` in proper encodingNobuyoshi Nakada
2022-08-19Harden SizedQueue#push timeout testNobuyoshi Nakada
2022-08-18rb_str_resize: Only clear coderange on truncationJean Boussier
2022-08-18Implement SizedQueue#push(timeout: sec)Jean Boussier
2022-08-17Fix flaky test for GC thrashingPeter Zhu
2022-08-15Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)John Hawthorn
2022-08-15Add test for GC thrashing of young object creationPeter Zhu
2022-08-12Remove Numeric#ceildivKouhei Yanagita
2022-08-12Add Numeric#ceildiv and Integer#ceildivKouhei Yanagita
2022-08-11Fix inspect for unicode codepoint 0x85Jeremy Evans
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-10Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans
2022-08-04Fix inconsistency with opt_aref_withJohn Hawthorn
2022-08-03Harden Queue#pop timeout testsJean Boussier
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-08-02[Bug #17767] Now `ENV.clone` raises `TypeError` as well as `ENV.dup`Nobuyoshi Nakada
2022-07-30Implement Enumerator::Product and Enumerator.product [Feature #18685]Akinori MUSHA
2022-07-28YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...Matthew Draper
2022-07-28Skip randomly failing tests with FreeBSD 12Hiroshi SHIBATA
2022-07-25Wait the test thread to sleepNobuyoshi Nakada
2022-07-25Synchronize the test thread sleepNobuyoshi Nakada
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans
2022-07-21Do not have class/module keywords look up ancestors of ObjectJeremy Evans
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Make String#each_line work correctly with paragraph separator and chompJeremy Evans
2022-07-20Ensure _id2ref finds symbols with the correct typeDaniel Colson
2022-07-20Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs
2022-07-20[Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada
2022-07-18[Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada
2022-07-15YJIT: Add send unit tests (#6143)Noah Gibbs
2022-07-15Implement Objects on VWAPeter Zhu