aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a load path to require 'helper'aycabta2021-08-041-2/+3
* Show the log of test_interrupt_in_other_thread when failedaycabta2021-08-041-1/+1
* Check the existence of the test classesaycabta2021-08-041-2/+2
* Add a test for handling SIGINT in other threadaycabta2021-08-041-0/+76
* Fix potential hang when joining threads.Samuel Williams2021-08-032-2/+53
* Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada2021-08-032-3/+4
* Stop infinite object allocation to get rid of OOM killerNobuyoshi Nakada2021-08-021-2/+3
* [ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara2021-07-311-1/+161
* Fix bundled gems locationsNobuyoshi Nakada2021-07-301-1/+1
* Skip test_ensure_after_nomemoryerrorJeremy Evans2021-07-291-0/+1
* Improve performance of Integer#digitsJeremy Evans2021-07-291-0/+2
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-291-0/+20
* Use test-unit assertionsaycabta2021-07-301-7/+7
* [ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix992021-07-301-0/+41
* [ruby/reline] Check empty .inputrcaycabta2021-07-301-0/+6
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-301-0/+13
* [ruby/reline] Use "omit" instead of "return"aycabta2021-07-301-2/+2
* [ruby/reline] Add Terminfo testsaycabta2021-07-301-0/+24
* Do not check pending interrupts when running finalizersJeremy Evans2021-07-291-0/+25
* Renamed thraed_fd_close as thread_fdNobuyoshi Nakada2021-07-291-1/+1
* Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA2021-07-291-2/+1
* Partly picking https://github.com/ruby/error_highlight/commit/25ef7dbeda4f2cf...Hiroshi SHIBATA2021-07-291-1/+1
* [ruby/psych] require 'delegate' explicitlyPavel Rosický2021-07-291-0/+1
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-0/+28
* Partly picked from https://github.com/ruby/ostruct/commit/20d0b8c065392a22ba6...Hiroshi SHIBATA2021-07-291-2/+2
* [ruby/set] Allow Set#intersect? and #disjoint? to accept array argumentJeremy Evans2021-07-291-1/+5
* test/socket/test_socket.rb: skip on SolarisYusuke Endoh2021-07-291-0/+4
* use me->def instead of me for opt_tableKoichi Sasada2021-07-291-0/+15
* Handle Timeout::Error instead of NoMemoryError in testJeremy Evans2021-07-281-0/+3
* Update to latest uriBenoit Daloze2021-07-281-0/+7
* [ruby/zlib] Synchronize access to zstream to prevent segfault in multithreade...Jeremy Evans2021-07-281-0/+61
* [ruby/digest] Use pend instead of skipHiroshi SHIBATA2021-07-281-1/+1
* Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada2021-07-281-1/+1
* Revert "Fix potential hang when joining threads."Yusuke Endoh2021-07-282-28/+2
* Make Float#floor with ndigits argument handle errorJeremy Evans2021-07-271-0/+9
* Fix infinite loop in ensure after NoMemoryErrorJeremy Evans2021-07-271-0/+25
* Deal with Unicode ranges in the file emoji-sequences.txtMartin Dürst2021-07-271-1/+10
* Adjust test/ruby/enc/test_emoji_breaks.rb to handle Emoji Version 13.1Martin Dürst2021-07-271-7/+8
* [ruby/uri] User assert_ractor for test case of RactorHiroshi SHIBATA2021-07-271-2/+4
* [ruby/uri] Add proper Ractor support to URIBenoit Daloze2021-07-271-0/+20
* [ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"Benoit Daloze2021-07-271-19/+0
* [ruby/uri] Fix to support Ruby 3.0 Ractorkvokka2021-07-271-0/+19
* Fix potential hang when joining threads.Samuel Williams2021-07-272-2/+28
* Run in a separated process to run finalizers certainlyNobuyoshi Nakada2021-07-271-34/+12
* test/ruby/test_parse.rb: Prevent an "unused variable" warningYusuke Endoh2021-07-271-1/+1
* Try GC more during suppressing the warningNobuyoshi Nakada2021-07-271-2/+12
* Make GCed during suppressing the warningNobuyoshi Nakada2021-07-271-8/+14
* [rubygems/rubygems] Check requirements classesNobuyoshi Nakada2021-07-271-0/+34
* [rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez2021-07-272-164/+0
* Distinguish signal and timeout [Bug #16608]Nobuyoshi Nakada2021-07-252-3/+7