summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2017-11-06show the location at intterruptedko1
2017-10-23Drop to support NaCl platform.hsbt
2017-06-21bootstraptest/runner.rb: keyword argumentnobu
2017-05-27bootstraptest/test_insns.rb: Fix typok0kubun
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-03-28fix a typo [ci skip]kazu
2017-03-28Update assertion message [ci skip]kazu
2017-03-10compile.c: apply opt_str_freeze to String#-@ (uminus)normal
2017-01-30make FIXNUM_MAX visible from Rubyshyouhei
2017-01-23improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei
2016-10-11`\s` includes `\t`kazu
2016-10-11bootstraptest/runner.rb: first line in the sourcenobu
2016-08-30Use qualified namesnobu
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