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
shugo 4e073fbb93 forgot to add test_undef.rb in the previous revision.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-18 01:14:54 +00:00
..
enc * test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head): 2009-10-29 19:28:49 +00:00
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb unused argument removed. 2009-11-17 13:24:44 +00:00
lbtest.rb
marshaltestlib.rb * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings. 2009-10-21 03:37:40 +00:00
sentence.rb
test_alias.rb * vm_method.c (rb_alias): should raise TypeError if klass is nil. 2009-11-17 14:53:32 +00:00
test_argf.rb
test_array.rb Decrease counts of tests which spend so long time. 2009-11-04 19:01:41 +00:00
test_assignment.rb * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() 2009-09-18 07:15:06 +00:00
test_autoload.rb
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb
test_call.rb
test_case.rb * test/ruby/test_case.rb: merged r25658 from ruby_1_8. 2009-11-05 22:48:53 +00:00
test_class.rb * class.c (rb_class_new): move class check to rb_check_inheritable(). 2009-10-23 23:37:14 +00:00
test_clone.rb
test_comparable.rb * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings. 2009-11-08 03:59:42 +00:00
test_complex.rb
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb
test_defined.rb
test_dir.rb * dir.c (GlobPathValue), file.c (rb_get_path_check): path names 2009-09-19 08:33:01 +00:00
test_dir_m17n.rb add tests. 2009-11-16 13:45:59 +00:00
test_econv.rb
test_encoding.rb * encoding.c (get_filesystem_encoding): removed. 2009-10-28 07:34:24 +00:00
test_enum.rb * test/ruby/test_enum.rb (test_count): marked as an implementation 2009-10-30 08:05:31 +00:00
test_enumerator.rb
test_env.rb
test_eval.rb
test_exception.rb
test_fiber.rb
test_file.rb
test_file_exhaustive.rb * dir.c (GlobPathValue), file.c (rb_get_path_check): path names 2009-09-19 08:33:01 +00:00
test_fixnum.rb
test_float.rb
test_fnmatch.rb
test_gc.rb
test_hash.rb
test_ifunless.rb
test_integer.rb * object.c (rb_f_integer): now Integer() takes optional base 2009-10-03 10:18:14 +00:00
test_integer_comb.rb
test_io.rb * io.c (io_fwrite): adjust stdio file position after direct write on 2009-10-26 03:06:29 +00:00
test_io_m17n.rb * io.c (io_encoding_set): get rid of parsing non-ascii string, and 2009-10-15 06:14:16 +00:00
test_iterator.rb
test_lambda.rb
test_literal.rb
test_m17n.rb * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787] 2009-11-17 23:41:44 +00:00
test_m17n_comb.rb 300 should be enough for testing cyclic byte succ. 2009-11-05 00:57:57 +00:00
test_marshal.rb * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings. 2009-10-21 03:37:40 +00:00
test_math.rb add assertion message. 2009-10-04 00:00:18 +00:00
test_metaclass.rb
test_method.rb
test_mixed_unicode_escapes.rb
test_module.rb * vm_insnhelper.c (vm_call_method): protected singleton methods of 2009-11-16 07:01:44 +00:00
test_notimp.rb
test_numeric.rb
test_object.rb * vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send): 2009-10-30 07:57:21 +00:00
test_objectspace.rb
test_optimization.rb
test_pack.rb
test_parse.rb
test_path.rb
test_pipe.rb
test_primitive.rb
test_proc.rb * proc.c (proc_binding): allow proc from method. [ruby-core:25589] 2009-09-21 08:12:12 +00:00
test_process.rb Retry on checking signal_received. 2009-11-05 02:03:18 +00:00
test_rand.rb
test_range.rb * string.c (rb_str_upto): keep first width. [ruby-dev:39361] 2009-09-23 04:14:23 +00:00
test_rational.rb
test_rational2.rb
test_readpartial.rb
test_regexp.rb * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext): 2009-10-19 01:59:38 +00:00
test_require.rb
test_rubyoptions.rb * vm_eval.c (rb_search_method_emtry, rb_method_call_status): split 2009-10-30 07:42:04 +00:00
test_settracefunc.rb
test_signal.rb Retry until the signal is trapped. 2009-10-18 11:19:33 +00:00
test_sleep.rb
test_sprintf.rb
test_sprintf_comb.rb
test_string.rb * string.c (rb_str_upto): make next object before yield its block. 2009-11-03 15:16:55 +00:00
test_stringchar.rb
test_struct.rb
test_super.rb
test_symbol.rb
test_system.rb
test_thread.rb Decrease counts of tests which spend so long time. 2009-11-04 19:01:41 +00:00
test_time.rb
test_trace.rb
test_transcode.rb * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb, 2009-11-17 08:56:11 +00:00
test_undef.rb forgot to add test_undef.rb in the previous revision. 2009-11-18 01:14:54 +00:00
test_unicode_escape.rb
test_variable.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb