aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Range#{max,minmax} for range with integer beginning and non-integer endJeremy Evans2020-07-131-2/+11
* Make the mkmf methods private in the global [Bug #16896]Nobuyoshi Nakada2020-07-131-0/+15
* Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada2020-07-121-0/+2
* bidecimal: improve tests' independence (#3297)Kenta Murata2020-07-122-7/+15
* Encode ' as ' when using encode(xml: :attr)Jeremy Evans2020-07-102-6/+6
* Fix an inaccurate comment in test_jitTakashi Kokubun2020-07-101-1/+3
* Make sure vm_call_cfunc uses inlined ccTakashi Kokubun2020-07-101-0/+16
* Add instance_methods to class generated by DelegateClassMasataka Pocke Kuwabara2020-07-091-0/+34
* Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...manga_osyo2020-07-081-0/+15