summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* MJIT: Fix JIT code for multiple values in a single caseTakashi Kokubun2022-12-251-0/+10
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-261-1/+1
* [ruby/openssl] test/openssl/test_pkey.rb: allow failures in test_s_generate_p...Kazuki Yamaguchi2022-12-261-5/+5
* [ruby/optparse] Add symbolize_names to getoptsJunichi Ito2022-12-261-0/+16
* Rewrite Kernel#loop in Ruby (#6983)Takashi Kokubun2022-12-251-1/+1
* Test of environment variables order for HOME on WindowsNobuyoshi Nakada2022-12-241-0/+18
* Add Dir.home test with encodingNobuyoshi Nakada2022-12-241-0/+10
* MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun2022-12-241-0/+12
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-248-20/+107
* Extract setup of environment variablesNobuyoshi Nakada2022-12-241-13/+12
* Fix missing handling of offset argument in `IO::Buffer` `pread` and `pwrite`....Samuel Williams2022-12-241-0/+29
* test/test_trick.rb: Add tests for TRICK 2022 entriesYusuke Endoh2022-12-241-0/+23
* Add tests for compacting shared arraysPeter Zhu2022-12-231-0/+74
* Don't allow re-embedding frozen arraysPeter Zhu2022-12-231-0/+26
* [ruby/rdoc] Fix fragile testsNobuyoshi Nakada2022-12-231-2/+2
* Debug for zlinux CI [ci skip]Nobuyoshi Nakada2022-12-231-2/+2
* [ruby/rdoc] Clean up home directories for each testNobuyoshi Nakada2022-12-233-12/+8
* [ruby/openssl] test/openssl/test_pkey.rb: allow failures in test_s_generate_p...Kazuki Yamaguchi2022-12-231-0/+5
* [ruby/openssl] pkey/ec: check private key validity with OpenSSL 3Joe Truba2022-12-233-0/+18
* [ruby/openssl] test/openssl/test_ssl.rb: do not run SSL tests if not availableKazuki Yamaguchi2022-12-233-3/+3
* [ruby/openssl] ssl: disable NPN support on LibreSSLKazuki Yamaguchi2022-12-231-15/+5
* [ruby/openssl] test/openssl/test_asn1.rb: remove pend for unsupported LibreSS...Kazuki Yamaguchi2022-12-231-8/+3
* [ruby/openssl] test/openssl/test_asn1.rb: skip failing tests on LibreSSL 3.6.0Kazuki Yamaguchi2022-12-231-3/+6
* Clean intermediate source file in `TestMJIT#test_jit_failure` (#6994)Nobuyoshi Nakada2022-12-221-6/+8
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-222-9/+33
* Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`Nobuyoshi Nakada2022-12-221-0/+3
* Make sure TracePoint#binding returns nil for c_call/c_return eventsJeremy Evans2022-12-211-25/+45
* Add copy with changes functionality for Data objects (#6766)Ufuk Kayserilioglu2022-12-211-0/+59
* Make Enumerartor.product return nil when called with a blockAkinori MUSHA2022-12-211-1/+1
* Make product consistently yield an array of N elements instead of N argumentsAkinori MUSHA2022-12-211-4/+40
* test/socket/test_addrinfo.rb: Suppress Errno::EACCES on WindowsNobuyoshi Nakada2022-12-211-2/+2
* [ruby/optparse] The encoding argument of `Regexp.new` has been ignored since 1.9Nobuyoshi Nakada2022-12-211-0/+3
* test_readline#test_without_tty: Use EnvUtil.rubybinSorah Fukumori2022-12-211-1/+3
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-0/+12
* Use an experimental warning for Fiber#storage=Benoit Daloze2022-12-201-2/+5
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-2/+1
* [Bug #19242] Prohibit circular causes to be loadedNobuyoshi Nakada2022-12-201-0/+12
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-202-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-12-202-5/+5
* [rubygems/rubygems] Cleanup intermediate artifacts after installing built ext...Eloy Espinaco2022-12-201-0/+35
* [rubygems/rubygems] Use better name for variableDavid Rodríguez2022-12-201-3/+3
* [rubygems/rubygems] Fix tests checking intermediate filesEloy Espinaco2022-12-202-2/+2
* Prevent a "method redefined" warningYusuke Endoh2022-12-171-0/+3
* Prevent warning "assigned but unused variable - initial_shape"Yusuke Endoh2022-12-171-1/+1
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* Add tests for `Queue#pop` with fiber scheduler. (#6953)Samuel Williams2022-12-171-0/+42
* Clean up Ruby Shape APIJemma Issroff2022-12-161-1/+1
* [Feature #18033] Parse more strictly conformant with ISO-8601Nobuyoshi Nakada2022-12-161-3/+7
* [Feature #18033] Add `precision:` optionNobuyoshi Nakada2022-12-161-0/+3
* [Feature #18033] More strict checksNobuyoshi Nakada2022-12-161-0/+36