summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-07-20[ruby/csv] Add `undef: :replace` for `CSV.open` (#129)Koichi ITO
2020-07-20[ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei
2020-07-20[ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"Sutou Kouhei
2020-07-20[ruby/csv] test: use binary mode explicitly for Ruby 2.7Sutou Kouhei
2020-07-20[ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei
2020-07-20[ruby/csv] Ensuring StringIO's encoding in CSV.generate (#111)Seiei Miyagi
2020-07-20[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald
2020-07-20[ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane
2020-07-20[ruby/csv] Suppress warningsSutou Kouhei
2020-07-20Revert "test/csv/write/test_general.rb: suppress warnings"Nobuyoshi Nakada
2020-07-19Special case Range#max for integer beginning and Float::Infinity endJeremy Evans
2020-07-19Fix Range#max for beginless Integer ranges [Bug #17034]Michael Kohl
2020-07-18Optimize Array#min (#3324)Kenta Murata
2020-07-18Optimize Array#max (#3325)Kenta Murata
2020-07-18Suppress bell during the testNobuyoshi Nakada
2020-07-17Fix MonitorMixin when the super's initialize has kwargsMasataka Pocke Kuwabara
2020-07-16Remove fiber HTTP test.Samuel Williams