summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-07-11[ruby/rdoc] `RubyVM` is implementation dependentNobuyoshi Nakada
2022-07-11[ruby/rdoc] Fix the known classes moreNobuyoshi Nakada
2022-07-11[ruby/rdoc] Fix an exception class nameNobuyoshi Nakada
2022-07-09[ruby/openssl] Skip a new test when old OpenSSLNobuyoshi Nakada
2022-07-09[ruby/openssl] Strip trailing spaces [ci skip]Nobuyoshi Nakada
2022-07-08[ruby/openssl] Let OpenSSL choose the digest if digest for Openssl::OCSP::Bas...Jarek Prokop
2022-07-08[ruby/openssl] Fix test of cipher name to pass in LibreSSL 3.4Jeremy Evans
2022-07-08[ruby/openssl] Add 'ciphersuites=' method to allow setting of TLSv1.3 cipher ...twkmd12
2022-07-08[ruby/openssl] Skip optional wildcard SAN tests on LibreSSL 3.5.0+Jeremy Evans
2022-07-08[Bug #18890] Suppress warnings and fix the messageNobuyoshi Nakada
2022-07-08Relax assertion condition for thread local countersNobuyoshi Nakada
2022-07-07Thread#value: handle threads killed by a forkJean Boussier
2022-07-07thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier
2022-07-07[Bug #18892] Reset `ARGF.lineno` after reading shebangNobuyoshi Nakada
2022-07-07[ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar
2022-07-06[Bug #18898] Fallback invalid external encoding to the defaultNobuyoshi Nakada
2022-07-06[Bug #18890] newline should be insignificant after pattern labelNobuyoshi Nakada
2022-07-06[rubygems/rubygems] add message when gems are requested to be updated but the...Brian Le
2022-07-06[rubygems/rubygems] output gems already up-to-date regardless if any gems wer...Brian Le
2022-07-05Synchronize the test thread not to die before assertionsNobuyoshi Nakada
2022-07-05[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-07-05[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-07-04ObjectSpace.dump: Include string coderangeJean Boussier
2022-07-01[ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File`Nobuyoshi Nakada
2022-06-30[rubygems/rubygems] Prevent a warning: `*' interpreted as argument prefixYusuke Endoh
2022-06-30[Bug #18877] Let `lex_ctxt` not to eat escaped whitespaceNobuyoshi Nakada
2022-06-29Refactor tests for moving strings with compactionPeter Zhu
2022-06-29[Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada
2022-06-29[rubygems/rubygems] Support ruby 2.3 and 2.4Ian Ker-Seymer
2022-06-29[rubygems/rubygems] Upgrade rb-sys to 0.9.14Ian Ker-Seymer
2022-06-29[rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez
2022-06-29[rubygems/rubygems] Add missing test for user installation directoryDavid Rodríguez
2022-06-29[ruby/irb] Properly reset USE_COLORIZE after changing it in testsst0012
2022-06-28[rubygems/rubygems] Fix test_install_location_extra_slash on alpineTomas Volf
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo