aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress messages from mkmfNobuyoshi Nakada2019-06-201-0/+2
* Restore $VERBOSENobuyoshi Nakada2019-06-201-0/+7
* Suppress warningsNobuyoshi Nakada2019-06-201-1/+1
* Implement Complex#<=>Jeremy Evans2019-06-192-8/+14
* test/racc/test_racc_command.rb: Extend the timeoutYusuke Endoh2019-06-192-9/+9
* * remove trailing spaces, append newline at EOF.git2019-06-1929-2515/+2515
* Temporary disabled to invoke assert_output_unchanged.Hiroshi SHIBATA2019-06-191-20/+20
* Workaround for the external file for racc testHiroshi SHIBATA2019-06-191-0/+2
* use TEMP_DIR.Hiroshi SHIBATA2019-06-191-3/+3
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-192-17/+9
* Restore test_dir and update prefix for Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-7/+8
* Try to use Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-3/+3
* Fixed path for ruby core repository.Hiroshi SHIBATA2019-06-191-3/+6
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-1987-0/+70010
* Marshal distant past/futureNobuyoshi Nakada2019-06-191-0/+10
* New buffer for shared stringNobuyoshi Nakada2019-06-191-0/+5
* Preserve the string content at self-copyingNobuyoshi Nakada2019-06-191-0/+9
* String#b: Don't depend on dependent stringAlan Wu2019-06-181-0/+8
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-0/+2
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-171-0/+6
* Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3"Yusuke Endoh2019-06-161-8/+0
* Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3Yuki Yugui Sonoda2019-06-161-0/+8
* Revert github/pull/2230, commit missNobuyoshi Nakada2019-06-151-39/+0
* Test for blank lines between leadinig dot method chainsJosh Cheek2019-06-151-0/+32
* Multiline method chain with leading dot works for blank linesJosh Cheek2019-06-151-2/+2
* Test comments between multiline method chainJosh Cheek2019-06-151-0/+7
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29
* An operator is not allowed just after `|>`Nobuyoshi Nakada2019-06-141-0/+1