summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-13[ruby/irb] Fix rendering test broken by conflicttomoya ishida
2024-10-12[DOC] Fix spellingJohn Bampton
2024-10-12[ruby/irb] Make rendering test faster using updated yamatanoorotitomoya ishida
2024-10-11[ruby/prism] Prism::StringQueryKevin Newton
2024-10-11Rename supports_auto_compact? to supports_compact?Peter Zhu
2024-10-11Used respond_to? check for compaction in test_gc_compact.rbPeter Zhu
2024-10-11[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)Gert Goet
2024-10-11Remove defined check for GC.config in test_gc.rbPeter Zhu
2024-10-11[rubygems/rubygems] Check that the binstub was actually resetDavid Rodríguez
2024-10-10[rubygems/rubygems] Only pristine executables for default gemsDavid Rodríguez
2024-10-10[ruby/prism] Prism::CodeUnitsCacheKevin Newton
2024-10-10Fix typo in test_gc.rb [ci skip]Peter Zhu
2024-10-10[ruby/prism] Do not warn for unused variables on negative linesKevin Newton
2024-10-10[rubygems/rubygems] Fix `gem pristine etc` resetting gem twice sometimesDavid Rodríguez
2024-10-10[rubygems/rubygems] Improve some indentationsDavid Rodríguez
2024-10-10[rubygems/rubygems] Run specs that now pass on JRubyDavid Rodríguez
2024-10-10[ruby/prism] Reject invalid splat as last statement of parenthesesKevin Newton
2024-10-10[ruby/fiddle] Only print Fiddle::VERSION when flag is trueHiroshi SHIBATA
2024-10-10Revert "Commented out to print fiddle version"Hiroshi SHIBATA
2024-10-10test/resolv/test_dns.rb: Keep `UDPSocket`s until a free port is foundYusuke Endoh
2024-10-10Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...Yuta Saito
2024-10-10Suppress warnings with `RUBYPOT=-w`Nobuyoshi Nakada
2024-10-10Commented out to print fiddle versionHiroshi SHIBATA
2024-10-10Emit warning for other method redefinition typesThomas Marshall
2024-10-10Make test_hash_symbol_colon_key pass on LANG=en_USYusuke Endoh
2024-10-10[ruby/fiddle] test jruby: fix a typoSutou Kouhei
2024-10-10[ruby/fiddle] test jruby: fix a wrong messageSutou Kouhei
2024-10-10[ruby/fiddle] test jruby: fix a typoSutou Kouhei
2024-10-10Import JRuby implementation (#147)Sutou Kouhei
2024-10-09[ruby/prism] Attempt to assume binary is UTF-8Kevin Newton
2024-10-09[rubygems/rubygems] Remove unused variableDavid Rodríguez
2024-10-09[Bug #20789] Fix an invalid syntax error when `->a=1...{}`ydah
2024-10-09[ruby/prism] Avoid breaking code units offset on binary encodingVinicius Stock
2024-10-09[rubygems/rubygems] Fix a `gem install` crash during "done installing" hooksDavid Rodríguez
2024-10-09[rubygems/rubygems] Allow `gem pristine` to reset default gems tooDavid Rodríguez
2024-10-09Sync from ruby/win32-registryHiroshi SHIBATA
2024-10-09mingw environment can't bind free port with 10 times. We should omit it inste...Hiroshi SHIBATA
2024-10-08Specify use_ipv6 option for ipv4 testHiroshi SHIBATA
2024-10-08Removed trailing spaceHiroshi SHIBATA
2024-10-08JSONPure: String#to_json should raise on invalid encodingJean Boussier
2024-10-08JSON::Pure fix strict modeJean Boussier
2024-10-07Update references to flori/jsonJean Boussier
2024-10-07[ruby/prism] Properly handle non-assoc operatorsKevin Newton
2024-10-07[ruby/prism] Handle invalid commas in arguments, parameters, and arraysKevin Newton
2024-10-07[ruby/prism] Set contains_keywords flag for implicit gets($/, chomp: true) me...Andrew Konchin
2024-10-07[Bug #20787] Check the separator in `IO#readline` as well as 3.2Nobuyoshi Nakada
2024-10-07[ruby/reline] Add cursor keys for application keypad mode to defaulttomoya ishida
2024-10-06[ruby/reline] Allow utf-8 safe meta key mapping in inputrctomoya ishida
2024-10-06[ruby/irb] Change default completor from regexp to auto, trytomoya ishida
2024-10-05[ruby/reline] Fix tempfile leaksNobuyoshi Nakada