summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-23[rubygems/rubygems] Display mfa warnings on gem signinAshley Ellis Pierce
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-22[rubygems/rubygems] Use `SystemExit#status` as `exit_code`Nobuyoshi Nakada
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-07-22Dump non-ASCII char as unsignedNobuyoshi Nakada
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier
2022-07-21objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier
2022-07-21Revert "Do not chomp trailing line separator IO#each with nil separator and c...Jeremy Evans
2022-07-21Do not have class/module keywords look up ancestors of ObjectJeremy Evans
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Make String#each_line work correctly with paragraph separator and chompJeremy Evans
2022-07-21[ruby/digest] Ignore test_ractor.rb on non-Ractor rubyNobuyoshi Nakada
2022-07-21[ruby/digest] Find an available digest algorithm to testNobuyoshi Nakada
2022-07-20Ensure _id2ref finds symbols with the correct typeDaniel Colson
2022-07-20Match +YJIT in Ruby desc when testing segv (#6141)Noah Gibbs
2022-07-20[rubygems/rubygems] Fix `ruby setup.rb --destdir /foo` modifying global specsDavid Rodríguez
2022-07-20[rubygems/rubygems] Refactor destdir checksDavid Rodríguez
2022-07-20[rubygems/rubygems] More cleanupDavid Rodríguez
2022-07-20[rubygems/rubygems] Unify common logicDavid Rodríguez
2022-07-20[rubygems/rubygems] Fix casing typo when resetting `RbConfig::CONFIG["ENABLE_...David Rodríguez
2022-07-20[Bug #18905] Check symbol name types more strictlyNobuyoshi Nakada
2022-07-19[ruby/fileutils] Add an octal prefix to clarify to be octalNobuyoshi Nakada
2022-07-19[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-07-19[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-07-18[ruby/rdoc] Fix call-seq for aliased method with similar namesPeter Zhu
2022-07-18[rubygems/rubygems] Fix upgrading RubyGems with a customized `Gem.default_dir`David Rodríguez
2022-07-18[Bug #18922] Normalize time at 24:00:00 UTCNobuyoshi Nakada
2022-07-17[rubygems/rubygems] Stop using `/dev/null` for silent ui for WASI platformYuta Saito
2022-07-17Fix tests for ABI incompatible binary error messagsNobuyoshi Nakada
2022-07-16[rubygems/rubygems] Drop support for old `Gem::Specification` versionsNobuyoshi Nakada
2022-07-15YJIT: Add send unit tests (#6143)Noah Gibbs
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-07-15Implement Objects on VWAPeter Zhu
2022-07-14MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun
2022-07-14[ruby/set] Get rid of use of `Gem::Version`Nobuyoshi Nakada
2022-07-13GVL Instrumentation: remove the EXITED count assertionJean Boussier
2022-07-13thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-07-12[Feature #18901] Don't run size pool move tests without VWAMatt Valentine-House
2022-07-12[Feature #18901] Support size pool movement for ArraysMatt Valentine-House
2022-07-12Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada
2022-07-12Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada
2022-07-12[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-07-12[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-07-11Fix a regression of b2e58b02aec73f9c350bf109c021c180fc699cccYusuke Endoh
2022-07-11[ruby/reline] Add tests for top-level dialog color APIsst0012
2022-07-11Replace use of double_heap in tests with expand_heapMatt Valentine-House
2022-07-10Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun
2022-07-10Fix #5872 for MJIT GitHub ActionsTakashi Kokubun