summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada2022-12-161-0/+21
* Unconditionally warn "unknown pack/unpack directive"Yusuke Endoh2022-12-161-10/+2
* Reject keyword arguments given to Enumerator::Product.newAkinori MUSHA2022-12-161-0/+8
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* fixed encoding tableKoichi Sasada2022-12-161-1/+15
* YJIT: Fix `obj.send(:call)`Alan Wu2022-12-151-0/+6
* Indicate if a shape is too_complex in ObjectSpace#dumpJemma Issroff2022-12-151-0/+29
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-0/+3
* Transition complex objects to "too complex" shapeJemma Issroff2022-12-151-0/+186
* Revert "Fix Object Movement allocation in GC"Peter Zhu2022-12-151-3/+0
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-0/+3
* Disallow mixed usage of ... and */**Shugo Maeda2022-12-152-29/+7
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-155-8/+3
* [rubygems/rubygems] Clean up Indexer build files in testsNobuyoshi Nakada2022-12-141-20/+39