summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-09class.c: calculate the length of Class.descendants in advanceYusuke Endoh
2021-11-09test/readline/test_readline.rb: skip a test on i686-linuxYusuke Endoh
2021-11-09test/ruby/test_fiber.rb: Extend timeout on SolarisYusuke Endoh
2021-11-08[Feature #18290] Remove tests that test use of rb_gc_force_recyclePeter Zhu
2021-11-07Refine the error message for hidden variablesNobuyoshi Nakada
2021-11-07rb_id_serial_to_id: return unregistered ID as an internal IDNobuyoshi Nakada
2021-11-05YJIT: Implement checkkeyword (#5083)John Hawthorn
2021-11-05Delegate keywords from Enumerable#to_a to #eachJeremy Evans
2021-11-05[rubygems/rubygems] Fix `ruby setup.rb` command when `--prefix` is passedDavid Rodríguez
2021-11-05[rubygems/rubygems] Bin dir should fall inside destdirDavid Rodríguez
2021-11-05[rubygems/rubygems] Remove unnecessary test setupDavid Rodríguez
2021-11-05[rubygems/rubygems] Simplify `--destdir` testDavid Rodríguez
2021-11-05[rubygems/rubygems] Refactor setup tests to not always pass `--prefix`David Rodríguez
2021-11-05Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh
2021-11-05Add the test of `Dir.glob` when `sort: true` is given explicitlyNobuyoshi Nakada
2021-11-05[rubygems/rubygems] Don't apply `--destdir` twice when running `setup.rb`Alyssa Ross
2021-11-04test/ruby/test_gc_compact.rb: Backpatch the URL to the PRYusuke Endoh
2021-11-04test/ruby/test_gc_compact.rb: Do not run on s390xYusuke Endoh
2021-11-04[rubygems/rubygems] Fix typosNobuyoshi Nakada
2021-11-04[ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi
2021-11-04[ruby/rdoc] Fix typos in test method names [ci skip]Nobuyoshi Nakada
2021-11-03[ruby/openssl] Fix typos [ci skip]Nobuyoshi Nakada
2021-11-03[ruby/optparse] Fix typo [ci skip]Nobuyoshi Nakada
2021-11-03[rubygems/rubygems] Fix `gem install` vs `gem fetch` inconsistencyDavid Rodríguez
2021-11-02Fix typosNobuyoshi Nakada
2021-11-02[rubygems/rubygems] Use OpenSSL constants for error codes.Vít Ondruch
2021-11-02test/readline/test_readline.rb: Use TERM=vt100 to run the testsYusuke Endoh
2021-11-02Allow custom LicenseRefCarlos Palhares
2021-11-02Remove SimpleCov at all.Josef Šimánek
2021-11-02Removed the related code of `gem server`Hiroshi SHIBATA
2021-11-01[ruby/openssl] ssl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi
2021-10-31Argument forwarding definition without parentheses [Bug #18267]Nobuyoshi Nakada
2021-10-30Apply the timeout scale to also separated workersNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variableNobuyoshi Nakada
2021-10-29Preserve the encoding of message from outer local variablesNobuyoshi Nakada
2021-10-29Remove redundant callsNobuyoshi Nakada
2021-10-29Fix script_lines in loaded iseq as nilNobuyoshi Nakada
2021-10-28Rename ::YJIT to RubyVM::YJITAlan Wu
2021-10-28Fix leap day with UTC offset [Bug #18274]Nobuyoshi Nakada
2021-10-27YJIT: move --yjit-stats at_exit call into RubyAlan Wu
2021-10-27Expect multi-line -v output for -DRUBY_DEVEL in testsAlan Wu
2021-10-27Fix indentation in testAlan Wu
2021-10-27YJIT: Support newhash with values (#5029)John Hawthorn
2021-10-27[ruby/error_highlight] Make the formatter mechanism support RactorYusuke Endoh
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-26Add Class#descendantsJeremy Evans
2021-10-26[Bug #18264] Fix memory leak in TracePointPeter Zhu
2021-10-26Make the metaclass of Refinement explicitlyShugo Maeda
2021-10-26fix random EBADF problemKoichi Sasada
2021-10-26[rubygems/rubygems] Add support to build and sign certificates with multiple ...Jenny Shen