summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] handle rescue modifier properlyNobuhiro IMAI2020-07-221-0/+27
* [ruby/irb] Add test_eval_object_without_inspect_methodaycabta2020-07-221-0/+17
* [ruby/irb] Add encoding magic comments of editorsaycabta2020-07-221-0/+26
* [ruby/irb] Suppress incomplete encoding magic comment erroraycabta2020-07-221-0/+13
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-221-0/+13
* [ruby/stringio] No compatibility check in US-ASCII caseNobuyoshi Nakada2020-07-201-0/+6
* [ruby/stringio] Added non-ASCII but convertible encoding caseNobuyoshi Nakada2020-07-201-0/+3
* [ruby/stringio] Raise an error if encoding conversion not succeededNobuyoshi Nakada2020-07-201-0/+25
* Remove trailing spaces [ci skip]Nobuyoshi Nakada2020-07-201-2/+2
* Add multi-threaded I/O test.Samuel Williams2020-07-201-0/+23
* Improve consistency of tests.Samuel Williams2020-07-203-5/+13
* [ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a...Sutou Kouhei2020-07-201-0/+12