aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/irb] Make sure Encoding's defaults are restored Stan Lo2022-10-251-2/+5
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-3/+118
* [ruby/tmpdir] Ignore empty environment variablesNobuyoshi Nakada2022-10-251-0/+12
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-10-252-7/+7
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-10-242-7/+7
* [ruby/irb] Restore standard input/output encodings after input method tests Stan Lo2022-10-241-0/+12
* Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada2022-10-241-1/+21
* [ruby/irb] Add a test case to cover rdoc unintalled scenario st00122022-10-241-0/+31
* [ruby/irb] Add tests for RelineInputMethod st00122022-10-241-0/+58
* Fix per-instance Regexp timeout (#6621)Yusuke Endoh2022-10-241-8/+65
* Reduce type check of arguments at Complex creationNobuyoshi Nakada2022-10-231-5/+24
* Update Complex.polar with Complex testsNobuyoshi Nakada2022-10-231-4/+10
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-211-4/+4
* Remove unused class serialJemma Issroff2022-10-211-2/+0
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-0/+3
* Unmark Internal IV test as pendingJemma Issroff2022-10-201-1/+0
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+25
* push dummy frame for loading processKoichi Sasada2022-10-201-0/+59
* [Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada2022-10-201-0/+7
* Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)Samuel Williams2022-10-202-0/+53
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-0/+12
* [rubygems/rubygems] Use [] instead of double-quotes Hiroshi SHIBATA2022-10-191-1/+1
* Bypass git submodule add/update with git config protocol.file.allow=always op...Hiroshi SHIBATA2022-10-191-0/+5
* Add support for anonymous shared IO buffers. (#6580)Samuel Williams2022-10-191-0/+15
* [ruby/fiddle] Add support for linker script on LinuxSutou Kouhei2022-10-181-0/+34