aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* fallback env encoding to ASCII-8BITnobu2018-09-261-0/+12
* bootstraptest update test_io.rb [Bug #15060] [Fix GH-1495]nobu2018-09-041-3/+3
* bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)normal2018-07-301-2/+15
* Fix a bug of peephole optimizationmame2018-07-061-0/+10
* improve C0 coverage of insns.defshyouhei2018-06-291-4/+34
* rethrow the caught exception as-isnobu2018-06-291-1/+1
* tests: increase timeouts and speedup some slow testsnormal2018-06-271-3/+3
* Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"mame2018-06-271-8/+3
* bootstraptest/runner: speed up assert_finish by avoiding sleepnormal2018-06-261-3/+8
* error.c: bypass Exception.newnobu2018-02-201-1/+1
* bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarilymame2018-01-091-1/+3
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-2/+2
* show the location at intterruptedko12017-11-061-0/+1
* Drop to support NaCl platform.hsbt2017-10-233-12/+4
* bootstraptest/runner.rb: keyword argumentnobu2017-06-211-4/+1
* bootstraptest/test_insns.rb: Fix typok0kubun2017-05-271-1/+1
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-2/+2
* fix a typo [ci skip]kazu2017-03-281-1/+1
* Update assertion message [ci skip]kazu2017-03-281-1/+1
* compile.c: apply opt_str_freeze to String#-@ (uminus)normal2017-03-101-0/+1
* make FIXNUM_MAX visible from Rubyshyouhei2017-01-301-8/+5
* improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei2017-01-232-7/+399
* `\s` includes `\t`kazu2016-10-111-1/+1
* bootstraptest/runner.rb: first line in the sourcenobu2016-10-111-1/+1
* Use qualified namesnobu2016-08-302-10/+10
* suppress warningsnobu2016-08-071-0/+1
* bootstraptest/runner.rb may run on older rubynobu2016-06-281-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* fix alignmentkazu2016-05-171-7/+7
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-7/+7
* 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