summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-07-23Implement UNLESS NODE keyword locationsyui-knk
2024-07-23[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`yui-knk
2024-07-22[ruby/prism] Implement mismatched indentation warningKevin Newton
2024-07-22bundled_gems.rb: Add a fast pathJean Boussier
2024-07-21Fix a typo in setup of block-after-blockcall testsNobuyoshi Nakada
2024-07-21Fix SEGV on method call with empty args and brace block for do block command ...yui-knk
2024-07-20Do not set Enumerator::Lazy#zip to use packed formatJeremy Evans
2024-07-18Avoid array allocation for f(*r2k_ary) when def f(x)Jeremy Evans
2024-07-18Avoid hash allocation for f(*r2k_ary) when def f(kw: 1)Jeremy Evans
2024-07-18Check for and remove duplicate checks in test_allocationJeremy Evans
2024-07-18Avoid array allocation for f(*empty_ary, **hash) when def f(x)Jeremy Evans
2024-07-18Avoid unnecessary array allocations for f(arg, *arg, **arg, **arg), f(*arg, a...Jeremy Evans
2024-07-19[rubygems/rubygems] Fix line comment issue for mapalpha0x00
2024-07-18[PRISM] Refactor parser support into its own moduleKevin Newton
2024-07-19[ruby/uri] Also support URI::PATTERN with switch-backHiroshi SHIBATA
2024-07-19[ruby/uri] Added test for constant definition and remove URI::REGEXP when usi...Hiroshi SHIBATA
2024-07-19[ruby/uri] Rename and switch RFC2396_PARSER testHiroshi SHIBATA
2024-07-19[ruby/uri] Switch to inspect with default parserHiroshi SHIBATA