aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rework the readline test to be more robust.Samuel Williams2021-08-091-46/+43
* Use #full_message instead of #backtrace_locationsaycabta2021-08-081-1/+1
* Show backtrace locations when I/O timed outaycabta2021-08-081-2/+2
* Use TERM=xterm for tests on Solarisaycabta2021-08-071-1/+1
* Set TERM env for some CI environmentsaycabta2021-08-072-2/+3
* Use Rational for Float#round with ndigits > 14Jeremy Evans2021-08-061-0/+8
* Make backtrace generation work outward from current frameJeremy Evans2021-08-061-0/+28
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-0/+8
* test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh2021-08-061-0/+2
* Show Readline::VERSION for debuggingaycabta2021-08-061-1/+1
* Omit test_interrupt_in_other_thread with Editlineaycabta2021-08-061-0/+1
* Fix reversal of assertion resultaycabta2021-08-061-1/+1
* Fix control structure to preperly catch Timeout::Erroraycabta2021-08-061-25/+27
* Show log when timed outaycabta2021-08-051-1/+1
* Remove an unused variableaycabta2021-08-041-1/+1
* Tests for Windows can run only on WindowsNobuyoshi Nakada2021-08-051-1/+1
* Reenable GC at the end of testPeter Zhu2021-08-041-0/+2
* Run interrupt test except on Windowsaycabta2021-08-041-0/+1
* 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