summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2016-08-07suppress warningsnobu
2016-06-28bootstraptest/runner.rb may run on older rubynobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-17fix alignmentkazu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-06btest: resource limitnobu
2015-12-14* bootstraptest/runner.rb: use safe navigation operator.hsbt
2015-11-10* bootstraptest/test_fork.rb ([ruby-dev:37934]): :NPROC (RLIMIT_NPROC)ngoto
2015-10-24relax error message formatnobu
2015-06-18* bootstraptest/test_method.rb: remove a test because $SAFE=2 wasko1
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-05-17default colorsnobu
2015-05-17reset colorsnobu
2015-02-13* string.c (str_discard): does not free for STR_NOFREE string.mame
2015-01-29parse.y: condition nodenobu
2015-01-23vm_insnhelper.c: break from nested rescuenobu
2014-10-07normalize reference to Timeout::Errornormal
2014-09-21wait until the thread is stopped.akr
2014-06-28test_fork.rb: wait signalsnobu
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-08test_thread.rb: remove garbagenobu
2014-06-07bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu
2014-06-07runner.rb: elapsed timesnobu
2014-04-29* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr
2014-04-28fix typo [Fix GH-603]nobu
2014-04-24* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr
2014-04-24revert r45709.akr
2014-04-24* bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr
2014-01-15FreeBSD 10 SEGVs this less than 4M + 12K bytes.naruse
2013-12-05fix matchingnobu
2013-10-16* bootstraptest/runner.rb: check nil before calling `signal?'ko1
2013-10-13vm.c: initialize defined_module_hash earlynobu
2013-08-02parse.y: parse preciselynobu
2013-08-02* parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome
2013-08-01* bootstraptest/test_literal_suffix.rb: add two test cases tomrkn
2013-08-01* rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn
2013-06-23* bootstraptest/test_thread.rb: rescue resource limitation errors.ko1
2013-06-13* bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo
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-09* compile.c (compile_array_): modify wrong optimization.ko1
2013-01-06* bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui
2013-01-03Fix failures on btest for NativeClient.yugui
2013-01-01* bootstraptest/test_thread.rb: get rid of confusing ruby-mode.elnobu
2013-01-01* bootstraptest/test_thread.rb: get rid of "invalid nest" error innobu
2012-11-27* vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko1