summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-15[ruby/irb] Improve testing infraStan Lo
2022-11-15Added empty class for test methods in TestIRB casesHiroshi SHIBATA
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012
2022-11-14Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun
2022-11-14[ruby/error_highlight] Enable tests for TypeError and ArgumentErrorYusuke Endoh
2022-11-13Fix invokebuiltin in Ruby MJITTakashi Kokubun
2022-11-13[ruby/bigdecimal] Tweak check_rounding_mode_optionKenta Murata
2022-11-11[ruby/irb] Simplify info command's testsStan Lo
2022-11-11Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA
2022-11-11[rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek
2022-11-11[rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek
2022-11-11[rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek
2022-11-11[rubygems/rubygems] github source should default to secure protocolJason Karns
2022-11-11Allow a float error for Regexp.timeoutYusuke Endoh
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-11Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh
2022-11-10[ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo
2022-11-10YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-10Omit test on IO Buffers which relies on String being embeddedJemma Issroff
2022-11-10Fix bug in array pack with shared stringsJemma Issroff
2022-11-10[Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada
2022-11-10Add version to the interface of Random extensionsNobuyoshi Nakada
2022-11-09Update timeout seconds for square testTSUYUSATO Kitsune
2022-11-09Update timeout secondsTSUYUSATO Kitsune
2022-11-09Fix and add regexp testsTSUYUSATO Kitsune
2022-11-09Make pending_interrupt?(Exception) workYusuke Endoh
2022-11-08[ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo
2022-11-09mutex: Raise a ThreadError when detecting a fiber deadlock (#6680)Jean byroot Boussier
2022-11-08Fix false LocalJumpError when branch coverage is enabledYusuke Endoh
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi Kokubun
2022-11-07[ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh
2022-11-07[rubygems/rubygems] Fix rubocop violationsPeter Zhu
2022-11-07[rubygems/rubygems] Drop support for HP-UXPeter Zhu
2022-11-07[Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada
2022-11-04[ruby/irb] Silent the noise created when building Context in testsStan Lo
2022-11-04[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-11-04[ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03[ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun
2022-11-03YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun
2022-11-03[ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun
2022-11-03[ruby/irb] Require the entire irb lib in RubyLex testStan Lo
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-11-03[ruby/erb] Skip a test for JRubyTakashi Kokubun
2022-11-03[ruby/erb] Skip tests for trufflerubyTakashi Kokubun
2022-11-02[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-11-01We don't care about actual hostname resolution. (#6652)Samuel Williams