aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Debug the command used for gdb dumpTakashi Kokubun2020-12-131-1/+3
* @ruby is the target Ruby in bootstraptestTakashi Kokubun2020-12-131-1/+1
* Dump a backtrace with gdbTakashi Kokubun2020-12-121-0/+1
* Save a core file from bootstraptestTakashi Kokubun2020-12-101-1/+12
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-2/+2
* display stderr output even if core dump filesKoichi Sasada2020-07-291-2/+8
* Erase only on ttyNobuyoshi Nakada2019-07-291-2/+2
* colors file has been moved from test to toolNobuyoshi Nakada2019-07-021-1/+1
* bootstraptest/runner.rb (show_limit): defer messages unless verbose and a ttyNobuyoshi Nakada2019-07-011-5/+2
* bootstraptest/runner.rb (show_limit): show dots only when printing to a ttyNobuyoshi Nakada2019-07-011-4/+3
* * remove trailing spaces, expand tabs.git2019-06-191-1/+1
* Show thread and fiber limits as part of bootstrap tests.Samuel Williams2019-06-191-4/+17
* support btest on older ruby.ko12019-01-171-1/+3
* delete emacs mode lines [ci skip]shyouhei2018-12-271-1/+1
* bootstraptest/runner.rb: increase timeout for --jit-waitk0kubun2018-12-121-0/+1
* Simply treat IO::WaitReadable just like Errno::EAGAINusa2018-11-201-7/+1
* revert r65820 and retry assert_finishk0kubun2018-11-201-0/+6
* bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)normal2018-07-301-2/+15
* rethrow the caught exception as-isnobu2018-06-291-1/+1
* Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"mame2018-06-271-8/+3
* bootstraptest/runner: speed up assert_finish by avoiding sleepnormal2018-06-261-3/+8
* show the location at intterruptedko12017-11-061-0/+1
* Drop to support NaCl platform.hsbt2017-10-231-6/+0
* bootstraptest/runner.rb: keyword argumentnobu2017-06-211-4/+1
* improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei2017-01-231-7/+8
* `\s` includes `\t`kazu2016-10-111-1/+1
* bootstraptest/runner.rb: first line in the sourcenobu2016-10-111-1/+1
* suppress warningsnobu2016-08-071-0/+1
* bootstraptest/runner.rb may run on older rubynobu2016-06-281-1/+1
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* default colorsnobu2015-05-171-1/+7
* reset colorsnobu2015-05-171-2/+2
* Remove trailing white spaces.akr2014-06-211-1/+1
* Don't erase for verbose mode.akr2014-06-201-1/+1
* bootstraptest/runner.rb: refine outputnobu2014-06-101-9/+24
* Show the epapsed time for failed test as well.akr2014-06-081-2/+4
* runner.rb: elapsed timesnobu2014-06-071-1/+4
* * bootstraptest/runner.rb: check nil before calling `signal?'ko12013-10-161-2/+2
* test: tty optionnobu2013-01-151-1/+6
* runner.rb: colorizenobu2013-01-151-2/+2
* * bootstraptest/runner.rb (exec_test): break lines if not tty.nobu2013-01-121-1/+1
* Fix failures on btest for NativeClient.yugui2013-01-031-0/+6
* revert r37326 "remove string literal concatenation"nobu2012-10-251-2/+1
* remove string literal concatenationnobu2012-10-251-1/+2
* bootstraptest: fix missing bsnobu2012-07-051-1/+1
* bootstraptest: refine error outputnobu2012-07-051-13/+25
* bootstrap/runner.rb must be run with Ruby 1.8.naruse2012-07-041-1/+5
* bootstraptest: no stderr outputnobu2012-07-031-1/+19