summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-08-18[ruby/irb] Add require 'irb' to test separatelyaycabta
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-08-18[ruby/irb] Add tests about IRB historyaycabta
2020-08-18[ruby/irb] Support oneline method definitionaycabta
2020-08-18test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh
2020-08-18Disable debugging test.Koichi Sasada
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-08-16Remove the deprecated override of Kernel#open in open-uriJeremy Evans
2020-08-13rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-13rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-12Fix corruption in ARGF.inplacePeter Zhu
2020-08-12string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki
2020-08-11Test out fix for OpenSSL test flakinessAlan Wu
2020-08-11Enable s390x invokebuiltin JIT test againTakashi Kokubun
2020-08-07Add more debug info to test_verifyKazuhiro NISHIYAMA
2020-08-06Add verbose message to random failed assertionKazuhiro NISHIYAMA
2020-08-06[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh
2020-08-06Apply timeout-scale to test_thr_kill.Jun Aruga
2020-08-03[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans
2020-08-03[ruby/net-http] Switch invalid server name formatJeremy Evans
2020-07-31[rubygems/rubygems] Enable `Layout/LeadingEmptyLines` in rubygemsDavid Rodríguez
2020-07-31[rubygems/rubygems] Fix some intermittent test failures on trufflerubyDavid Rodríguez
2020-07-31[rubygems/rubygems] Setup no longer generates formatted executables by defaultDavid Rodríguez
2020-07-31[rubygems/rubygems] Let more exceptions flowDavid Rodríguez
2020-07-31[rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada
2020-07-31[rubygems/rubygems] Fix skip messageDavid Rodríguez
2020-07-31[rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez
2020-07-31[rubygems/rubygems] Set the expected hash in one stepDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove unnecessary checkDavid Rodríguez
2020-07-31[rubygems/rubygems] https functionality was merged into `net/https`David Rodríguez
2020-07-31[rubygems/rubygems] Run `test/rubygems/test_bundled_ca.rb` locallyDavid Rodríguez
2020-07-31[rubygems/rubygems] Remove unused TEST_SSL environment variableDavid Rodríguez
2020-07-31[rubygems/rubygems] Fix encoding mismatch errors on MinGWNobuyoshi Nakada
2020-07-31[rubygems/rubygems] Reword warningbronzdoc
2020-07-31[rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc
2020-07-31[rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez
2020-07-31[rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez
2020-07-31[rubygems/rubygems] Deduplicate the requirement operators in memoryJean Boussier
2020-07-31Stop using deprecated OpenSSL::Digest constantsBart de Water
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-07-31Added NUL-contained casesNobuyoshi Nakada
2020-07-30Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune
2020-07-30Add explicitly require for Dir.mktmpdirHiroshi SHIBATA
2020-07-30Apply timeout-scale to test_nogvl_poll.Jun Aruga
2020-07-28Fix Time#ceil when result should be the same as the receiverJeremy Evans