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
shyouhei 2ac236dcbd * error.c (name_err_to_s): we need not infect msg.
* test/ruby/test_exception.rb (TestException#test_exception_to_s_should_not_propagate_untrustedness): test for it.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@37148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-10-12 04:05:35 +00:00
..
beginmainend.rb * object.c (convert_type): [ruby-core:03845] 2004-11-29 06:13:52 +00:00
bug2519.rb merge revision(s) 26159: 2010-06-10 04:38:43 +00:00
endblockwarn.rb * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older 2003-10-07 06:32:18 +00:00
envutil.rb * eval.c (eval): no need to push ruby_class. [ruby-dev:28176] 2006-02-11 16:13:47 +00:00
marshaltestlib.rb merge revision(s) 19078,20097: 2009-01-22 06:22:00 +00:00
suicide.rb * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): 2007-06-10 04:46:17 +00:00
test_alias.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_array.rb Merge from ruby_1_8. 2008-05-29 19:35:50 +00:00
test_assignment.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_beginendblock.rb * test/ruby/test_beginendblock.rb (test_begin_and_eval): add test for 2008-02-20 17:30:07 +00:00
test_bignum.rb merge revision(s) 28324: 2012-06-06 05:47:45 +00:00
test_call.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_case.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_clone.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_condition.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_const.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_defined.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_dir.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2006-01-01 08:12:39 +00:00
test_enum.rb Merge from ruby_1_8. 2008-05-29 19:35:50 +00:00
test_enumerator.rb * enumerator.c (enumerator_init_copy): Take care of 2008-06-03 11:06:38 +00:00
test_env.rb * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 09:31:40 +00:00
test_eval.rb copy test/zlib/test_zlib.rb from trunk. 2004-09-07 05:34:14 +00:00
test_exception.rb * error.c (name_err_to_s): we need not infect msg. 2012-10-12 04:05:35 +00:00
test_file.rb add tests for reading an extended file 2005-05-12 09:04:49 +00:00
test_file_exhaustive.rb Thu, 29 Jul 2010 23:33:21 +0000 nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> 2010-11-22 07:21:56 +00:00
test_fixnum.rb * numeric.c (fix_pow): integer power calculation: 0**n => 0, 2007-07-16 15:56:16 +00:00
test_float.rb merge revision(s) 23730: 2011-12-10 12:17:27 +00:00
test_gc.rb merge revision(s) 24713: 2009-11-16 11:00:15 +00:00
test_hash.rb merge revision(s) 25659:25661: 2009-12-13 17:48:12 +00:00
test_ifunless.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_integer.rb * test/ruby/test_integer.rb (test_Integer): multiple underscores 2007-12-19 02:08:59 +00:00
test_io.rb merge revision(s) 25485: 2009-11-25 08:45:13 +00:00
test_iterator.rb * eval.c (rb_iterate): need to PUSH_ITER in proper order. 2007-01-31 05:59:23 +00:00
test_marshal.rb merge revision(s) 25230,34866: 2012-03-02 02:45:35 +00:00
test_math.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_method.rb merge revision(s) 26159: 2010-06-10 04:38:43 +00:00
test_objectspace.rb use assert_same instead of assert_equal. 2006-09-16 15:30:49 +00:00
test_pack.rb merge revision(s) 27721:27725,27738:27740: 2010-06-08 08:42:55 +00:00
test_path.rb * file.c (rb_file_s_basename): skip slashes just after UNC top slashes. 2005-11-22 05:48:51 +00:00
test_pipe.rb merge revision(s) 26253: 2010-05-20 06:45:22 +00:00
test_proc.rb merge revision(s) 23257: 2009-07-09 09:05:18 +00:00
test_process.rb * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): 2006-07-31 07:18:43 +00:00
test_rand.rb add test_rand_0x100000000. 2005-02-07 16:11:14 +00:00
test_range.rb merge revision(s) 31302: 2011-05-20 22:29:05 +00:00
test_readpartial.rb * io.c (io_fread): warn nonblocking behavior. 2005-01-08 18:17:13 +00:00
test_regexp.rb merge revision(s) 28192: 2010-06-08 09:33:00 +00:00
test_require.rb merge revision(s) 27398: 2010-06-08 06:30:35 +00:00
test_settracefunc.rb revert revision r26082. cf: [ruby-dev:39889] 2009-12-21 08:11:42 +00:00
test_signal.rb merge revision(s) 24958,24979: 2009-11-17 07:32:15 +00:00
test_sleep.rb merge revision(s) 18262: 2009-01-03 19:46:23 +00:00
test_string.rb -This line, and those below, will be ignored-- 2011-12-28 12:47:15 +00:00
test_stringchar.rb * test/ruby/test_stringchar.rb (test_bang): added. 2004-11-20 14:04:10 +00:00
test_struct.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_super.rb merge revision(s) 26534:26536: 2010-05-22 10:41:43 +00:00
test_symbol.rb Merge from ruby_1_8. 2008-04-22 17:29:39 +00:00
test_system.rb * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep 2007-08-18 03:24:32 +00:00
test_time.rb merge revision(s) 17617: 2008-06-29 11:09:30 +00:00
test_trace.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_variable.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
test_whileuntil.rb * test/*: should not depend on $KCODE. 2004-02-18 13:21:10 +00:00
ut_eof.rb * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) 2005-05-12 08:12:42 +00:00