summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] Fix test for Ruby headPeter Zhu2022-11-261-1/+5
* MJIT: Remove the code to optimize shape transitionTakashi Kokubun2022-11-251-1/+1
* YJIT: Run test-all tests without requiring RUN_OPTSAlan Wu2022-11-253-18/+19
* Fix autoload status of statically linked extensionsAlan Wu2022-11-251-0/+18
* [rubygems/rubygems] Stop installing everything under "lib" at the top in all ...Nobuyoshi Nakada2022-11-251-8/+1
* [Bug #18971] Add precheck to enumeratorNobuyoshi Nakada2022-11-251-0/+20
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-242-1/+6
* [ruby/fileutils] [Feature #18925] Add `ln_sr` method and `relative:` option t...Nobuyoshi Nakada2022-11-251-0/+37
* Raise TypeError for endless non-numeric range include?Jeremy Evans2022-11-241-5/+6
* [ruby/erb] Drop deprecated -S option from erb commandTakashi Kokubun2022-11-241-13/+0
* [ruby/erb] Suppress warnings to fix ruby-head CITakashi Kokubun2022-11-241-3/+3
* [ruby/cgi] Fix test_cgi_cookie_new_with_domain to pass on older rubiesJean Boussier2022-11-241-4/+4
* Relax the timeout of TestRegexp#test_cache_optimization_squareYusuke Endoh2022-11-241-1/+1
* Add Time#deconstruct_keyszverok2022-11-221-0/+14
* Use dedicated assertions for warningsNobuyoshi Nakada2022-11-221-22/+4
* Avoid unnecessary use of global variablesNobuyoshi Nakada2022-11-221-8/+8
* [ruby/cgi] Relax domain label restrictionsNobuyoshi Nakada2022-11-221-0/+18
* [ruby/cgi] Prevent CRLF injectionYusuke Endoh2022-11-221-0/+8
* [ruby/cgi] Check cookie name/path/domain charactersNobuyoshi Nakada2022-11-221-0/+64
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-213-4/+4
* [Bug #19016] `SyntaxError` with parser error messagesNobuyoshi Nakada2022-11-221-0/+12
* [Bug #19016] re-order error handling at cleanupNobuyoshi Nakada2022-11-221-7/+8
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-1/+226
* Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh2022-11-211-1/+1
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-4/+32
* [Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada2022-11-201-0/+17
* Avoid a timeout on test_cache_optimization_exponentialTakashi Kokubun2022-11-191-1/+1
* [ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Require missing EnvUtilTakashi Kokubun2022-11-201-0/+4
* [ruby/irb] Try using a different file nameTakashi Kokubun2022-11-201-1/+1
* [ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun2022-11-201-0/+1
* Skip TestDRbSSLAry on mswinTakashi Kokubun2022-11-191-0/+4
* [ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun2022-11-201-19/+19
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-201-1/+77
* Add test cases for args forwarding after rest argumentyui-knk2022-11-191-0/+2
* Fix io/console test for --with-static-linked-extAlan Wu2022-11-181-1/+3
* Differentiate T_OBJECT shapes from other objectsAaron Patterson2022-11-181-5/+14
* Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk2022-11-181-0/+24
* Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda2022-11-182-1/+3
* Prevent a "method redefined" warningYusuke Endoh2022-11-181-1/+1
* Prevent a "warning: assigned but unused variable - s2"Yusuke Endoh2022-11-181-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-178-73/+143
* YJIT: Make the code GC test stablerTakashi Kokubun2022-11-171-1/+1
* Drop Ruby 2.5 supportst00122022-11-172-6/+3
* YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun2022-11-161-1/+1
* [ruby/irb] Improve testing infraStan Lo2022-11-151-0/+1
* Added empty class for test methods in TestIRB casesHiroshi SHIBATA2022-11-151-0/+4
* [ruby/irb] Remove duplicated TestInputMethod definitionsst00122022-11-154-83/+29
* Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun2022-11-143-37/+37