aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei2020-07-201-0/+78
* [ruby/csv] Add `invalid: :replace` for `CSV.open` (#130)Koichi ITO2020-07-201-0/+30
* [ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO2020-07-201-0/+10
* [ruby/csv] Add `undef: :replace` for `CSV.open` (#129)Koichi ITO2020-07-201-0/+22
* [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei2020-07-201-4/+4
* [ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] test: use binary mode explicitly for Ruby 2.7Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-0/+5
* [ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi2020-07-203-24/+36
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-0/+7
* [ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane2020-07-201-0/+3
* [ruby/csv] Suppress warningsSutou Kouhei2020-07-201-2/+16
* Revert "test/csv/write/test_general.rb: suppress warnings"Nobuyoshi Nakada2020-07-201-4/+0
* Special case Range#max for integer beginning and Float::Infinity endJeremy Evans2020-07-191-0/+6