ruby/test/ruby
nagachika 1135cc3596 merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463]
vm_insnhelper.c: add comments

	* vm_insnhelper.c (vm_yield_setup_block_args): break a long line and
  add comments.  remove useless code.
	* vm_insnhelper.c (vm_yield_setup_block_args): split single parameter
	  if any keyword arguments exist, and then extract keyword arguments.
	  [ruby-core:55203] [Bug #8463]

	* compile.c (iseq_set_arguments): not a simple single argument if any
	  keyword arguments exist.  [ruby-core:55203] [Bug #8463]

	* vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.
	  The code is not useless.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-06-12 15:03:22 +00:00
..
enc use assert_equal, assert_match, and so on. 2012-05-07 01:23:07 +00:00
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb merge revision(s) 39905,39919,39925,39945: [Backport #8163] 2013-04-11 18:47:16 +00:00
lbtest.rb Revert r35180; the fix break the test. see [ruby-dev:30653] 2012-04-03 04:27:30 +00:00
marshaltestlib.rb merge revision(s) 39650: [Backport #8043] 2013-04-03 17:11:47 +00:00
memory_status.rb memory_status.rb: EnvUtil 2012-12-06 08:25:45 +00:00
sentence.rb
test_alias.rb * test/ruby/test_alias.rb (test_super_in_aliased_module_method): 2012-08-04 01:04:05 +00:00
test_argf.rb test_argf.rb: duplicated test 2012-12-24 00:45:26 +00:00
test_arity.rb * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise. 2012-03-15 01:31:43 +00:00
test_array.rb merge revision(s) 39877,39881: [Backport #8153] [Backport #8154] 2013-04-13 17:19:57 +00:00
test_assignment.rb
test_autoload.rb * test/ruby/test_autoload.rb: remove temporally files early. 2012-07-18 13:43:22 +00:00
test_backtrace.rb merge revision(s) 39431: 2013-03-09 14:02:53 +00:00
test_basicinstructions.rb test_basicinstructions.rb: fix typo 2013-02-07 01:20:39 +00:00
test_beginendblock.rb * test/ruby/test_beginendblock.rb: remove temporally files early. 2012-07-18 14:09:21 +00:00
test_bignum.rb * include/ruby/intern.h: add the prototype declaration of 2012-12-22 15:06:22 +00:00
test_call.rb
test_case.rb
test_class.rb object.c: singleton class clone 2012-12-29 02:37:47 +00:00
test_clone.rb
test_comparable.rb Merge revision 39292: 2013-02-19 23:57:11 +00:00
test_complex.rb * complex.c (make_patterns): should not accept extra sign. 2012-11-17 14:57:22 +00:00
test_complex2.rb * test/ruby/test_{complex2,complexrational}.rb: use skip. 2011-05-08 13:18:47 +00:00
test_complexrational.rb * test/ruby/test_{complex2,complexrational}.rb: use skip. 2011-05-08 13:18:47 +00:00
test_condition.rb
test_const.rb variable.c: show namespace 2012-11-29 08:45:13 +00:00
test_continuation.rb * test_continuation.rb (tracing_with_thread_set_trace_func): 2012-08-21 01:41:07 +00:00
test_defined.rb merge revision(s) 40583,40584,40585,40590: [Backport #8367] 2013-05-08 14:38:43 +00:00
test_dir.rb merge revision(s) 40345: [Backport #8283] 2013-04-20 14:40:53 +00:00
test_dir_m17n.rb test_dir_m17n.rb: test_glob_incompatible 2012-09-05 03:03:24 +00:00
test_econv.rb Suppress warnings. 2012-07-25 06:49:35 +00:00
test_encoding.rb * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string 2012-02-05 15:17:50 +00:00
test_enum.rb array.c, enum.c: TypeError in zip 2012-09-19 15:42:26 +00:00
test_enumerator.rb Fix tests of rb_warning(). 2012-11-24 17:14:06 +00:00
test_env.rb use assert_equal, assert_match, and so on. 2012-05-07 01:23:07 +00:00
test_eval.rb merge revision(s) 40013,40032: [Backport #8188] 2013-04-14 15:17:44 +00:00
test_exception.rb remove trailing spaces. 2012-11-20 12:34:37 +00:00
test_fiber.rb cont.c: fiber local svar 2013-01-30 04:17:59 +00:00
test_file.rb * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file_assertion. 2012-10-16 04:02:04 +00:00
test_file_exhaustive.rb merge revision(s) 39697,39701,39716,39740,39751: [Backport #8069] 2013-04-11 16:47:45 +00:00
test_fixnum.rb * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1 2013-02-05 05:39:49 +00:00
test_flip.rb test_flip.rb: flip-flop shared by threads 2013-01-09 05:32:33 +00:00
test_float.rb Suppress warning: Bignum out of Float range 2012-11-07 07:03:53 +00:00
test_fnmatch.rb merge revision(s) 40925: [Backport #8451] 2013-06-04 15:09:53 +00:00
test_gc.rb merge revision(s) 39811: [Backport #8146] 2013-04-07 13:34:53 +00:00
test_hash.rb merge revision(s) 41184: 2013-06-08 16:21:55 +00:00
test_ifunless.rb use local variables 2012-08-08 13:46:09 +00:00
test_integer.rb * include/ruby/intern.h: add the prototype declaration of 2012-12-22 15:06:22 +00:00
test_integer_comb.rb
test_io.rb merge revision(s) 40887,40888,40894,40896: [Backport #8431] 2013-06-03 15:49:06 +00:00
test_io_m17n.rb merge revision(s) 41250: [Backport #8516] 2013-06-12 14:23:39 +00:00
test_iseq.rb merge revision(s) 39536: [Backport #7989] 2013-03-24 15:47:22 +00:00
test_iterator.rb use local variables 2012-08-08 13:46:09 +00:00
test_keyword.rb merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463] 2013-06-12 15:03:22 +00:00
test_lambda.rb * vm_insnhelper.c (argument_error): use line number at the beginning 2012-03-16 03:00:44 +00:00
test_lazy_enumerator.rb merge revision(s) 39329: [Backport #8011] 2013-03-04 15:50:02 +00:00
test_literal.rb * compile.c (compile_array_): refix r37991 remove assertion: 2012-11-29 17:35:29 +00:00
test_m17n.rb merge revision(s) 39210: 2013-02-13 06:35:56 +00:00
test_m17n_comb.rb merge revision(s) 39209: 2013-02-13 06:35:19 +00:00
test_marshal.rb vm_method.c: drop include_all flag 2013-02-05 07:25:27 +00:00
test_math.rb
test_metaclass.rb
test_method.rb merge revision(s) 39600: 2013-04-16 16:20:05 +00:00
test_mixed_unicode_escapes.rb
test_module.rb merge revision(s) 41175: [Backport #8502] 2013-06-08 17:24:54 +00:00
test_not.rb * parse.y (primary): allow an empty grouped expression as the 2012-07-18 07:05:12 +00:00
test_notimp.rb
test_numeric.rb * test/ruby/test_numeric.rb (test_num2long): modify a test agaist the 2011-08-29 14:24:31 +00:00
test_object.rb merge revision(s) 39766,39769: [Backport #8101] 2013-04-13 17:37:39 +00:00
test_objectspace.rb * test/ruby/test_objectspace.rb: skip RuntimeError 2012-12-03 11:06:21 +00:00
test_optimization.rb * insns.def: add new instruction opt_empty_p' for optimize empty?' 2012-09-26 09:34:46 +00:00
test_pack.rb * ruby.c (load_file_internal): set default source encoding as 2012-11-06 00:49:57 +00:00
test_parse.rb merge revision(s) 40606,40607,40635: [Backport #8375] 2013-05-11 19:33:51 +00:00
test_path.rb * file.c (rb_file_join): honor input encodings than ASCII-8BIT. 2011-10-26 06:24:29 +00:00
test_pipe.rb
test_primitive.rb
test_proc.rb * proc.c (proc_curry): Fix arity check [Bug #5747] 2013-02-01 22:46:32 +00:00
test_process.rb merge revision(s) 39417: [Backport #7904] 2013-03-09 13:49:07 +00:00
test_rand.rb merge revision(s) 39466,39470: [Backport #7935] 2013-03-09 14:57:48 +00:00
test_range.rb test_range.rb: refine message 2013-02-05 04:45:23 +00:00
test_rational.rb * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1 2013-02-05 05:39:33 +00:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb merge revision(s) 39451: [Backport #7925] 2013-03-09 14:36:34 +00:00
test_regexp.rb merge revision(s) 39858: [Backport #8135] 2013-04-06 18:07:04 +00:00
test_require.rb merge revision(s) 39899: 2013-06-04 15:34:55 +00:00
test_rubyoptions.rb merge revision(s) 39899: 2013-06-04 15:34:55 +00:00
test_settracefunc.rb * backport r39275 from trunk. [ruby-dev:46994] [Bug #7774] 2013-02-18 23:12:25 +00:00
test_signal.rb * test/ruby/test_signal.rb (test_trap_puts): Fix typo. "sync" 2013-01-31 07:08:23 +00:00
test_sleep.rb Cent OS 5.6 wakes up in 4.989596sec from sleep(5). 2012-04-24 12:17:02 +00:00
test_sprintf.rb * parse.y (rb_check_id_cstr): new function to check if ID is 2012-04-11 13:31:23 +00:00
test_sprintf_comb.rb
test_string.rb merge revision(s) 40413,40414,40415,40423: [Backport #8290] 2013-04-26 16:15:17 +00:00
test_stringchar.rb revert r37326 "remove string literal concatenation" 2012-10-25 14:06:31 +00:00
test_struct.rb * struct.c (make_struct): remove junk ID check to allow members who 2012-12-22 02:52:48 +00:00
test_super.rb merge revision(s) 39627: [Backport #8008] 2013-03-24 16:10:40 +00:00
test_symbol.rb * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test. 2012-08-23 11:51:30 +00:00
test_syntax.rb merge revision(s) 39932,39934,39935,39937,39955,40491: 2013-05-01 15:14:08 +00:00
test_system.rb test_system.rb: commit miss 2013-01-27 13:13:12 +00:00
test_thread.rb * test/ruby/test_thread.rb (invoke_rec): extend timeout 10 -> 50 sec, 2013-05-07 11:18:00 +00:00
test_threadgroup.rb * test/ruby/test_thread.rb (test_uninitialized, test_backtrace, 2012-12-14 23:11:36 +00:00
test_time.rb merge revision(s) 39967: [Backport #8193] 2013-04-14 15:45:42 +00:00
test_time_tz.rb Add freebsd to force_tz_test 2012-12-07 02:55:33 +00:00
test_trace.rb
test_transcode.rb Added a test for CoW strings. 2012-08-23 21:14:31 +00:00
test_undef.rb
test_unicode_escape.rb test_unicode_escape.rb: set script encoding 2012-09-29 11:18:57 +00:00
test_variable.rb * insns.def (defined): fix to checking class variable. 2011-08-24 00:52:04 +00:00
test_whileuntil.rb * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file_assertion. 2012-10-16 04:02:04 +00:00
test_yield.rb merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463] 2013-06-12 15:03:22 +00:00
ut_eof.rb