summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-10-20Exit when the object is frozenAaron Patterson
2021-10-20Allow calling variadic cfuncs with many argsJohn Hawthorn
2021-10-20Allow special case of expandarray with nilJohn Hawthorn
2021-10-20Implement newrangeJohn Hawthorn
2021-10-20Implement invokesuper using cfp->ep[ME] checkJohn Hawthorn
2021-10-20Avoid immediate side exits in checktypeJohn Hawthorn
2021-10-20Add toregexp to yjiteileencodes
2021-10-20Implement putspecialobjectJohn Hawthorn
2021-10-20Add opt_regexpmatch2John Hawthorn
2021-10-20Implement tostring instruction for yjiteileencodes
2021-10-20Add regression test of invalid mapping mergeJohn Hawthorn
2021-10-20Add setglobal to yjiteileencodes
2021-10-20Fix and uncomment getlocal testJohn Hawthorn
2021-10-20Add flag so we can easily tell if all stats avail. Comment out broken test.Maxime Chevalier-Boisvert
2021-10-20Disable YJIT in MJIT testsAaron Patterson
2021-10-20Allow asserts on results, rather than stdoutJohn Hawthorn
2021-10-20Add assert_no_exits aliasJohn Hawthorn
2021-10-20more testingJohn Hawthorn
2021-10-20Add test for recursionJohn Hawthorn
2021-10-20Add test of yjit compilationJohn Hawthorn
2021-10-20Moved ujit code invalidation test into bootstraptestMaxime Chevalier-Boisvert
2021-10-20MicroJIT: avoid having to invalidate running output codeAlan Wu
2021-10-18Fix evaluation order of hash values for duplicate keysJeremy Evans
2021-10-16[ruby/openssl] require Ruby 2.6 or laterKazuki Yamaguchi
2021-10-16[ruby/openssl] test/openssl/test_ssl: use TLS 1.2 for finished_messages on Li...Kazuki Yamaguchi
2021-10-16[ruby/openssl] fix segv in Timestamp::{Request,Response,TokenInfo}.newNobuhiro IMAI
2021-10-16[ruby/openssl] Fixed misspellingsNobuyoshi Nakada
2021-10-16[ruby/openssl] ssl: add SSLContext#tmp_dh=Kazuki Yamaguchi
2021-10-16[ruby/rdoc] fix: alias to method with call-seqMike Dalessio
2021-10-16[ruby/rdoc] Support linking #==Mike Dalessio
2021-10-16[ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio
2021-10-16[ruby/rdoc] fix: comments in C files use the global markup optionMike Dalessio
2021-10-16[ruby/rdoc] test: add coverage for comment format in a C fileMike Dalessio
2021-10-14Reap rarely leaked threadsNobuyoshi Nakada
2021-10-14[rubygems/rubygems] Remove save_loaded_featuresNobuyoshi Nakada
2021-10-14[rubygems/rubygems] Keep loaded featuresNobuyoshi Nakada
2021-10-14Add more `grpowned?` testsNobuyoshi Nakada
2021-10-13[ruby/irb] Ignore parenthesis during completionKaĆ­que Kandy Koga
2021-10-13[ruby/reline] Skip when unable to set inputNobuyoshi Nakada
2021-10-12[ruby/reline] Close working pipesNobuyoshi Nakada
2021-10-11[ruby/reline] Fix test class not to overwriteNobuyoshi Nakada
2021-10-11[ruby/reline] Reline doesn't have Reline.editing_modeaycabta
2021-10-11[ruby/reline] Add I/O testaycabta
2021-10-11[ruby/reline] Use single quotes to match the othersaycabta
2021-10-11[ruby/reline] Add a test for Reline.delete_textaycabta
2021-10-11[ruby/reline] Add assertions for Reline.pointaycabta
2021-10-11[ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-11[ruby/irb] Clean up a duplicated definitionTakashi Kokubun
2021-10-10[ruby/irb] trufflruby fails on the show_source testTakashi Kokubun