aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA2019-12-103-1/+17
* test/ruby/test_keywords.rb: suppress a warningYusuke Endoh2019-12-101-1/+1
* test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh2019-12-103-43/+45
* Support completion with case-insensitive fashionaycabta2019-12-101-0/+51
* Add Proc#ruby2_keywordsJeremy Evans2019-12-091-0/+39
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-0/+31
* Added workaround for CoreAssertions used by ruby/logger.Hiroshi SHIBATA2019-12-091-2/+7
* Merge the upstream changes for test-unit on ruby/logger.Hiroshi SHIBATA2019-12-091-0/+3
* Remove workaround encoding modificationaycabta2019-12-091-3/+1
* Stop pool threads in test/rinda tooKazuhiro NISHIYAMA2019-12-091-0/+3
* Skip completion tests for Editlineaycabta2019-12-081-0/+3
* Fix encoding of completed listaycabta2019-12-081-1/+28
* Add test_simple_completion for Readlineaycabta2019-12-081-0/+19
* test/ruby/test_file_exhaustive.rb: shorten the name of temporary dirYusuke Endoh2019-12-071-1/+1
* Test interfaces include localhostKazuhiro NISHIYAMA2019-12-061-0/+9
* Detect started threads when require onlyKazuhiro NISHIYAMA2019-12-061-0/+28
* test/lib/jit_support.rb: Update the regexp for iccYusuke Endoh2019-12-051-1/+1
* test/io/console/test_io_console.rb: add a memo for the mysterious hackYusuke Endoh2019-12-051-1/+11
* Change encoding of completion list...for more testsaycabta2019-12-051-0/+6
* test/io/console/test_io_console.rb: Try the hack for SolarisYusuke Endoh2019-12-051-1/+1
* Prefer using MJIT_CC for JIT support checkTakashi Kokubun2019-12-041-1/+1
* add additional CF info for CI envKoichi Sasada2019-12-051-1/+1
* Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga2019-12-051-1/+13
* Change encoding of completion listaycabta2019-12-051-1/+6
* Make TracePoint.stat a singleton method again (#2726)Alan Wu2019-12-041-0/+4
* Revert "Add debug option to check ci failures on solaris"Kazuhiro NISHIYAMA2019-12-051-3/+0
* Support disable-completionaycabta2019-12-051-0/+39
* Fix variable catchaycabta2019-12-051-0/+8
* Fix thread leak in drbKazuhiro NISHIYAMA2019-12-041-0/+1
* implement Range#count卜部昌平2019-12-041-0/+4
* new_cond before mon_initializeKoichi Sasada2019-12-041-0/+13
* compile.c: stop wrong peephole optimization when covearge is enabledYusuke Endoh2019-12-041-0/+12
* Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans2019-12-041-0/+30
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-043-12/+2
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-041-2/+2
* Make Enumerator::Chain#each treat lambdas as lambdaJeremy Evans2019-12-031-0/+16
* Do not lose existing constant visibility when autoloadingJeremy Evans2019-12-031-0/+60
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-031-0/+11
* Support incremental search by last determined wordaycabta2019-12-031-0/+37
* Fix Leaked file descriptor in test/did_you_meanKazuhiro NISHIYAMA2019-12-021-2/+2
* Wait for the main thread to start reading by QueueNobuyoshi Nakada2019-12-021-0/+5
* Support incremental search again by C-r in incremental searchaycabta2019-12-021-0/+22
* Check MJIT support in one placeTakashi Kokubun2019-12-012-3/+1
* Skip --jit-debug= test on mswinTakashi Kokubun2019-12-011-1/+2
* Search history to back in the middle of historiesaycabta2019-12-021-0/+22
* Remove obsolete codeaycabta2019-12-021-1/+0
* The ed_search_prev_history should always search to backwardaycabta2019-12-011-0/+28
* Use build dir for testing --jit-debugTakashi Kokubun2019-12-011-1/+2
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-0/+6
* Relax test strictness for error message from KeyErrorYuki Nishijima2019-11-301-1/+1