aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/set] Get rid of use of `Gem::Version`Nobuyoshi Nakada2022-07-141-1/+1
* GVL Instrumentation: remove the EXITED count assertionJean Boussier2022-07-131-1/+0
* thread/test_instrumentation_api: cleanup all existing threads in setupJean Boussier2022-07-131-0/+9
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-133-0/+19
* [Feature #18901] Don't run size pool move tests without VWAMatt Valentine-House2022-07-121-0/+2
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-121-0/+40
* Refactor tests for ThreadInstrumentation countersNobuyoshi Nakada2022-07-121-15/+16
* Use `IO.popen` to fork and exit the child process without cleanupNobuyoshi Nakada2022-07-121-16/+12
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-07-122-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-07-122-5/+5
* Fix a regression of b2e58b02aec73f9c350bf109c021c180fc699cccYusuke Endoh2022-07-111-0/+21
* [ruby/reline] Add tests for top-level dialog color APIsst00122022-07-111-0/+17
* Replace use of double_heap in tests with expand_heapMatt Valentine-House2022-07-111-5/+5
* Use NO_JIT_DESCRIPTION only when neededTakashi Kokubun2022-07-101-4/+5
* Fix #5872 for MJIT GitHub ActionsTakashi Kokubun2022-07-103-9/+11
* [ruby/rdoc] `RubyVM` is implementation dependentNobuyoshi Nakada2022-07-111-0/+2
* [ruby/rdoc] Fix the known classes moreNobuyoshi Nakada2022-07-111-2/+23
* [ruby/rdoc] Fix an exception class nameNobuyoshi Nakada2022-07-111-0/+2
* [ruby/openssl] Skip a new test when old OpenSSLNobuyoshi Nakada2022-07-091-0/+4
* [ruby/openssl] Strip trailing spaces [ci skip]Nobuyoshi Nakada2022-07-091-2/+2
* [ruby/openssl] Let OpenSSL choose the digest if digest for Openssl::OCSP::Bas...Jarek Prokop2022-07-081-1/+1
* [ruby/openssl] Fix test of cipher name to pass in LibreSSL 3.4Jeremy Evans2022-07-081-1/+5
* [ruby/openssl] Add 'ciphersuites=' method to allow setting of TLSv1.3 cipher ...twkmd122022-07-081-0/+89
* [ruby/openssl] Skip optional wildcard SAN tests on LibreSSL 3.5.0+Jeremy Evans2022-07-081-0/+6
* [Bug #18890] Suppress warnings and fix the messageNobuyoshi Nakada2022-07-082-6/+15
* Relax assertion condition for thread local countersNobuyoshi Nakada2022-07-081-1/+3
* Thread#value: handle threads killed by a forkJean Boussier2022-07-071-0/+14
* thread_pthread.c: call SUSPENDED event when entering native_sleepJean Boussier2022-07-071-48/+54
* [Bug #18892] Reset `ARGF.lineno` after reading shebangNobuyoshi Nakada2022-07-071-0/+11
* [ruby/pstore] Emphasize keys instead of roots, values instead of objects (htt...Burdette Lamar2022-07-071-0/+32
* [Bug #18898] Fallback invalid external encoding to the defaultNobuyoshi Nakada2022-07-061-0/+10
* [Bug #18890] newline should be insignificant after pattern labelNobuyoshi Nakada2022-07-062-0/+48
* [rubygems/rubygems] add message when gems are requested to be updated but the...Brian Le2022-07-061-0/+20
* [rubygems/rubygems] output gems already up-to-date regardless if any gems wer...Brian Le2022-07-061-0/+1
* Synchronize the test thread not to die before assertionsNobuyoshi Nakada2022-07-051-1/+6
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-07-052-5/+5
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-07-052-5/+5
* ObjectSpace.dump: Include string coderangeJean Boussier2022-07-041-0/+10
* [ruby/stringio] Fix the result of `StringIO#truncate` so compatible with `File`Nobuyoshi Nakada2022-07-011-2/+2
* [rubygems/rubygems] Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-06-301-2/+2
* [Bug #18877] Let `lex_ctxt` not to eat escaped whitespaceNobuyoshi Nakada2022-06-301-0/+4
* Refactor tests for moving strings with compactionPeter Zhu2022-06-291-28/+22
* [Bug #18884] `class` cannot be just followed by modifiersNobuyoshi Nakada2022-06-291-0/+7
* [rubygems/rubygems] Support ruby 2.3 and 2.4Ian Ker-Seymer2022-06-294-10/+10
* [rubygems/rubygems] Upgrade rb-sys to 0.9.14Ian Ker-Seymer2022-06-296-334/+44
* [rubygems/rubygems] Add `gem env user_gemhome` and `gem env user_gemdir`David Rodríguez2022-06-291-0/+22
* [rubygems/rubygems] Add missing test for user installation directoryDavid Rodríguez2022-06-291-0/+2
* [ruby/irb] Properly reset USE_COLORIZE after changing it in testsst00122022-06-291-106/+118
* [rubygems/rubygems] Fix test_install_location_extra_slash on alpineTomas Volf2022-06-281-3/+1
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-18/+28