summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/reline] Use single quotes to match the othersaycabta2021-10-111-1/+1
* [ruby/reline] Add a test for Reline.delete_textaycabta2021-10-111-0/+19
* [ruby/reline] Add assertions for Reline.pointaycabta2021-10-111-4/+2
* [ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta2021-10-111-5/+3
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
* [ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta2021-10-112-0/+43
* [ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans2021-10-111-0/+2
* [ruby/io-console] Skip Interrupt test on Solaris tooNobuyoshi Nakada2021-10-111-1/+1
* [ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez2021-10-101-4/+7
* [ruby/rubygems] Explicit check file not created outside of destinationDavid Rodríguez2021-10-101-0/+2
* [ruby/rubygems] Refactor symlink attack specsDavid Rodríguez2021-10-101-19/+15
* [ruby/reline] Fix tests to show dialog to the right edgeaycabta2021-10-091-8/+8
* [ruby/reline] Add a test for full-width scrollbaraycabta2021-10-092-0/+19
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-091-0/+2
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-081-1/+26
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-081-0/+2
* [ruby/irb] Add tests for truncated show doc dialogaycabta2021-10-081-0/+46
* [ruby/reline] Add a test for narrow screen without scrollbaraycabta2021-10-081-0/+16
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-081-0/+26
* Dump outer variables tables when dumping an iseq to binaryAaron Patterson2021-10-071-0/+10
* Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada2021-10-081-3/+5
* [ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans2021-10-071-1/+25
* [ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie2021-10-071-0/+11
* [ruby/ipaddr] Disallow leading zeros in maskJeremy Evans2021-10-071-0/+2