summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-10-17[ruby/win32-registry] Fix compatibility with JRubyLars Kanis
2024-10-17[ruby/win32-registry] Move all tests to volatile environment and use per-test...Lars Kanis
2024-10-16Fix memory leak in syntax error in prismPeter Zhu
2024-10-16RubyVM::InstructionSequence.of Thread::Backtrace::LocationKevin Newton
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-16Skip GC compaction tests in test_yjit.rb when not supportedPeter Zhu
2024-10-16[ruby/yaml] Make YAML::DBM optionalHiroshi SHIBATA
2024-10-16[ruby/yaml] Also use safe_load with each_value, values and shiftHiroshi SHIBATA
2024-10-16[ruby/yaml] Added basic test casesHiroshi SHIBATA
2024-10-16[ruby/json] Embedded helper.rb into test_helper.rbHiroshi SHIBATA
2024-10-16[ruby/json] Fixed load path for ext versionHiroshi SHIBATA
2024-10-16Restore missing test-case from https://github.com/ruby/json/commit/c5a6d80427...Hiroshi SHIBATA
2024-10-16[ruby/json] ractor_test.rb: ignore stderrJean Boussier
2024-10-16Use JRuby implementation for TruffleRuby (#149)Sutou Kouhei
2024-10-16[ruby/fiddle] Ractor supportNobuyoshi Nakada
2024-10-15[ruby/rdoc] Generate meta tags based on page's contentVinicius Stock
2024-10-15Remove a puts in test_finalizer_thread_raisePeter Zhu
2024-10-14[rubygems/rubygems] Fix `gem contents` for default gemsDavid Rodríguez
2024-10-14[rubygems/rubygems] Fix duplicated specs when they have been previously activ...David Rodríguez
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-13[ruby/reline] Support continuous tab completiontomoya ishida
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