aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* btest: resource limitnobu2016-04-061-4/+12
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* * bootstraptest/test_fork.rb ([ruby-dev:37934]): :NPROC (RLIMIT_NPROC)ngoto2015-11-101-1/+1
* relax error message formatnobu2015-10-241-2/+2
* * bootstraptest/test_method.rb: remove a test because $SAFE=2 wasko12015-06-181-12/+0
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-16/+0
* default colorsnobu2015-05-171-1/+7
* reset colorsnobu2015-05-171-2/+2
* * string.c (str_discard): does not free for STR_NOFREE string.mame2015-02-131-0/+3
* parse.y: condition nodenobu2015-01-291-0/+2
* vm_insnhelper.c: break from nested rescuenobu2015-01-231-0/+14
* normalize reference to Timeout::Errornormal2014-10-071-1/+1
* wait until the thread is stopped.akr2014-09-211-1/+1
* test_fork.rb: wait signalsnobu2014-06-281-0/+1
* 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
* test_thread.rb: remove garbagenobu2014-06-081-1/+0
* bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu2014-06-073-39/+57
* runner.rb: elapsed timesnobu2014-06-071-1/+4
* * (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr2014-04-291-2/+0
* fix typo [Fix GH-603]nobu2014-04-281-1/+1
* * bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr2014-04-241-0/+2
* revert r45709.akr2014-04-241-2/+4
* * bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr2014-04-241-4/+2
* FreeBSD 10 SEGVs this less than 4M + 12K bytes.naruse2014-01-151-2/+2
* fix matchingnobu2013-12-051-1/+1
* * bootstraptest/runner.rb: check nil before calling `signal?'ko12013-10-161-2/+2
* vm.c: initialize defined_module_hash earlynobu2013-10-131-0/+10
* parse.y: parse preciselynobu2013-08-021-0/+2
* * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome2013-08-021-0/+4
* * bootstraptest/test_literal_suffix.rb: add two test cases tomrkn2013-08-011-0/+2
* * rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn2013-08-011-0/+46
* * bootstraptest/test_thread.rb: rescue resource limitation errors.ko12013-06-231-4/+12
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-132-84/+0
* 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
* * compile.c (compile_array_): modify wrong optimization.ko12013-01-091-0/+5
* * bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui2013-01-061-0/+6
* Fix failures on btest for NativeClient.yugui2013-01-033-4/+12
* * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.elnobu2013-01-011-1/+1
* * bootstraptest/test_thread.rb: get rid of "invalid nest" error innobu2013-01-011-10/+10
* * vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko12012-11-271-0/+25
* * bootstraptest/test_thread.rb: try to `join' each 100ko12012-11-261-1/+3
* * vm_insnhelper.c (vm_caller_setup_args): save and restoreko12012-11-131-0/+58
* vm.c: rewrite all catch pointsnobu2012-11-021-0/+40
* revert r37326 "remove string literal concatenation"nobu2012-10-252-3/+2
* remove string literal concatenationnobu2012-10-252-2/+3