summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-28vm_backtrace.c: let rb_profile_frames show cfunc framesYusuke Endoh
2020-07-27Prevent SystemStackError when calling super in module with activated refinementJeremy Evans
2020-07-24Respect visibility in non-array Enumerable#inject [Bug #13592]Nobuyoshi Nakada
2020-07-24Fix Time#to_a behavior with timezone [Bug #17046]S.H
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-23Improved Enumerable::Lazy#flat_mapNobuyoshi Nakada
2020-07-23Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada
2020-07-23Test for weeknumber with timezone [Bug #17042]Nobuyoshi Nakada
2020-07-23Avoid allocating a string when dumping an anonymous module or classJean Boussier
2020-07-22Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans
2020-07-22Sometimes result indicator (=>) isn't shownaycabta
2020-07-22Use simple assersionaycabta
2020-07-22[ruby/irb] handle rescue modifier properlyNobuhiro IMAI
2020-07-22[ruby/irb] Add test_eval_object_without_inspect_methodaycabta
2020-07-22[ruby/irb] Add encoding magic comments of editorsaycabta
2020-07-22[ruby/irb] Suppress incomplete encoding magic comment erroraycabta
2020-07-22[ruby/irb] Suppress incomplete coding magic comment erroraycabta
2020-07-20[ruby/stringio] No compatibility check in US-ASCII caseNobuyoshi Nakada
2020-07-20[ruby/stringio] Added non-ASCII but convertible encoding caseNobuyoshi Nakada
2020-07-20[ruby/stringio] Raise an error if encoding conversion not succeededNobuyoshi Nakada
2020-07-20Remove trailing spaces [ci skip]Nobuyoshi Nakada
2020-07-20Add multi-threaded I/O test.Samuel Williams
2020-07-20Improve consistency of tests.Samuel Williams
2020-07-20[ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field a...Sutou Kouhei
2020-07-20[ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei
2020-07-20[ruby/csv] Add `invalid: :replace` for `CSV.open` (#130)Koichi ITO
2020-07-20[ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO