aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bootstraptest/runner.rb: add "flunk" method.ko12008-01-141-0/+6
* * bootstraptest/runner.rb (assert_not_match): new method.akr2007-10-051-0/+12
* * bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr2007-10-011-1/+1
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-301-0/+1
* * bootstraptest/runner.rb (assert_normal_exit): new method.akr2007-09-291-0/+26
* * bootstraptest/runner.rb (assert_finish): new method.akr2007-09-261-5/+44
* * bootstraptest/runner.rb: add a stress test (-s).ko12007-09-141-0/+4
* * bootstraptest/runner.rb (in_temporary_working_directory):akr2007-08-221-1/+0
* * bootstraptest/runner.rb (in_temporary_working_directory): useakr2007-08-171-6/+42
* * bootstraptest/runner.rb (assert_check): don't call newtest.akr2007-08-141-1/+2
* * bootstraptest/runner.rb (assert_check): new method.akr2007-08-141-6/+28
* * bootstraptest/runner.rb (assert_equal): add additionalko12007-08-061-5/+5
* * bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu2007-07-201-2/+8
* fix typo.akr2007-07-071-1/+1
* * bootstraptest/runner.rb: fix load path.ko12007-07-061-4/+9
* * bootstraptest/runner.rb: added --quiet option.nobu2007-07-061-5/+13
* * bootstraptest/runner.rb: fix to untouch $:.ko12007-06-271-1/+0
* * bootstraptest/runner.rb: fix to show file name.ko12007-06-271-0/+2
* * bootstraptest/runner.rb: set default directory toko12007-06-241-1/+13
* * bootstraptest/runner.rb: show source code in error message.aamine2007-02-251-5/+20
* * bootstraptest/runner.rb: add lib/ to load path.aamine2007-02-251-4/+3
* * bootstraptest/runner.rb: new option -v,--verbose.aamine2007-02-241-2/+7
* * bootstraptest/runner.rb: fix syntax error.aamine2007-02-241-1/+1
* * bootstraptest/runner.rb: new option --help.aamine2007-02-241-0/+7
* * bootstraptest: new test suite.aamine2007-02-241-0/+120