summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/bigdecimal] Tweak check_rounding_mode_optionKenta Murata2022-11-131-2/+12
* [ruby/irb] Simplify info command's testsStan Lo2022-11-111-154/+136
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA2022-11-114-10/+10
* [rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek2022-11-111-2/+73
* [rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek2022-11-112-5/+8
* [rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek2022-11-113-0/+157
* [rubygems/rubygems] github source should default to secure protocolJason Karns2022-11-111-2/+2
* Allow a float error for Regexp.timeoutYusuke Endoh2022-11-111-2/+6
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+38
* Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh2022-11-111-10/+6
* [ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo2022-11-101-0/+2
* YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun2022-11-101-0/+48
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-2/+0
* Transition shape when object's capacity changesJemma Issroff2022-11-104-30/+34
* Omit test on IO Buffers which relies on String being embeddedJemma Issroff2022-11-101-1/+5
* Fix bug in array pack with shared stringsJemma Issroff2022-11-101-0/+6
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-101-0/+8
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-101-4/+22
* Update timeout seconds for square testTSUYUSATO Kitsune2022-11-091-1/+1
* Update timeout secondsTSUYUSATO Kitsune2022-11-091-1/+1
* Fix and add regexp testsTSUYUSATO Kitsune2022-11-091-2/+22
* Make pending_interrupt?(Exception) workYusuke Endoh2022-11-091-0/+8
* [ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo2022-11-081-266/+157
* mutex: Raise a ThreadError when detecting a fiber deadlock (#6680)Jean byroot Boussier2022-11-091-1/+21
* Fix false LocalJumpError when branch coverage is enabledYusuke Endoh2022-11-081-0/+14
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+34
* [ruby/fileutils] Revert "FileUtils.rm* methods swallows only Errno::ENOENT wh...Yusuke Endoh2022-11-071-20/+0
* [rubygems/rubygems] Fix rubocop violationsPeter Zhu2022-11-071-2/+2
* [rubygems/rubygems] Drop support for HP-UXPeter Zhu2022-11-071-1/+0
* [Bug #19106] Normalize time at 24:00:00 with a timezone objectNobuyoshi Nakada2022-11-071-0/+5
* [ruby/irb] Silent the noise created when building Context in testsStan Lo2022-11-041-0/+1
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-11-041-0/+2
* [ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun2022-11-041-0/+13
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-0313-53/+63
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+58
* [ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun2022-11-031-0/+1
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-031-4/+4
* [ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun2022-11-031-1/+2
* [ruby/irb] Require the entire irb lib in RubyLex testStan Lo2022-11-031-1/+1
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-7/+22
* [ruby/erb] Skip a test for JRubyTakashi Kokubun2022-11-031-0/+3
* [ruby/erb] Skip tests for trufflerubyTakashi Kokubun2022-11-032-0/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-11-022-5/+5
* We don't care about actual hostname resolution. (#6652)Samuel Williams2022-11-011-1/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-11-012-5/+5
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-11/+6
* [ruby/error_highlight] Support nodes in `spot`eileencodes2022-10-311-0/+32
* Add `node_id_for_backtrace_location` functioneileencodes2022-10-311-0/+13
* [ruby/optparse] Add tests for `load(into:)`Nobuyoshi Nakada2022-10-291-0/+2
* [ruby/optparse] Add tests for `OptionParser#load`Nobuyoshi Nakada2022-10-291-0/+139