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
matz 8405033139 * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT if
search_nonascii() fails.    [ruby-dev:34751]

* string.c (rb_str_reverse): preserve coderange info if the
  receiver is 7bit string.

* string.c (rb_str_reverse_bang): ditto.

* string.c (rb_str_reverse_bang): should have called
  single_byte_optimizable before rb_str_modify() that clears
  coderange info.

* string.c (tr_trans): handle single bytes more eagerly.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-20 07:59:33 +00:00
..
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead of 2008-05-12 12:35:37 +00:00
lbtest.rb
marshaltestlib.rb
sentence.rb
test_alias.rb
test_array.rb * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT if 2008-05-20 07:59:33 +00:00
test_assignment.rb
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb test the actual value of (10**32768-1).to_s. 2008-05-14 00:01:24 +00:00
test_call.rb
test_case.rb
test_class.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_clone.rb
test_comparable.rb
test_complex.rb
test_condition.rb
test_const.rb
test_continuation.rb test/ruby/test_continuation.rb: remove duplicated test. 2008-05-08 06:59:38 +00:00
test_defined.rb
test_dir.rb
test_encoding.rb
test_enum.rb
test_enumerator.rb
test_env.rb * test/ruby/test_io_m17n.rb: remove a duplicative method. 2008-05-13 15:57:22 +00:00
test_eval.rb * eval.c, vm_insnhelper.c: fix cref in instance_eval 2008-05-19 18:47:56 +00:00
test_exception.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_fiber.rb
test_file.rb
test_file_exhaustive.rb * file.c (rb_file_s_extname): first dot is not an extension name. 2008-05-17 02:29:13 +00:00
test_fixnum.rb * test/ruby/test_io_m17n.rb: remove a duplicative method. 2008-05-13 15:57:22 +00:00
test_float.rb * math.c (to_flo): rb_Float() accepts even strings for input. 2008-05-16 04:17:45 +00:00
test_fnmatch.rb
test_gc.rb
test_hash.rb * test/ruby/test_io_m17n.rb: remove a duplicative method. 2008-05-13 15:57:22 +00:00
test_ifunless.rb
test_integer.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_integer_comb.rb
test_io.rb
test_io_m17n.rb * test/ruby/test_io_m17n.rb: remove a duplicative method. 2008-05-13 15:57:22 +00:00
test_iterator.rb
test_lambda.rb
test_literal.rb
test_m17n.rb * bootstraptest/test_knownbug.rb: move solved tests. 2008-05-19 05:20:21 +00:00
test_m17n_comb.rb
test_marshal.rb
test_math.rb
test_method.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_mixed_unicode_escapes.rb
test_module.rb * test/ruby/test_module.rb (assert_method_defined?): added. 2008-05-16 08:08:06 +00:00
test_numeric.rb
test_object.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_objectspace.rb
test_optimization.rb
test_pack.rb * pack.c (pack_pack): check errno to detect error of ruby_strtoul. 2008-05-17 17:56:41 +00:00
test_parse.rb
test_path.rb
test_pipe.rb
test_prec.rb
test_primitive.rb
test_proc.rb * bootstraptest/test_knownbug.rb: move solved tests. 2008-05-19 05:20:21 +00:00
test_process.rb * process.c, include/ruby/intern.h (rb_run_exec_options): externed. 2008-05-12 14:15:32 +00:00
test_rand.rb
test_range.rb
test_rational.rb * test/ruby/test_io_m17n.rb: remove a duplicative method. 2008-05-13 15:57:22 +00:00
test_rational2.rb
test_readpartial.rb
test_regexp.rb
test_rubyoptions.rb
test_settracefunc.rb
test_signal.rb
test_sprintf.rb * bootstraptest/test_knownbug.rb: move solved tests. 2008-05-19 05:20:21 +00:00
test_sprintf_comb.rb
test_string.rb * bootstraptest/test_knownbug.rb: move solved tests. 2008-05-19 05:20:21 +00:00
test_stringchar.rb
test_struct.rb * bootstraptest/test_knownbug.rb: move solved tests. 2008-05-19 05:20:21 +00:00
test_super.rb
test_symbol.rb * test/ruby/test_string.rb: add tests to achieve over 90% test 2008-05-15 14:37:18 +00:00
test_system.rb
test_thread.rb * test/ruby/test_thread.rb: kill and join temporal threads that are 2008-05-11 10:06:58 +00:00
test_time.rb
test_trace.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_transcode.rb
test_unicode_escape.rb
test_utf16.rb add a test. 2008-05-13 17:16:03 +00:00
test_utf32.rb
test_variable.rb * test/ruby/test_object.rb: new tests to achieve over 90% test 2008-05-14 12:52:17 +00:00
test_whileuntil.rb
test_yield.rb
ut_eof.rb