summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-10Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA
2019-12-10test/ruby/test_keywords.rb: suppress a warningYusuke Endoh
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-09Add Proc#ruby2_keywordsJeremy Evans
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-12-09Added workaround for CoreAssertions used by ruby/logger.Hiroshi SHIBATA
2019-12-09Merge the upstream changes for test-unit on ruby/logger.Hiroshi SHIBATA
2019-12-09Remove workaround encoding modificationaycabta
2019-12-09Stop pool threads in test/rinda tooKazuhiro NISHIYAMA
2019-12-08Skip completion tests for Editlineaycabta
2019-12-08Fix encoding of completed listaycabta
2019-12-08Add test_simple_completion for Readlineaycabta
2019-12-07test/ruby/test_file_exhaustive.rb: shorten the name of temporary dirYusuke Endoh
2019-12-06Test interfaces include localhostKazuhiro NISHIYAMA
2019-12-06Detect started threads when require onlyKazuhiro NISHIYAMA
2019-12-05test/lib/jit_support.rb: Update the regexp for iccYusuke Endoh
2019-12-05test/io/console/test_io_console.rb: add a memo for the mysterious hackYusuke Endoh
2019-12-05Change encoding of completion list...for more testsaycabta
2019-12-05test/io/console/test_io_console.rb: Try the hack for SolarisYusuke Endoh
2019-12-04Prefer using MJIT_CC for JIT support checkTakashi Kokubun
2019-12-05add additional CF info for CI envKoichi Sasada
2019-12-05Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga
2019-12-05Change encoding of completion listaycabta
2019-12-04Make TracePoint.stat a singleton method again (#2726)Alan Wu
2019-12-05Revert "Add debug option to check ci failures on solaris"Kazuhiro NISHIYAMA
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta
2019-12-04Fix thread leak in drbKazuhiro NISHIYAMA
2019-12-04implement Range#count卜部昌平
2019-12-04new_cond before mon_initializeKoichi Sasada
2019-12-04compile.c: stop wrong peephole optimization when covearge is enabledYusuke Endoh
2019-12-04Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans
2019-12-04Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui
2019-12-04Revert "Revert nil error and adding deprecation message"NARUSE, Yui
2019-12-03Make Enumerator::Chain#each treat lambdas as lambdaJeremy Evans
2019-12-03Do not lose existing constant visibility when autoloadingJeremy Evans
2019-12-03Fixed stack overflow [Bug #16382]Nobuyoshi Nakada
2019-12-03Support incremental search by last determined wordaycabta
2019-12-02Fix Leaked file descriptor in test/did_you_meanKazuhiro NISHIYAMA
2019-12-02Wait for the main thread to start reading by QueueNobuyoshi Nakada
2019-12-02Support incremental search again by C-r in incremental searchaycabta
2019-12-01Check MJIT support in one placeTakashi Kokubun
2019-12-01Skip --jit-debug= test on mswinTakashi Kokubun
2019-12-02Search history to back in the middle of historiesaycabta
2019-12-02Remove obsolete codeaycabta
2019-12-01The ed_search_prev_history should always search to backwardaycabta
2019-12-01Use build dir for testing --jit-debugTakashi Kokubun
2019-12-01Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun
2019-11-30Relax test strictness for error message from KeyErrorYuki Nishijima