aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh2019-05-261-0/+7
* Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada2019-04-291-1/+3
* io.c: warn non-nil $,nobu2019-04-181-0/+4
* Show the code in syntax assertionsnobu2019-01-301-1/+7
* Ensure to terminate the childnobu2019-01-111-30/+36
* test_jit.rb: change format of test error outputk0kubun2019-01-101-1/+1
* jit_support.rb: deal with -std=c99 flagk0kubun2018-12-281-1/+1
* test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun2018-12-271-1/+1
* jit_support.rb: skip testing MJIT on oracle developer studiok0kubun2018-12-271-2/+5
* test/lib/test/unit.rb: do not propagate MAKEFLAGS to childrennormal2018-12-151-1/+2
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-071-0/+4
* Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu2018-11-061-6/+0
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-061-0/+6
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-0/+10
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-261-10/+0
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-0/+10
* test/unit.rb: glob w/o prefix/suffixnobu2018-10-231-2/+7
* test/unit.rb: fixed wrong method namenobu2018-10-231-1/+1
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-231-0/+3
* revisit more MJIT test skipsk0kubun2018-10-222-2/+2
* require 'rbconifg' earlier.ko12018-10-201-0/+2
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-191-3/+7
* test/lib/jit_support.rb: fire test_jit everywherek0kubun2018-10-191-30/+0
* test/unit.rb: fix --subprocess-timeout-scalenobu2018-09-241-0/+4
* Propagate subprocess timeout scale option to worker processesnobu2018-09-161-0/+2
* test/lib/test/unit/assertions.rb: explicit delegation of keyword argumentsmame2018-08-311-2/+2
* test/readline/test_readline.rb: fix readline testk0kubun2018-08-231-0/+8
* test/lib/zombie_hunter.rb: enable zombie hunter for MJITk0kubun2018-08-181-3/+0
* process.c: defaults to close_others falsenormal2018-08-161-0/+2
* Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files"normal2018-08-141-2/+1
* mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun2018-08-091-3/+27
* test/lib/leakchecker.rb (find_tempfiles): don't warn for missing filesnormal2018-08-091-1/+2
* mjit.c: allow using MJIT header in build directoryk0kubun2018-07-311-1/+2
* test_jit.rb: test unload_unitsk0kubun2018-07-271-2/+5
* test/lib/test/unit/assertions.rb (assert_in_out_err): disable gemsnormal2018-06-291-0/+2
* Added guard condition for old ruby about RubyVM::MJIT.hsbt2018-06-271-1/+1
* test/lib/jit_support.rb: spelling: s/skiped/skipped/normal2018-06-051-1/+1
* jit_support.rb: debug check_support stderrk0kubun2018-05-271-1/+5
* jit_support.rb: cahce JIT support checkk0kubun2018-05-271-12/+21
* test_open3.rb: let test_popen2 work with --jitk0kubun2018-04-281-0/+8
* mjit.c: clean so file on Windowsnobu2018-04-271-3/+6
* test/lib/leakchecker.rb: Add check_verbosekazu2018-03-311-0/+6
* assertions.rb: parenthesesnobu2018-03-121-1/+1
* Removed redundant private declaration.hsbt2018-03-061-1/+0
* test_rubyoptions.rb: don't test --jit if not supportedk0kubun2018-02-221-0/+33
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+3
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+4
* Show how many seconds it timeoutsnaruse2018-01-051-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+5
* envutil.rb: define flush methodnobu2017-12-181-0/+1