..
enc
* test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):
2009-10-29 19:28:49 +00:00
allpairs.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
beginmainend.rb
endblockwarn_rb
envutil.rb
* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.
2010-01-12 07:41:40 +00:00
lbtest.rb
* test/ruby/test_thread.rb: new tests from Sylvain Joyeux in
2008-04-09 03:12:03 +00:00
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): skip ZSUPER method when searching body of
2010-01-08 14:10:58 +00:00
test_argf.rb
remove temporally files explicitly.
2009-09-13 17:59:49 +00:00
test_array.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +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
* load.c (rb_feature_provided): fixed for autoloading extension
2009-09-09 06:46:31 +00:00
test_basicinstructions.rb
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
2009-09-05 06:21:15 +00:00
test_beginendblock.rb
* parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in
2010-01-18 16:43:29 +00:00
test_bignum.rb
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
2010-01-21 16:08:40 +00:00
test_call.rb
* test: assert_raises has been deprecated since a long time ago.
2008-09-24 17:44:39 +00:00
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
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
2010-01-21 16:08:40 +00:00
test_clone.rb
* test: assert_raises has been deprecated since a long time ago.
2008-09-24 17:44:39 +00:00
test_comparable.rb
* test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.
2009-11-08 03:59:42 +00:00
test_complex.rb
* test/ruby/test_complex.rb (@unify): fix the detection if math
2009-11-26 12:18:40 +00:00
test_complex2.rb
* test/ruby/test_rational2.rb: updated.
2008-09-23 12:34:35 +00:00
test_complexrational.rb
* test/ruby/test_rational2.rb: updated.
2008-09-23 12:34:35 +00:00
test_condition.rb
test_const.rb
test_continuation.rb
add a test for [ruby-dev:34802].
2008-05-22 08:41:07 +00:00
test_defined.rb
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
2010-01-21 16:08:40 +00:00
test_dir.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_dir_m17n.rb
add test.
2009-11-18 13:02:28 +00:00
test_econv.rb
* enc/trans/newline.trans (fun_so_universal_newline): generate \n
2009-11-22 19:15:55 +00:00
test_encoding.rb
Add rdoc and test of Encoding#replicate.
2009-12-12 16:35:10 +00:00
test_enum.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_enumerator.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_env.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_eval.rb
* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):
2009-08-17 05:35:10 +00:00
test_exception.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +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
* io.c (rb_io_rewind): should reset fptr->readconv if it's
2008-10-29 16:40:05 +00:00
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
* prec.c: removed. Precision will be redesigned and be back again.
2008-09-19 13:10:54 +00:00
test_float.rb
Add Float::INFINITY and Float::NAN.
2009-12-29 07:05:39 +00:00
test_fnmatch.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_gc.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_hash.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_ifunless.rb
test_integer.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_integer_comb.rb
split combinational blackbox tests.
2008-05-01 02:02:49 +00:00
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
* enc/trans/newline.trans (fun_so_universal_newline): generate \n
2009-11-22 19:15:55 +00:00
test_iterator.rb
* test: assert_raises has been deprecated since a long time ago.
2008-09-24 17:44:39 +00:00
test_lambda.rb
* test: assert_raises has been deprecated since a long time ago.
2008-09-24 17:44:39 +00:00
test_literal.rb
* parse.y (parser_yylex): suppress an extra error message after
2009-11-30 02:00:14 +00:00
test_m17n.rb
Fix test when default_external is US-ASCII.
2010-01-16 16:53:17 +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
* marshal.c (w_symbol): dump no encoding for 7bit only coderange
2010-01-08 04:12:29 +00:00
test_math.rb
add assertion message.
2009-10-04 00:00:18 +00:00
test_metaclass.rb
* test/ruby/test_metaclass.rb: removed codes for my debugging.
2008-12-17 00:58:10 +00:00
test_method.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_mixed_unicode_escapes.rb
* transcode.c: add "Error" suffix for Encoding exception classes.
2008-09-18 08:57:33 +00:00
test_module.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +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
* vm_method.c (rb_remove_method_id): exported.
2009-08-27 09:31:11 +00:00
test_object.rb
* vm_eval.c (check_funcall): reset method_missing_reason before
2009-12-19 00:58:13 +00:00
test_objectspace.rb
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
2008-07-15 15:26:04 +00:00
test_optimization.rb
test_pack.rb
* pack.c (pack_pack): fixed length for odd length string.
2008-12-08 09:31:44 +00:00
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
* prelude.rb (require_relative): move require_relative from
2008-04-12 14:50:18 +00:00
test_primitive.rb
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,
2010-01-21 16:08:40 +00:00
test_proc.rb
* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.
2010-01-22 15:03:32 +00:00
test_process.rb
add tests.
2010-01-13 17:00:48 +00:00
test_rand.rb
* random.c (random_rand): fixed for edge cases of ranges.
2009-08-26 14:58:44 +00:00
test_range.rb
* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
2009-11-26 12:17:47 +00:00
test_rational.rb
* test/ruby/test_complex.rb (@unify): fix the detection if math
2009-11-26 12:18:40 +00:00
test_rational2.rb
* test/ruby/test_rational2.rb: updated.
2008-09-23 12:34:35 +00:00
test_readpartial.rb
* test/ruby/test_readpartial.rb (make_pipe): readpartial does not
2009-02-02 23:21:10 +00:00
test_regexp.rb
* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
2010-01-22 14:53:12 +00:00
test_require.rb
* test/ruby/test_require.rb (test_define_class): expect TypeError
2010-01-21 16:06:39 +00:00
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/ruby/test_settracefunc.rb (test_return, test_return2): add two
2009-08-18 17:55:26 +00:00
test_signal.rb
Retry until the signal is trapped.
2009-10-18 11:19:33 +00:00
test_sleep.rb
* test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.
2009-01-02 14:49:58 +00:00
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
add test for %B.
2008-10-14 14:08:36 +00:00
test_string.rb
* string.c (rb_str_concat): fixed range check for Fixnum, and
2010-01-14 03:50:39 +00:00
test_stringchar.rb
* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,
2008-02-12 06:28:23 +00:00
test_struct.rb
* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
2009-11-26 12:17:47 +00:00
test_super.rb
* vm_insnhelper.c (vm_search_superclass): checks for implicit
2009-07-10 01:25:26 +00:00
test_symbol.rb
* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
2010-01-22 14:53:12 +00:00
test_system.rb
* ruby.c (load_file_internal): assumes -x flag if no "ruby" is in
2009-08-05 10:19:18 +00:00
test_thread.rb
* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.
2009-12-23 01:24:33 +00:00
test_time.rb
* time.c (time_mload): add submicro into vtm.subsecx. [ruby-dev:40133]
2010-01-22 12:08:02 +00:00
test_trace.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_transcode.rb
* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added
2009-12-10 11:59:12 +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
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_variable.rb
* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
2010-01-22 14:53:12 +00:00
test_whileuntil.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_yield.rb
* test/ruby/test_proc.rb (test_proc_args_unleashed): test for
2008-10-25 09:47:54 +00:00
ut_eof.rb