summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-07-08[ruby/reline] Ignore unhandled escape sequencestomoya ishida
2023-07-07[ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo
2023-07-06Resync YARP (#8036)Jemma Issroff
2023-07-06[rubygems/rubygems] Avoid to use Base64 library because I have a plan to base...Hiroshi SHIBATA
2023-07-05Manual YARP resyncJemma Issroff
2023-07-05[ruby/reline] Update Relin::IOGate dinamically when it is neededtomoya ishida
2023-07-05[ruby/bigdecimal] Add .to_s('F') digit grouping for integer partcryptogopher
2023-07-05[ruby/reline] Fix wrong byte_pointer passed to auto_indent_proctomoya ishida
2023-07-05Remove stale YARP snapshort file [ci skip]Nobuyoshi Nakada
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-07-03[ruby/timeout] Test that work is done in the same thread/fiber asJohn Bachir
2023-07-03[ruby/tmpdir] [Bug #18933] Make `Dir.mktmpdir` Ractor-safeNobuyoshi Nakada
2023-06-30Handle unterminated unicode escapes in regexpsJeremy Evans
2023-06-30[ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo
2023-06-30[ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida
2023-06-29Fix memory leak in Hash#replacePeter Zhu
2023-06-29Add memory leak test for allocating ST hashesPeter Zhu
2023-06-29[ruby/uri] Fix quadratic backtracking on invalid port numberNobuyoshi Nakada
2023-06-29[ruby/uri] Fix quadratic backtracking on invalid relative URINobuyoshi Nakada
2023-06-28Increase memory leak test timeoutPeter Zhu
2023-06-28[ruby/irb] Reduce test pend trufflerubytomoya ishida
2023-06-28Fix memory leak in RipperPeter Zhu
2023-06-28[Bug #19748] Fix out-of-bound access in `String#byteindex`Nobuyoshi Nakada
2023-06-28[ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei
2023-06-28[ruby/fiddle] Add support for more "short" variantsSutou Kouhei
2023-06-28[ruby/fiddle] Add support for "long" variantsSutou Kouhei
2023-06-28[ruby/fiddle] Add a helper method for reading/writing memoryAaron Patterson
2023-06-28[Bug #19746] `String#index` with regexp should clear `$~` unless matchedNobuyoshi Nakada
2023-06-28Assert `$~` after `String#index` familyNobuyoshi Nakada
2023-06-28Use the same capacities for memory leak testsNobuyoshi Nakada
2023-06-27[ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida
2023-06-27[ruby/irb] Always add \n at the end of the test input in RubyLextomoya ishida
2023-06-26[ruby/yarp] Add missing snapshotHaldun Bayhantopcu
2023-06-26Suppress warningsNobuyoshi Nakada
2023-06-26Add the chopsticks code at RubyKaigi2023Nobuyoshi Nakada
2023-06-25[ruby/uri] Fix host part in relative referece #83Nobuyoshi Nakada
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-24[ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida
2023-06-24Do not have Enumeratory::Lazy#zip mark result as packedJeremy Evans
2023-06-24[ruby/yarp] Name test methods from relative pathsNobuyoshi Nakada
2023-06-23Skip test on Solaris SPARCPeter Zhu
2023-06-22[ruby/timeout] Raise exception instead of throw/catch for timeoutsJeremy Evans
2023-06-22[ruby/ipaddr] Consider IPv4-mapped IPv6 addresses private if IPv4 address is ...Jeremy Evans
2023-06-22Sync ruby/yarp to https://github.com/ruby/yarp/commit/89a00203af803032383338c...Takashi Kokubun
2023-06-22[ruby/yarp] Allow for block statements after elsif and elseJemma Issroff
2023-06-22Sync ruby/yarp with sync_default_gemsTakashi Kokubun
2023-06-22[Bug #19743] All but EOF can be read again after push-backNobuyoshi Nakada
2023-06-22[rubygems/rubygems] Prefer `assert_include` over mere `assert`Nobuyoshi Nakada
2023-06-22[rubygems/rubygems] Prefer `assert_predicate` over mere `assert`Nobuyoshi Nakada