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
nobu b41909f603 vm_method.c: should not modify frozen objects
* vm_method.c (rb_method_entry_make, remove_method): ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-09-12 08:13:28 +00:00
..
enc euckr-tbl.rb: euro and registered signs 2014-08-19 13:22:46 +00:00
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb envutil.rb: fix argument order 2014-08-13 12:16:30 +00:00
find_executable.rb require "rbconfig" to use RbConfig 2014-07-09 02:31:05 +00:00
lbtest.rb
marshaltestlib.rb
memory_status.rb memory_status.rb: find proper ps 2014-07-08 07:58:03 +00:00
sentence.rb
test_alias.rb
test_argf.rb io.c: preserve encodings 2014-08-28 06:18:30 +00:00
test_arity.rb
test_array.rb array.c: non-recursive rcombinate0 2014-06-14 01:55:25 +00:00
test_assignment.rb compile.c: private reader in op_assign 2014-07-19 03:40:52 +00:00
test_autoload.rb * test/ruby/envutil.rb (default_warning): New method. 2014-06-01 22:31:30 +00:00
test_backtrace.rb test/ruby: fix leaked threads 2014-05-26 05:38:10 +00:00
test_basicinstructions.rb
test_beginendblock.rb test_beginendblock.rb: avoid leaking threads 2014-05-30 02:32:37 +00:00
test_bignum.rb
test_call.rb
test_case.rb
test_class.rb vm_method.c: should not modify frozen objects 2014-09-12 08:13:28 +00:00
test_clone.rb
test_comparable.rb compar.c: use Module#to_s 2014-08-21 04:39:32 +00:00
test_complex.rb * test/ruby/test_complex.rb: removed unreachable code. 2014-08-27 00:58:16 +00:00
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb
test_defined.rb
test_dir.rb * configure.in (dirfd): Check function. 2014-09-04 15:54:04 +00:00
test_dir_m17n.rb test_dir_m17n.rb: assert_raw_file_name 2014-05-28 04:20:35 +00:00
test_econv.rb transcode.c: use string 2014-08-03 01:55:32 +00:00
test_encoding.rb
test_enum.rb
test_enumerator.rb
test_env.rb test/ruby/test_env.rb: test memory leaks only on Windows 2014-07-15 08:04:59 +00:00
test_eval.rb * include/ruby/ruby.h: freeze nil/true/false. 2014-09-11 05:37:32 +00:00
test_exception.rb eval.c: no overwrite SystemStackError backtrace 2014-06-28 04:58:53 +00:00
test_fiber.rb
test_file.rb Join threads. 2014-05-31 15:31:46 +00:00
test_file_exhaustive.rb test_file_exhaustive.rb: fix expected value 2014-06-15 11:49:25 +00:00
test_fixnum.rb add assertions for division NaN 2014-08-01 07:35:34 +00:00
test_flip.rb
test_float.rb numeric.c: 0 % Float::NAN returns Float::NAN 2014-08-01 07:35:48 +00:00
test_fnmatch.rb
test_gc.rb * test/ruby/test_gc.rb: fix condition. 2014-09-10 07:24:24 +00:00
test_hash.rb GC.stat key name 2014-09-09 11:22:23 +00:00
test_ifunless.rb
test_integer.rb
test_integer_comb.rb
test_io.rb test/ruby/test_io.rb: use IO#nonblock= 2014-09-05 23:11:15 +00:00
test_io_m17n.rb test_io_m17n.rb: leaked FDs 2014-08-28 08:27:53 +00:00
test_iseq.rb
test_iterator.rb
test_keyword.rb vm_insnhelper.c: fix implicit splat keyword argument 2014-07-10 06:02:54 +00:00
test_lambda.rb
test_lazy_enumerator.rb
test_literal.rb
test_m17n.rb string.c: fix wrong single-byte optimization 2014-07-22 03:56:26 +00:00
test_m17n_comb.rb string.c: raise at invalid byte sequence 2014-07-22 04:33:38 +00:00
test_marshal.rb marshal.c: fix symlink index 2014-07-29 03:28:43 +00:00
test_math.rb
test_metaclass.rb
test_method.rb proc.c: method_super_method 2014-07-26 16:22:41 +00:00
test_mixed_unicode_escapes.rb
test_module.rb * test/ruby/test_module.rb: Bump up timeout in 2014-07-20 22:42:47 +00:00
test_not.rb
test_notimp.rb
test_numeric.rb * numeric.c (do_coerce): Add a warning when an exception is raised 2014-06-07 13:16:01 +00:00
test_object.rb test_object.rb: add assertions 2014-09-11 06:13:57 +00:00
test_objectspace.rb gc.c: preserve encoding 2014-09-10 08:22:03 +00:00
test_optimization.rb test_optimization.rb: redefine separately 2014-06-20 02:47:14 +00:00
test_pack.rb pack.c: fix buffer overrun 2014-07-11 01:09:05 +00:00
test_parse.rb parse.y: preserve encodings 2014-08-13 12:20:13 +00:00
test_path.rb
test_pipe.rb io.c: truncate before appending 2014-06-07 03:51:57 +00:00
test_primitive.rb
test_proc.rb vm.c: rb_vm_env_local_variables 2014-07-01 17:57:37 +00:00
test_process.rb process.c: use UTF-8 2014-06-16 05:35:59 +00:00
test_rand.rb
test_range.rb * test/ruby/test_range.rb: added workaround for VERBOSE message. 2014-08-26 04:44:20 +00:00
test_rational.rb * test/ruby/test_complex.rb: removed unreachable code. 2014-08-27 00:58:16 +00:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb vm_insnhelper.c: fix unusable super class 2014-08-03 01:43:10 +00:00
test_regexp.rb test_regexp.rb: split test_once 2014-06-20 06:47:37 +00:00
test_require.rb
test_rubyoptions.rb test/ruby/find_executable.rb 2014-07-07 08:42:57 +00:00
test_rubyvm.rb
test_settracefunc.rb optimized any? methods 2014-07-18 13:16:48 +00:00
test_signal.rb signal.c: preserve encoding 2014-07-30 14:27:15 +00:00
test_sleep.rb
test_sprintf.rb sprintf.c: fix condition 2014-08-19 13:28:32 +00:00
test_sprintf_comb.rb
test_string.rb test_string.rb: move and add assertions 2014-05-30 02:55:26 +00:00
test_stringchar.rb
test_struct.rb
test_super.rb
test_symbol.rb * string.c (sym_find): remove Symbol.find because we have Symbol GC now. 2014-09-11 21:22:52 +00:00
test_syntax.rb test_syntax.rb: fix tempfile leaks 2014-08-09 09:32:47 +00:00
test_system.rb
test_thread.rb test_thread.rb: let main thread exit from Thread.new 2014-08-20 01:33:40 +00:00
test_threadgroup.rb test/ruby: fix leaked threads 2014-05-26 05:13:40 +00:00
test_time.rb * time.c (rb_time_unmagnify_to_float): Avoid double rounding. 2014-08-26 11:48:21 +00:00
test_time_tz.rb test_time_tz.rb: have_tz_offset? 2014-09-08 08:10:37 +00:00
test_trace.rb
test_transcode.rb
test_undef.rb
test_unicode_escape.rb
test_variable.rb test_proc.rb: test_local_variables_in_other_context 2014-07-01 17:14:19 +00:00
test_weakmap.rb * include/ruby/ruby.h: freeze nil/true/false. 2014-09-11 05:37:32 +00:00
test_whileuntil.rb
test_yield.rb
ut_eof.rb