summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2019-08-01bootstraptest/test_insns.rb: test opt_nil_pKazuhiro NISHIYAMA
2019-07-29Erase only on ttyNobuyoshi Nakada
2019-07-12Improved fiber benchmarks. Increase number of iterations.Samuel Williams
2019-07-02colors file has been moved from test to toolNobuyoshi Nakada
2019-07-01bootstraptest/runner.rb (show_limit): defer messages unless verbose and a ttyNobuyoshi Nakada
2019-07-01bootstraptest/runner.rb (show_limit): show dots only when printing to a ttyNobuyoshi Nakada
2019-06-19* remove trailing spaces, expand tabs.git
2019-06-19Show thread and fiber limits as part of bootstrap tests.Samuel Williams
2019-06-19Improve benchmarks and tests for threads.Samuel Williams
2019-03-17Numbered parameters [Feature #4475]nobu
2019-02-01on-smash canary detectionshyouhei
2019-01-21parse.y: more token namesnobu
2019-01-19Indented here document (<<~) is Ruby 2.3 featurenaruse
2019-01-18support older BASERUBY for btest.ko1
2019-01-17support btest on older ruby.ko1
2019-01-15st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds writemame
2018-12-27delete emacs mode lines [ci skip]shyouhei
2018-12-12bootstraptest/runner.rb: increase timeout for --jit-waitk0kubun
2018-11-20Simply treat IO::WaitReadable just like Errno::EAGAINusa
2018-11-20revert r65820 and retry assert_finishk0kubun
2018-11-20test_thread.rb: skip test_thread.rb broken for Windowsk0kubun
2018-10-27bootstraptest/test_insns.rb: test newhashfromarraykazu
2018-09-26fallback env encoding to ASCII-8BITnobu
2018-09-04bootstraptest update test_io.rb [Bug #15060] [Fix GH-1495]nobu
2018-07-30bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)normal
2018-07-06Fix a bug of peephole optimizationmame
2018-06-29improve C0 coverage of insns.defshyouhei
2018-06-29rethrow the caught exception as-isnobu
2018-06-27tests: increase timeouts and speedup some slow testsnormal
2018-06-27Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"mame
2018-06-26bootstraptest/runner: speed up assert_finish by avoiding sleepnormal
2018-02-20error.c: bypass Exception.newnobu
2018-01-09bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarilymame
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
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