summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add regression test of invalid mapping mergeJohn Hawthorn2021-10-201-1/+14
* Add setglobal to yjiteileencodes2021-10-201-0/+4
* Fix and uncomment getlocal testJohn Hawthorn2021-10-201-14/+13
* Add flag so we can easily tell if all stats avail. Comment out broken test.Maxime Chevalier-Boisvert2021-10-201-18/+20
* Disable YJIT in MJIT testsAaron Patterson2021-10-201-0/+1
* Allow asserts on results, rather than stdoutJohn Hawthorn2021-10-201-34/+40
* Add assert_no_exits aliasJohn Hawthorn2021-10-201-0/+4
* more testingJohn Hawthorn2021-10-201-2/+16
* Add test for recursionJohn Hawthorn2021-10-201-0/+11
* Add test of yjit compilationJohn Hawthorn2021-10-201-0/+228
* Moved ujit code invalidation test into bootstraptestMaxime Chevalier-Boisvert2021-10-201-27/+0
* MicroJIT: avoid having to invalidate running output codeAlan Wu2021-10-201-0/+27
* Fix evaluation order of hash values for duplicate keysJeremy Evans2021-10-182-5/+28
* [ruby/openssl] require Ruby 2.6 or laterKazuki Yamaguchi2021-10-161-9/+3
* [ruby/openssl] test/openssl/test_ssl: use TLS 1.2 for finished_messages on Li...Kazuki Yamaguchi2021-10-161-0/+1
* [ruby/openssl] fix segv in Timestamp::{Request,Response,TokenInfo}.newNobuhiro IMAI2021-10-161-0/+18
* [ruby/openssl] Fixed misspellingsNobuyoshi Nakada2021-10-161-8/+8
* [ruby/openssl] ssl: add SSLContext#tmp_dh=Kazuki Yamaguchi2021-10-161-7/+17
* [ruby/rdoc] fix: alias to method with call-seqMike Dalessio2021-10-161-0/+48
* [ruby/rdoc] Support linking #==Mike Dalessio2021-10-161-1/+1
* [ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio2021-10-161-0/+33
* [ruby/rdoc] fix: comments in C files use the global markup optionMike Dalessio2021-10-161-0/+17
* [ruby/rdoc] test: add coverage for comment format in a C fileMike Dalessio2021-10-161-0/+16
* Reap rarely leaked threadsNobuyoshi Nakada2021-10-141-0/+3
* [rubygems/rubygems] Remove save_loaded_featuresNobuyoshi Nakada2021-10-143-307/+259
* [rubygems/rubygems] Keep loaded featuresNobuyoshi Nakada2021-10-141-6/+0
* Add more `grpowned?` testsNobuyoshi Nakada2021-10-141-0/+20
* [ruby/irb] Ignore parenthesis during completionKaĆ­que Kandy Koga2021-10-131-0/+7
* [ruby/reline] Skip when unable to set inputNobuyoshi Nakada2021-10-131-1/+6
* [ruby/reline] Close working pipesNobuyoshi Nakada2021-10-121-2/+7
* [ruby/reline] Fix test class not to overwriteNobuyoshi Nakada2021-10-111-1/+1
* [ruby/reline] Reline doesn't have Reline.editing_modeaycabta2021-10-111-4/+0
* [ruby/reline] Add I/O testaycabta2021-10-111-6/+10