summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-02-05[PRISM] Implement opt_aset_withJenny Shen
2024-02-03Show OpenSSL version in the error message of assert_equalNARUSE, Yui
2024-02-03[ruby/irb] Consume the warning for non-existent history pathNobuyoshi Nakada
2024-02-02[PRISM] Fix numbered parameters stealing local namesAlan Wu
2024-02-02[ruby/irb] Add a warning for when the history path doesn't existIgnacio Chiazzo Cardarello
2024-02-02[rubygems/rubygems] feat: Gem::Specification#initialize_copy deep-copies requ...Mike Dalessio
2024-02-02[rubygems/rubygems] feat: Gem::Requirement#initialize_copy deep-copies @requi...Mike Dalessio
2024-02-02[ruby/prism] Fix up multibyte escapesKevin Newton
2024-02-02[ruby/prism] Turn off LibrarySymbolsTest on powerpc64leKevin Newton
2024-02-02[rubygems/rubygems] Adapt failing tests to new outputVitaliy Serov
2024-02-02Add memory leak test for Regexp timeoutPeter Zhu
2024-02-02Add an assertion that `%x` literals call `` ` `` methodNobuyoshi Nakada
2024-02-01[PRISM] Respect string encoding override in array literalsAlan Wu
2024-02-01[ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fineAlan Wu
2024-02-01[PRISM] dedup hash string keysJenny Shen
2024-02-01[PRISM] Do not shell out in prism testsKevin Newton
2024-02-01[ruby/irb] Add rubocop with a few basic styling rulesStan Lo
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-02-01[ruby/prism] Check literals for receiverHaldun Bayhantopcu
2024-02-01[ruby/irb] Reset history counter even when @loaded_history_lines isStan Lo
2024-02-01[PRISM] Fix multiple return with splat and splat+kwsplatAlan Wu
2024-02-01[ruby/irb] Skip re-setup when creating a child sessionNuno Silva
2024-02-01Revert "Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns"KJ Tsanaktsidis
2024-02-01Revert "always omit test_ai_addrconfig."KJ Tsanaktsidis
2024-01-31[ruby/irb] Omit 2 encoding error related tests for TruffleRubyStan Lo
2024-01-31Do not modify provided argument splat when using ruby2_keywords with anonymou...Jeremy Evans
2024-01-31[PRISM] Fix test_bug_reporter with prismKevin Newton
2024-01-31[PRISM] Fix else with rescuePeter Zhu
2024-01-31[rubygems/rubygems] Remove truffleruby specific stuff no longer neededDavid Rodriguez
2024-01-31[rubygems/rubygems] WEBrick:Utils::TimeoutHandler is always provided after we...Hiroshi SHIBATA
2024-01-31[ruby/yaml] Make PStore support as optionalHiroshi SHIBATA
2024-01-31[flori/json] Make OpenStruct support as optionalHiroshi SHIBATA
2024-01-30[PRISM] pm_compile_logical: Fix OrNode in IfNode predicateMatt Valentine-House
2024-01-30Update forwarding locals for prismAaron Patterson
2024-01-30[ruby/prism] Better error messages for unexpected tokens in prefixKevin Newton
2024-01-30[ruby/irb] Fix undef and alias indenttomoya ishida
2024-01-30[ruby/io-console] Move the condition to omit to command line optionNobuyoshi Nakada
2024-01-30[ruby/io-console] Move the condition to omit outside the methodNobuyoshi Nakada
2024-01-30[rubygems/rubygems] Load wrapper file for vendored timeoutHiroshi SHIBATA
2024-01-29[PRISM] Fix crash when multiple underscoresPeter Zhu
2024-01-29Fix RegExp warning causing flaky Ripper failureAlan Wu
2024-01-29Fix test/ruby/test_rubyoptions.rb + --parser=prismKevin Newton
2024-01-29[PRISM] Use opt_str_freeze instructionPeter Zhu
2024-01-29[PRISM] Support US-ASCII symbolsPeter Zhu
2024-01-29[PRISM] Support ASCII-8BIT symbolsPeter Zhu
2024-01-29[PRISM] Support UTF-8 symbolsPeter Zhu
2024-01-29[ruby/prism] Fix binding power for modifier rescueKevin Newton
2024-01-29[rubygems/rubygems] Improve gem login scope selectionWillian Tenfen W
2024-01-29YJIT: Fix tailcall and JIT entry eating up FINISH frames (#9729)Alan Wu
2024-01-29[PRISM] Use the splatkw instructionPeter Zhu