summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-08-13Make sure to wait for the thread to exit in TestProcess#test_wait_and_sigchildNaoto Ono
2024-08-13do not show unused block on `send`Koichi Sasada
2024-08-12Fix next inside block argument stack underflowtompng
2024-08-11Fix flag test macroNobuyoshi Nakada
2024-08-10Cherry-pick test for [Bug #20668]Jean Boussier
2024-08-09[ruby/psych] Convert tabs to spaces in test/psych/test_yaml.rbPeter Zhu
2024-08-09Increase timeout in `test_darwin_invalid_call` methodNaoto Ono
2024-08-08[ruby/uri] Use URI::RFC2396_PARSER explicitly in URIHiroshi SHIBATA
2024-08-07Fix leak of token_info when Ripper#warn jumpsPeter Zhu
2024-08-06Fix leak in warning of duplicate keys when Ripper#warn jumpsPeter Zhu
2024-08-06[ruby/uri] Fallback missing constants with RFC3986_PARSERHiroshi SHIBATA
2024-08-06[ruby/openssl] test/openssl/test_pkey_dsa.rb: skip all tests in FIPS modeKazuki Yamaguchi
2024-08-05[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-08-05[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-08-05[ruby/reline] Accept colon-style hash in test assertiontomoya ishida
2024-08-05[ruby/optparse] Fix parsing array arguments with `:into` optionfatkodima
2024-08-05Sync rdocStan Lo
2024-08-04[ruby/irb] Remove Ruby version checksRicardo Trindade
2024-08-03Extend timeout in test/ruby/test_file_exhaustive.rbYusuke Endoh
2024-08-03Reduce noise in object generation count testsYusuke Endoh
2024-08-03Show where objects were allocated on allocation count testsYusuke Endoh
2024-08-02Show what objects were actually allocated on allocation count testsYusuke Endoh
2024-07-31[ruby/rdoc] Add new ruby parser that uses Prismtomoya ishida
2024-07-31Fix leak of AST when Ripper#compile_error jumpsPeter Zhu
2024-07-31[ruby/rdoc] Drop unnecessary `file_name` parameter from `Parser.for`Stan Lo
2024-07-31Reset the counter for two consecutive runsSatoshi Tagomori
2024-07-30[rubygems/rubygems] Fix `gem list` regression when a regular gem shadows a de...David Rodríguez
2024-07-30[rubygems/rubygems] Always leave default gem executables aroundDavid Rodríguez
2024-07-30Move incorrectly placed testsPeter Zhu
2024-07-30Fix ceil when ndigits is largePeter Zhu
2024-07-30Fix floor when ndigits is largePeter Zhu
2024-07-30Fix wrong unreachable chunk remove when jump destination label is unremovabletomoya ishida
2024-07-30Use tmpdir for various environments (including Windows)Satoshi Tagomori
2024-07-30Fix test code and extension to avoid using gvars and Kernel methodsSatoshi Tagomori
2024-07-30[BUG #20655] Add tests to use rb_ensure and call cont.callSatoshi Tagomori
2024-07-30Add array test cases for `TestParse#test_define_singleton_error`yui-knk
2024-07-30Wait for server threads to finishNobuyoshi Nakada
2024-07-29[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-29Revert moving things to RubyAaron Patterson
2024-07-29Expand opt_newarray_send to support Array#pack with buffer keyword argRandy Stauner
2024-07-26Fix memory leak in String#start_with? when regexp times outPeter Zhu
2024-07-26[ruby/net-http] Removed needless NullWriter classHiroshi SHIBATA
2024-07-25Fix test_kwarg_eval_memory_leakPeter Zhu
2024-07-25[ruby/prism] Sync from ruby/rubyKevin Newton
2024-07-25Fix memory leak in Regexp capture group when timeoutPeter Zhu
2024-07-25Omit TestFile#test_stat when the machine is stupidly slowYusuke Endoh
2024-07-24[ruby/openssl] x509attr: avoid using OpenSSL::ASN1 internals in #value=Kazuki Yamaguchi
2024-07-24[Bug #20649] Allow `nil` as 2nd argument of `assign_error`Nobuyoshi Nakada
2024-07-24[Bug #20647] Disallow `return` directly within a singleton classNobuyoshi Nakada
2024-07-23[ruby/prism] Single line method bodies should not be marked as newlineKevin Newton