summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-31[ruby/error_highlight] Support nodes in `spot`eileencodes
2022-10-31Add `node_id_for_backtrace_location` functioneileencodes
2022-10-29[ruby/optparse] Add tests for `load(into:)`Nobuyoshi Nakada
2022-10-29[ruby/optparse] Add tests for `OptionParser#load`Nobuyoshi Nakada
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-10-28[ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada
2022-10-28[ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada
2022-10-27[ruby/irb] Fix warnings in test_cmd.rbPeter Zhu
2022-10-27[ruby/irb] Remove unnecessary test setup Stan Lo
2022-10-27[ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze
2022-10-27[ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze
2022-10-27[ruby/irb] Add missing require Stan Lo
2022-10-27[ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst0012
2022-10-27[ruby/tmpdir] Warnings should contain the environment variable name Nobuyoshi Nakada
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-10-26[ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu
2022-10-26[ruby/irb] Don't insert new methods to Test::Unit::TestCasest0012
2022-10-26[ruby/irb] Suppress warningsStan Lo
2022-10-26[ruby/irb] Add test for the help commandst0012
2022-10-26[ruby/irb] Extract without_rdoc helperst0012
2022-10-25[ruby/irb] Make sure Encoding's defaults are restored Stan Lo
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-25[ruby/tmpdir] Ignore empty environment variablesNobuyoshi Nakada
2022-10-25[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-24[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-24[ruby/irb] Restore standard input/output encodings after input method tests Stan Lo
2022-10-24Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada
2022-10-24[ruby/irb] Add a test case to cover rdoc unintalled scenario st0012
2022-10-24[ruby/irb] Add tests for RelineInputMethod st0012
2022-10-24Fix per-instance Regexp timeout (#6621)Yusuke Endoh
2022-10-23Reduce type check of arguments at Complex creationNobuyoshi Nakada
2022-10-23Update Complex.polar with Complex testsNobuyoshi Nakada
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-21Remove unused class serialJemma Issroff
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh
2022-10-20Unmark Internal IV test as pendingJemma Issroff
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-20push dummy frame for loading processKoichi Sasada
2022-10-20[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`Nobuyoshi Nakada
2022-10-20Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)Samuel Williams
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-19[rubygems/rubygems] Use [] instead of double-quotes Hiroshi SHIBATA
2022-10-19Bypass git submodule add/update with git config protocol.file.allow=always op...Hiroshi SHIBATA
2022-10-19Add support for anonymous shared IO buffers. (#6580)Samuel Williams
2022-10-18[ruby/fiddle] Add support for linker script on LinuxSutou Kouhei
2022-10-18[ruby/fiddle] Fix filenames for glibc SO files on alpha and ia64John Paul Adrian Glaubitz
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA