aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* Fix corruption in ARGF.inplacePeter Zhu2020-08-121-0/+15
* string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki2020-08-121-0/+5
* Test out fix for OpenSSL test flakinessAlan Wu2020-08-111-1/+1
* Enable s390x invokebuiltin JIT test againTakashi Kokubun2020-08-111-1/+0
* Add more debug info to test_verifyKazuhiro NISHIYAMA2020-08-071-1/+1
* Add verbose message to random failed assertionKazuhiro NISHIYAMA2020-08-061-1/+1
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-061-2/+2
* Apply timeout-scale to test_thr_kill.Jun Aruga2020-08-061-1/+1
* [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans2020-08-031-0/+8
* [ruby/net-http] Switch invalid server name formatJeremy Evans2020-08-031-5/+5
* [rubygems/rubygems] Enable `Layout/LeadingEmptyLines` in rubygemsDavid Rodríguez2020-07-311-1/+0
* [rubygems/rubygems] Fix some intermittent test failures on trufflerubyDavid Rodríguez2020-07-311-0/+2
* [rubygems/rubygems] Setup no longer generates formatted executables by defaultDavid Rodríguez2020-07-311-6/+4
* [rubygems/rubygems] Let more exceptions flowDavid Rodríguez2020-07-311-3/+14
* [rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada2020-07-311-0/+22
* [rubygems/rubygems] Fix skip messageDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Make sure tests at least load without opensslDavid Rodríguez2020-07-313-1/+12
* [rubygems/rubygems] Set the expected hash in one stepDavid Rodríguez2020-07-311-5/+4
* [rubygems/rubygems] Remove unnecessary checkDavid Rodríguez2020-07-311-6/+4
* [rubygems/rubygems] https functionality was merged into `net/https`David Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Run `test/rubygems/test_bundled_ca.rb` locallyDavid Rodríguez2020-07-311-36/+34
* [rubygems/rubygems] Remove unused TEST_SSL environment variableDavid Rodríguez2020-07-311-1/+1
* [rubygems/rubygems] Fix encoding mismatch errors on MinGWNobuyoshi Nakada2020-07-311-2/+2
* [rubygems/rubygems] Reword warningbronzdoc2020-07-311-1/+1
* [rubygems/rubygems] Warn on duplicate dependency in a specificationbronzdoc2020-07-311-0/+7
* [rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez2020-07-311-0/+10
* [rubygems/rubygems] Prefer the standard separator on WindowsDavid Rodríguez2020-07-311-2/+2
* [rubygems/rubygems] Deduplicate the requirement operators in memoryJean Boussier2020-07-311-0/+6
* Stop using deprecated OpenSSL::Digest constantsBart de Water2020-07-314-12/+10
* Enforce no empty lines around class body in rubygemsDavid Rodríguez2020-07-31135-306/+0
* Added NUL-contained casesNobuyoshi Nakada2020-07-311-0/+17
* Fix Array#flatten for recursive array when given positive depth [Bug #17092]Marc-Andre Lafortune2020-07-301-3/+11
* Add explicitly require for Dir.mktmpdirHiroshi SHIBATA2020-07-301-0/+1
* Apply timeout-scale to test_nogvl_poll.Jun Aruga2020-07-301-1/+2
* Fix Time#ceil when result should be the same as the receiverJeremy Evans2020-07-281-0/+5
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-2/+2
* vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh2020-07-281-5/+11
* Prevent SystemStackError when calling super in module with activated refinementJeremy Evans2020-07-271-0/+31
* Respect visibility in non-array Enumerable#inject [Bug #13592]Nobuyoshi Nakada2020-07-241-0/+56
* Fix Time#to_a behavior with timezone [Bug #17046]S.H2020-07-241-0/+6
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-07-231-2/+2
* Improved Enumerable::Lazy#flat_mapNobuyoshi Nakada2020-07-231-0/+4
* Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada2020-07-231-22/+0
* Test for weeknumber with timezone [Bug #17042]Nobuyoshi Nakada2020-07-231-0/+1
* Avoid allocating a string when dumping an anonymous module or classJean Boussier2020-07-231-0/+27
* Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans2020-07-221-7/+6
* Sometimes result indicator (=>) isn't shownaycabta2020-07-221-1/+1
* Use simple assersionaycabta2020-07-221-3/+1