aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* test: reduce output if succedednobu2012-06-261-2/+5
* bootstraptest: ignore -jnobu2012-06-151-0/+2
* test: TEST_COLORSnobu2012-06-151-1/+1
* test: TEST_COLORSnobu2012-06-151-2/+4
* test: unknown --color argumentnobu2012-06-151-2/+3
* test: help messagenobu2012-06-151-0/+2
* win32: VT100 escapenobu2012-06-041-1/+0
* color optionnobu2012-05-301-1/+12
* tests: customizable colorsnobu2012-05-081-2/+2
* bootstraptest/runner.rb: refine outputnobu2012-05-071-1/+25
* * bootstraptest/runner.rb: don't suppress SIGINT.kosaki2011-11-121-0/+3
* * bootstraptest/runner.rb (show_progress): refine verbose mode.akr2011-06-141-1/+7
* * bootstraptest/runner.rb (show_progress): extracted from assert_check.akr2011-06-141-88/+76
* * bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban2011-06-111-0/+1
* * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr2010-02-171-5/+24
* * bootstraptest/runner.rb: sort test files.akr2010-02-071-2/+2
* * bootstraptest/runner.rb (main): "usage" description updated.akr2009-08-231-1/+1
* * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr2009-08-231-2/+16
* * bootstraptest/runner.rb: forgot shebang line.nobu2009-08-031-0/+1
* * bootstraptest/runner.rb: got rid of using /bin/sh.nobu2009-08-031-3/+1
* * bootstraptest/runner.rb: made executable.nobu2009-08-021-0/+3
* * bootstraptest/runner.rb: Use RUBY_DESCRIPTION if defined.knu2009-02-181-2/+7
* * bootstraptest/runner.rb: refine success message.akr2009-02-041-1/+5
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-111-12/+17
* * bootstraptest/runner.rb (assert_normal_exit): hide stderr outputakr2008-06-111-3/+18
* * bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu2008-05-111-6/+6
* * bootstraptest/runner.rb (main): handle relative path -r options.nobu2008-05-111-1/+2
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * bootstraptest/runner.rb: fix -I../../hoge case.naruse2008-01-301-1/+2
* * bootstraptest/runner.rb (assert_valid_syntax): added.nobu2008-01-171-4/+11
* * configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.matz2008-01-141-0/+1