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
test_finalizer.rb
test_flip.rb
test_flow.rb
test_fork.rb
test_gc.rb
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
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
test_massign.rb
test_method.rb
test_objectspace.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_proc.rb
test_string.rb
test_struct.rb
test_syntax.rb
test_thread.rb Use qualified names 2016-08-30 06:22:30 +00:00