summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-12Import json-2.3.0 from flori/jsonHiroshi SHIBATA
2019-12-12Suppress to crash IRB if completed list has nilaycabta
2019-12-12Some tests failed with before GNU Readline 6.0 on Windowsaycabta
2019-12-11[ruby/forwardable] Make def_*_delegator return name of method defined (Fixes ...Jeremy Evans
2019-12-11The result of Readline.completion_proc should have the same encoding of Encod...aycabta
2019-12-11skip continuous failure test.Koichi Sasada
2019-12-11Do not load q.rb in build directoryKazuhiro NISHIYAMA
2019-12-11Do not load files in build directoryKazuhiro NISHIYAMA
2019-12-11Fix Enumerator::Lazy#with_indexJeremy Evans
2019-12-10Followed up 38722fa179fcec549300b2f35206f4eb168f202eHiroshi SHIBATA
2019-12-10[ruby/logger] Enable more timezone tests on OpenBSDJeremy Evans
2019-12-10[ruby/logger] Raise ArgumentError for invalid shift_ageJeremy Evans
2019-12-10[ruby/logger] Honor Logger#level overridesGeorge Claghorn
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10Update regression tests for 1.4.16Hiroshi SHIBATA
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