aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-242-0/+66
* [ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez2021-10-241-0/+9
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-0/+13
* [ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socketKazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson2021-10-231-0/+11
* [ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_paramete...Kazuki Yamaguchi2021-10-231-16/+11
* [ruby/openssl] test/openssl/test_ssl: fix illegal SAN extensionKazuki Yamaguchi2021-10-231-2/+1
* [ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0Kazuki Yamaguchi2021-10-231-148/+149
* [ruby/openssl] test/openssl/test_ssl: relax regex to match OpenSSL's error me...Kazuki Yamaguchi2021-10-231-1/+3
* [ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi2021-10-234-24/+14
* [ruby/openssl] test/openssl/test_ssl: assume TLS 1.2 supportKazuki Yamaguchi2021-10-233-55/+26
* [ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi2021-10-235-51/+44
* Disable did_you_mean in TestPatternMatchingYuki Nishijima2021-10-221-0/+19
* Remove the test for DYM's verbose formatterYuki Nishijima2021-10-221-8/+0
* Sync did_you_mean againYuki Nishijima2021-10-223-38/+21
* Revert "Sync did_you_mean"Yuki Nishijima2021-10-223-21/+38
* Sync did_you_meanYuki Nishijima2021-10-223-38/+21
* 'uri/https' is neededKoichi Sasada2021-10-221-0/+1
* [ruby/uri] URI#HTTP#origin and URI#HTTP#authority (https://github.com/ruby/ur...Tiago2021-10-221-7/+23
* Import bigdecimal-3.1.0.devHiroshi SHIBATA2021-10-222-5/+3
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-211-0/+65
* freeze (make shareable) script_linesKoichi Sasada2021-10-211-0/+1
* `RubyVM.keep_script_lines`Koichi Sasada2021-10-211-0/+52
* Fix test_version again for RUBY_YJIT_ENABLE=1Takashi Kokubun2021-10-201-1/+3
* Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun2021-10-201-5/+8
* Improve YJIT command line option parsingAlan Wu2021-10-201-0/+8
* Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu2021-10-203-8/+44
* Implement getclassvariable in yjiteileencodes2021-10-201-0/+5
* Add a slowpath for opt_getinlinecacheAlan Wu2021-10-201-0/+28
* Fix excessive invalidation for opt_getinlinecacheAlan Wu2021-10-201-1/+26
* Implement invokebuiltinJohn Hawthorn2021-10-201-0/+13
* Add test for setlocalJohn Hawthorn2021-10-201-0/+14
* Specialize based on types of opt_asetJohn Hawthorn2021-10-201-0/+7
* Add tests against side exits for non-fixnumJohn Hawthorn2021-10-201-0/+41
* Revert "disable yjit when testing mjit"Aaron Patterson2021-10-201-3/+3
* Implement getspecialJohn Hawthorn2021-10-201-0/+9
* Add tests against opt_eq side exitsJohn Hawthorn2021-10-201-0/+42
* disable yjit when testing mjitAaron Patterson2021-10-201-8/+8
* Exit when the object is frozenAaron Patterson2021-10-201-0/+14
* Allow calling variadic cfuncs with many argsJohn Hawthorn2021-10-201-0/+14
* Allow special case of expandarray with nilJohn Hawthorn2021-10-201-0/+13
* Implement newrangeJohn Hawthorn2021-10-201-0/+8
* Implement invokesuper using cfp->ep[ME] checkJohn Hawthorn2021-10-201-0/+34
* Avoid immediate side exits in checktypeJohn Hawthorn2021-10-201-0/+10
* Add toregexp to yjiteileencodes2021-10-201-0/+4
* Implement putspecialobjectJohn Hawthorn2021-10-201-1/+5
* Add opt_regexpmatch2John Hawthorn2021-10-201-0/+10
* Implement tostring instruction for yjiteileencodes2021-10-201-0/+4