1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby
ko1 9050b61dcb * proc.c (rb_method_entry_arity): support optimized method (send).
* test/ruby/test_method.rb: add a test for above.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-28 10:41:11 +00:00
..
enc
allpairs.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
beginmainend.rb
endblockwarn_rb
envutil.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
lbtest.rb
marshaltestlib.rb Add test for marshaling regexp. 2009-07-10 05:51:28 +00:00
sentence.rb
test_alias.rb * vm_method.c (me_opts): fixed optimized method aliasing. 2009-07-19 02:00:27 +00:00
test_argf.rb * io.c (argf_eof): go to the next file if called after ARGF.close 2009-07-26 10:17:39 +00:00
test_array.rb * array.c (recursive_hash): reject recursive key. 2009-07-17 07:49:06 +00:00
test_assignment.rb
test_basicinstructions.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_beginendblock.rb
test_bignum.rb * bignum.c (rb_big_fdiv): checks whether the given second argument 2009-06-17 12:55:16 +00:00
test_call.rb
test_case.rb * test/ruby/test_case.rb (TestCase#test_deoptimization): 2009-07-13 15:47:20 +00:00
test_class.rb
test_clone.rb
test_comparable.rb
test_complex.rb * complex.c (nucomp_hash), rational.c (nurat_hash): not to use 2009-07-25 04:44:36 +00:00
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb
test_defined.rb
test_dir.rb
test_econv.rb * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC. 2009-04-26 14:21:43 +00:00
test_encoding.rb * marshal.c (r_ivar): should not set internal encoding ivar as an 2009-06-13 00:58:30 +00:00
test_enum.rb * test/ruby/test_enum.rb (TestEnumerable#each): recursive join now 2009-07-22 17:53:56 +00:00
test_enumerator.rb * enumerator.c (enumerator_with_index): receives one argument which 2009-02-08 14:42:01 +00:00
test_env.rb
test_eval.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_exception.rb * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer 2009-07-16 09:28:12 +00:00
test_fiber.rb * cont.c (cont_capture, fiber_store): reraise transferred error. 2009-06-01 02:21:31 +00:00
test_file.rb
test_file_exhaustive.rb * file.c (rb_file_s_basename): returns new string instead of 2009-07-08 07:47:09 +00:00
test_fixnum.rb
test_float.rb * numeric.c (flo_cmp): Infinity is greater than any bignum 2009-06-17 17:05:31 +00:00
test_fnmatch.rb
test_gc.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_hash.rb remove test for recursive hash key. [ruby-core:22921] 2009-07-17 00:18:34 +00:00
test_ifunless.rb
test_integer.rb
test_integer_comb.rb
test_io.rb * io.c (io_read): should taint the result. [ruby-dev:38826] 2009-07-19 08:32:44 +00:00
test_io_m17n.rb * test/ruby/test_io_m17n.rb (test_strip_bom): added. 2009-07-11 05:46:36 +00:00
test_iterator.rb
test_lambda.rb
test_literal.rb * compile.c (compile_dstr_fragments): reduced needless literal. 2009-07-20 10:01:05 +00:00
test_m17n.rb Follow tests for changes of ENV's encoding. 2009-07-13 16:32:00 +00:00
test_m17n_comb.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_marshal.rb * test/ruby/test_marshal.rb (TestMarshal#test_limit): test for 2009-07-01 02:32:24 +00:00
test_math.rb
test_metaclass.rb
test_method.rb * proc.c (rb_method_entry_arity): support optimized method (send). 2009-07-28 10:41:11 +00:00
test_mixed_unicode_escapes.rb
test_module.rb * vm_insnhelper.c (vm_call_method): __send__ can call protected 2009-07-26 09:30:08 +00:00
test_notimp.rb * class.c (rb_define_method_id): use rb_define_notimplement_method_id 2009-04-16 14:17:14 +00:00
test_numeric.rb * numeric.c (num_div): don't use num_floor which is actually 2009-06-20 12:37:13 +00:00
test_object.rb * test/ruby/test_module.rb (TestModule#test_undef): adjust to 2009-07-06 00:15:29 +00:00
test_objectspace.rb
test_optimization.rb
test_pack.rb
test_parse.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_path.rb * test/ruby/test_path.rb (test_extname): test for r19596. 2009-03-01 05:16:14 +00:00
test_pipe.rb
test_primitive.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_proc.rb * proc.c (make_curry_proc): should propagate lambda-ness. 2009-07-06 00:31:55 +00:00
test_process.rb * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as 2009-03-22 05:51:58 +00:00
test_rand.rb * test/ruby/test_rand.rb (test_big_seed): tests also instance methods. 2009-07-21 23:38:23 +00:00
test_range.rb
test_rational.rb * complex.c (nucomp_hash), rational.c (nurat_hash): not to use 2009-07-25 04:44:36 +00:00
test_rational2.rb
test_readpartial.rb * test/ruby/test_readpartial.rb (make_pipe): readpartial does not 2009-02-02 23:21:10 +00:00
test_regexp.rb * string.c (rb_str_subpat): accept capture name. 2009-03-14 18:04:21 +00:00
test_require.rb * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): 2009-06-26 12:48:15 +00:00
test_rubyoptions.rb * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): 2009-06-26 12:48:15 +00:00
test_settracefunc.rb * vm_core.h (struct rb_iseq_t): add a new field line_no. This field 2009-07-22 13:37:26 +00:00
test_signal.rb
test_sleep.rb
test_sprintf.rb * sprintf.c (rb_str_format): checks if named argument given twice. 2009-03-27 23:49:52 +00:00
test_sprintf_comb.rb
test_string.rb * string.c (rb_str_rpartition): ditto. 2009-05-24 23:06:57 +00:00
test_stringchar.rb
test_struct.rb
test_super.rb * vm_insnhelper.c (vm_search_superclass): checks for implicit 2009-07-10 01:25:26 +00:00
test_symbol.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_system.rb * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588] 2009-06-29 09:56:03 +00:00
test_thread.rb * thread.c, vm_eval.c: add Thread.backtrace. 2009-06-14 05:59:23 +00:00
test_time.rb don't use a string for Time.at argument. 2009-07-02 11:04:11 +00:00
test_trace.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_transcode.rb * enc/trans/big5.trans, big5-hkscs-tbl.rb: 2009-07-24 10:26:18 +00:00
test_unicode_escape.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_variable.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_whileuntil.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_yield.rb
ut_eof.rb