1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/bootstraptest
shyouhei 80040c166e improve C0 coverage of insns.def from 65.9% to 96.1%
While I was developing my private topic branch I found that the VM
itself is not tested very much in `make test` tests.  Of course
`make test-all` covers vast majority of the VM but running that task
is not an immediately possible thing when we are touching the VM.  In
order to boost development in a rapid cycle I decided to add some
tests to the bootstraptest.  Here it is.

	* test_insns.rb: new test that covers insns.def.

	* runner.rb (#assert_equal): pass extra options to the target
	  so that we can test frozen_string_literal: true situation.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-01-23 02:47:16 +00:00
..
pending.rb
runner.rb improve C0 coverage of insns.def from 65.9% to 96.1% 2017-01-23 02:47:16 +00:00
test_attr.rb
test_autoload.rb
test_block.rb
test_class.rb
test_eval.rb Use Integer instead of Fixnum and Bignum. 2016-05-17 13:15:57 +00:00
test_exception.rb * bootstrap/test_exception.rb: fix a last committed test. 2012-08-08 08:11:12 +00:00
test_finalizer.rb
test_flip.rb
test_flow.rb
test_fork.rb
test_gc.rb * bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484] 2009-10-16 09:42:20 +00:00
test_insns.rb improve C0 coverage of insns.def from 65.9% to 96.1% 2017-01-23 02:47:16 +00:00
test_io.rb normalize reference to Timeout::Error 2014-10-07 20:00:09 +00:00
test_jump.rb
test_literal.rb fix alignment 2016-05-17 12:57:49 +00:00
test_literal_suffix.rb
test_load.rb
test_marshal.rb bootstraptest/test_marshal.rb: test updated 2008-03-01 04:07:26 +00:00
test_massign.rb
test_method.rb
test_objectspace.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_proc.rb * vm.c (rb_vm_make_env_object): make Proc object if Env is possible 2012-11-27 11:58:10 +00:00
test_string.rb
test_struct.rb
test_syntax.rb
test_thread.rb Use qualified names 2016-08-30 06:22:30 +00:00