aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Range#max for beginless Integer ranges [Bug #17034]Michael Kohl2020-07-191-0/+4
* Optimize Array#min (#3324)Kenta Murata2020-07-181-0/+2
* Optimize Array#max (#3325)Kenta Murata2020-07-181-0/+3
* Suppress bell during the testNobuyoshi Nakada2020-07-181-1/+8
* Fix MonitorMixin when the super's initialize has kwargsMasataka Pocke Kuwabara2020-07-171-0/+16
* Remove fiber HTTP test.Samuel Williams2020-07-161-28/+0
* Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada2020-07-151-0/+20
* Close sockets if blocking to fix leaked fdsNobuyoshi Nakada2020-07-151-1/+7
* rubygems is needed to run solo-file testKoichi Sasada2020-07-151-0/+1
* rubygems is needed to run solo-file testKoichi Sasada2020-07-151-0/+1