summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2019-05-26test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh
2019-04-29Make only `mesg` can be assigned with default `fname`Nobuyoshi Nakada
2019-04-18io.c: warn non-nil $,nobu
2019-01-30Show the code in syntax assertionsnobu
2019-01-11Ensure to terminate the childnobu
2019-01-10test_jit.rb: change format of test error outputk0kubun
2018-12-28jit_support.rb: deal with -std=c99 flagk0kubun
2018-12-27test/mkmf/test_flags.rb: try to suppress random CI failurek0kubun
2018-12-27jit_support.rb: skip testing MJIT on oracle developer studiok0kubun
2018-12-15test/lib/test/unit.rb: do not propagate MAKEFLAGS to childrennormal
2018-11-07mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-11-06Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu
2018-11-06mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-10-26parse.y: remove "shadowing outer local variable" warningmame
2018-10-26Revert "parse.y: remove "shadowing outer local variable" warning"mame
2018-10-26parse.y: remove "shadowing outer local variable" warningmame
2018-10-23test/unit.rb: glob w/o prefix/suffixnobu
2018-10-23test/unit.rb: fixed wrong method namenobu
2018-10-23test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun
2018-10-22revisit more MJIT test skipsk0kubun
2018-10-20require 'rbconifg' earlier.ko1
2018-10-19test/lib/jit_support.rb: continue to skip test_jitk0kubun
2018-10-19test/lib/jit_support.rb: fire test_jit everywherek0kubun
2018-09-24test/unit.rb: fix --subprocess-timeout-scalenobu
2018-09-16Propagate subprocess timeout scale option to worker processesnobu
2018-08-31test/lib/test/unit/assertions.rb: explicit delegation of keyword argumentsmame
2018-08-23test/readline/test_readline.rb: fix readline testk0kubun
2018-08-18test/lib/zombie_hunter.rb: enable zombie hunter for MJITk0kubun
2018-08-16process.c: defaults to close_others falsenormal
2018-08-14Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files"normal
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun
2018-08-09test/lib/leakchecker.rb (find_tempfiles): don't warn for missing filesnormal
2018-07-31mjit.c: allow using MJIT header in build directoryk0kubun
2018-07-27test_jit.rb: test unload_unitsk0kubun
2018-06-29test/lib/test/unit/assertions.rb (assert_in_out_err): disable gemsnormal
2018-06-27Added guard condition for old ruby about RubyVM::MJIT.hsbt
2018-06-05test/lib/jit_support.rb: spelling: s/skiped/skipped/normal
2018-05-27jit_support.rb: debug check_support stderrk0kubun
2018-05-27jit_support.rb: cahce JIT support checkk0kubun
2018-04-28test_open3.rb: let test_popen2 work with --jitk0kubun
2018-04-27mjit.c: clean so file on Windowsnobu
2018-03-31test/lib/leakchecker.rb: Add check_verbosekazu
2018-03-12assertions.rb: parenthesesnobu
2018-03-06Removed redundant private declaration.hsbt
2018-02-22test_rubyoptions.rb: don't test --jit if not supportedk0kubun
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-01-05Show how many seconds it timeoutsnaruse
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-18envutil.rb: define flush methodnobu