aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Hoisted out WIDE_ENCODINGSNobuyoshi Nakada2019-06-291-8/+8
* Set file name and line numberNobuyoshi Nakada2019-06-291-3/+3
* Adjust caller's line number, expect the next line as here-docNobuyoshi Nakada2019-06-291-1/+1
* Removed unused variablesNobuyoshi Nakada2019-06-283-7/+4
* Add parentheses to suppress a warningNobuyoshi Nakada2019-06-281-4/+4
* Test string contentNobuyoshi Nakada2019-06-281-0/+1
* Removed unused variablesNobuyoshi Nakada2019-06-282-2/+1
* Fixed a variable nameNobuyoshi Nakada2019-06-281-1/+1
* Removed excess spacesNobuyoshi Nakada2019-06-282-2/+2
* Fixed name conflict between helper classesNobuyoshi Nakada2019-06-282-2/+8
* Skip instead of returnNobuyoshi Nakada2019-06-281-2/+1
* Suppress unused variable warningsNobuyoshi Nakada2019-06-281-16/+15
* Use assert_separately instead of invoke_rubyNobuyoshi Nakada2019-06-281-10/+13
* Define singleton method on each new objectsNobuyoshi Nakada2019-06-281-0/+2
* Suppress redefinition and void context warningsNobuyoshi Nakada2019-06-281-1/+1
* Use assigned local variableNobuyoshi Nakada2019-06-281-1/+1
* Wait for the helper thread to terminateNobuyoshi Nakada2019-06-281-0/+2
* Fixed the test-case class name for zshNobuyoshi Nakada2019-06-281-1/+1
* Use block instead of explicit closeKazuhiro NISHIYAMA2019-06-281-12/+10
* Add `require 'test/unit'`Kazuhiro NISHIYAMA2019-06-281-2/+2
* Suppress void context warning in verbose modeNobuyoshi Nakada2019-06-281-1/+1
* Close leaked file descriptorNobuyoshi Nakada2019-06-281-0/+2
* Suppress unused variable warning with RUBYOPT=-wNobuyoshi Nakada2019-06-281-1/+1
* O_EXCL has no meaning for fdopenNobuyoshi Nakada2019-06-281-3/+3
* Fix ripper fatalNobuyoshi Nakada2019-06-271-0/+3
* Test for unterminated here-docsNobuyoshi Nakada2019-06-271-0/+6
* test/ruby/test_array.rb (test_sort_with_replace): run in a subprocessYusuke Endoh2019-06-261-7/+15
* Resize capacity for fstringJohn Hawthorn2019-06-261-0/+19
* test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh2019-06-251-4/+3
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-251-0/+17
* Add test to demonstrate issue deserializing hash with ivarJordan Owens2019-06-251-0/+20
* Round trip exception backtracesAaron Patterson2019-06-251-0/+14
* Fix IO#scanf on pipes on WindowsJeremy Evans2019-06-251-0/+7
* Add new encoding CESU-8 [Feature #15931]NARUSE, Yui2019-06-241-0/+109
* httpstatus.rb 100% coveragemasakazutakewaka2019-06-241-0/+35
* Remove extraneous spaces at the end of status lineNobuyoshi Nakada2019-06-241-0/+7
* array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]Luke Gruber2019-06-231-0/+11
* Get rid of error with frozen string literalNobuyoshi Nakada2019-06-232-1/+3
* Disable frozen-string-literal to disable deduplicationNobuyoshi Nakada2019-06-231-2/+4
* Get rid of error with frozen string literalMSP-Greg (Greg L)2019-06-231-2/+1
* Module#constant_source_location [Feature #10771]Nobuyoshi Nakada2019-06-231-0/+17
* Fix issue with Array#rindex when rb_equal modifies receiver arrayLuke Gruber2019-06-231-0/+10
* Frozen objects in WeakMapNobuyoshi Nakada2019-06-231-0/+6
* Use EXEEXTNobuyoshi Nakada2019-06-221-12/+8
* Show timed out threadsNobuyoshi Nakada2019-06-221-1/+7
* Fix over-expansionNobuyoshi Nakada2019-06-222-1/+8
* Remove a duplicate testShugo Maeda2019-06-211-8/+0
* Enumerator::Lazy should support filter_mapShugo Maeda2019-06-211-0/+8
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-211-0/+4
* Lazy filter_mapNobuyoshi Nakada2019-06-211-0/+9