aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-0/+3
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-0/+4
* [ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada2022-10-281-1/+11
* [ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada2022-10-281-0/+2
* [ruby/irb] Fix warnings in test_cmd.rbPeter Zhu2022-10-271-2/+2
* [ruby/irb] Remove unnecessary test setup Stan Lo2022-10-271-4/+0
* [ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze2022-10-271-0/+2
* [ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze2022-10-271-2/+0
* [ruby/irb] Add missing require Stan Lo2022-10-271-0/+2
* [ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst00122022-10-271-4/+90
* [ruby/tmpdir] Warnings should contain the environment variable name Nobuyoshi Nakada2022-10-271-3/+3
* YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper2022-10-261-3/+5
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-10-261-5/+0
* [ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu2022-10-263-2/+2
* [ruby/irb] Don't insert new methods to Test::Unit::TestCasest00122022-10-263-2/+22
* [ruby/irb] Suppress warningsStan Lo2022-10-261-2/+2
* [ruby/irb] Add test for the help commandst00122022-10-261-0/+51
* [ruby/irb] Extract without_rdoc helperst00122022-10-261-13/+0