summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
AgeCommit message (Expand)Author
2015-12-14* bootstraptest/runner.rb: use safe navigation operator.hsbt
2015-05-17default colorsnobu
2015-05-17reset colorsnobu
2014-06-21Remove trailing white spaces.akr
2014-06-20Don't erase for verbose mode.akr
2014-06-10bootstraptest/runner.rb: refine outputnobu
2014-06-08Show the epapsed time for failed test as well.akr
2014-06-07runner.rb: elapsed timesnobu
2013-10-16* bootstraptest/runner.rb: check nil before calling `signal?'ko1
2013-01-15test: tty optionnobu
2013-01-15runner.rb: colorizenobu
2013-01-12* bootstraptest/runner.rb (exec_test): break lines if not tty.nobu
2013-01-03Fix failures on btest for NativeClient.yugui
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-07-05bootstraptest: fix missing bsnobu
2012-07-05bootstraptest: refine error outputnobu
2012-07-04bootstrap/runner.rb must be run with Ruby 1.8.naruse
2012-07-03bootstraptest: no stderr outputnobu
2012-06-26test: reduce output if succedednobu
2012-06-15bootstraptest: ignore -jnobu
2012-06-15test: TEST_COLORSnobu
2012-06-15test: TEST_COLORSnobu
2012-06-15test: unknown --color argumentnobu
2012-06-15test: help messagenobu
2012-06-04win32: VT100 escapenobu
2012-05-30color optionnobu
2012-05-08tests: customizable colorsnobu
2012-05-07bootstraptest/runner.rb: refine outputnobu
2011-11-12* bootstraptest/runner.rb: don't suppress SIGINT.kosaki
2011-06-14* bootstraptest/runner.rb (show_progress): refine verbose mode.akr
2011-06-14* bootstraptest/runner.rb (show_progress): extracted from assert_check.akr
2011-06-11* bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban
2010-02-17* bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr
2010-02-07* bootstraptest/runner.rb: sort test files.akr
2009-08-23* bootstraptest/runner.rb (main): "usage" description updated.akr
2009-08-23* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr
2009-08-03* bootstraptest/runner.rb: forgot shebang line.nobu
2009-08-03* bootstraptest/runner.rb: got rid of using /bin/sh.nobu
2009-08-02* bootstraptest/runner.rb: made executable.nobu
2009-02-18* bootstraptest/runner.rb: Use RUBY_DESCRIPTION if defined.knu
2009-02-04* bootstraptest/runner.rb: refine success message.akr
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-06-11* bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr
2008-05-11* bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu
2008-05-11* bootstraptest/runner.rb (main): handle relative path -r options.nobu
2008-02-12* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse
2008-01-30* bootstraptest/runner.rb: fix -I../../hoge case.naruse
2008-01-17* bootstraptest/runner.rb (assert_valid_syntax): added.nobu
2008-01-14* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz