aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Relax test requirements for DYM's verbose formatterYuki Nishijima2019-11-301-2/+1
* remove spaces to pass a test.Koichi Sasada2019-12-011-1/+1
* * remove trailing spaces. [ci skip]git2019-12-011-1/+1
* Promote did_you_mean to default gemKevin Deisz2019-11-3018-0/+1156
* ENV.update should not call block on existing keysNobuyoshi Nakada2019-11-301-1/+1
* Revert "[ruby/fileutils] Fix #install with "X" mode option"Hiroshi SHIBATA2019-11-301-2/+0
* [ruby/webrick] Check the feature by itself, instead of the version numberNobuyoshi Nakada2019-11-301-1/+1
* [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header ...Jeremy Evans2019-11-301-0/+7
* [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option ...Jeremy Evans2019-11-302-1/+9
* [ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada2019-11-301-0/+2
* [ruby/fileutils] Added `test_install_mode_option`Nobuyoshi Nakada2019-11-301-0/+24
* [ruby/forwardable] Fix keyword argument separation warnings on Ruby 2.7+Jeremy Evans2019-11-301-0/+16
* Supress class variable overtaken warning when original modules are the sameJeremy Evans2019-11-291-0/+23
* Make single line pattern matching void expressionNobuyoshi Nakada2019-11-301-2/+2