summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-27[ruby/irb] Activate yamatanooroti tests on CIStan Lo
2022-11-26[ruby/net-http] Fix test for Ruby headPeter Zhu
2022-11-25MJIT: Remove the code to optimize shape transitionTakashi Kokubun
2022-11-25YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu
2022-11-25Fix autoload status of statically linked extensionsAlan Wu
2022-11-25[rubygems/rubygems] Stop installing everything under "lib" at the top in all ...Nobuyoshi Nakada
2022-11-25[Bug #18971] Add precheck to enumeratorNobuyoshi Nakada
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-25[ruby/fileutils] [Feature #18925] Add `ln_sr` method and `relative:` option t...Nobuyoshi Nakada
2022-11-24Raise TypeError for endless non-numeric range include?Jeremy Evans
2022-11-24[ruby/erb] Drop deprecated -S option from erb commandTakashi Kokubun
2022-11-24[ruby/erb] Suppress warnings to fix ruby-head CITakashi Kokubun
2022-11-24[ruby/cgi] Fix test_cgi_cookie_new_with_domain to pass on older rubiesJean Boussier
2022-11-24Relax the timeout of TestRegexp#test_cache_optimization_squareYusuke Endoh
2022-11-22Add Time#deconstruct_keyszverok
2022-11-22Use dedicated assertions for warningsNobuyoshi Nakada
2022-11-22Avoid unnecessary use of global variablesNobuyoshi Nakada
2022-11-22[ruby/cgi] Relax domain label restrictionsNobuyoshi Nakada
2022-11-22[ruby/cgi] Prevent CRLF injectionYusuke Endoh
2022-11-22[ruby/cgi] Check cookie name/path/domain charactersNobuyoshi Nakada
2022-11-21Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu
2022-11-22[Bug #19016] `SyntaxError` with parser error messagesNobuyoshi Nakada
2022-11-22[Bug #19016] re-order error handling at cleanupNobuyoshi Nakada
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-21Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2022-11-21Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk
2022-11-20[Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada
2022-11-19Avoid a timeout on test_cache_optimization_exponentialTakashi Kokubun
2022-11-20[ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun
2022-11-20[ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Require missing EnvUtilTakashi Kokubun
2022-11-20[ruby/irb] Try using a different file nameTakashi Kokubun
2022-11-20[ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun
2022-11-19Skip TestDRbSSLAry on mswinTakashi Kokubun
2022-11-20[ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-19Add test cases for args forwarding after rest argumentyui-knk
2022-11-18Fix io/console test for --with-static-linked-extAlan Wu
2022-11-18Differentiate T_OBJECT shapes from other objectsAaron Patterson
2022-11-18Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk
2022-11-18Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda
2022-11-18Prevent a "method redefined" warningYusuke Endoh
2022-11-18Prevent a "warning: assigned but unused variable - s2"Yusuke Endoh
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-11-17YJIT: Make the code GC test stablerTakashi Kokubun
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-16YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun
2022-11-15[ruby/irb] Improve testing infraStan Lo
2022-11-15Added empty class for test methods in TestIRB casesHiroshi SHIBATA
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012