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 33fc55acef * vm_method.c (me_opts): fixed optimized method aliasing.
[ruby-dev:38824]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-19 02:00:27 +00:00
..
enc
allpairs.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
beginmainend.rb
endblockwarn_rb
envutil.rb
lbtest.rb
marshaltestlib.rb Add test for marshaling regexp. 2009-07-10 05:51:28 +00:00
sentence.rb
test_alias.rb * vm_method.c (me_opts): fixed optimized method aliasing. 2009-07-19 02:00:27 +00:00
test_argf.rb
test_array.rb * array.c (recursive_hash): reject recursive key. 2009-07-17 07:49:06 +00:00
test_assignment.rb
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb
test_call.rb
test_case.rb * test/ruby/test_case.rb (TestCase#test_deoptimization): 2009-07-13 15:47:20 +00:00
test_class.rb
test_clone.rb
test_comparable.rb
test_complex.rb * complex.c (nucomp_equal_p): removed. 2009-07-03 12:31:26 +00:00
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb
test_defined.rb * compile.c, insns.def: change return value of "defined?" 2007-11-27 04:43:54 +00:00
test_dir.rb
test_econv.rb
test_encoding.rb
test_enum.rb * array.c (recursive_join): use obj to tell if recursion occurs. 2009-07-10 07:30:08 +00:00
test_enumerator.rb
test_env.rb
test_eval.rb
test_exception.rb * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer 2009-07-16 09:28:12 +00:00
test_fiber.rb
test_file.rb
test_file_exhaustive.rb * file.c (rb_file_s_basename): returns new string instead of 2009-07-08 07:47:09 +00:00
test_fixnum.rb
test_float.rb
test_fnmatch.rb
test_gc.rb
test_hash.rb remove test for recursive hash key. [ruby-core:22921] 2009-07-17 00:18:34 +00:00
test_ifunless.rb
test_integer.rb
test_integer_comb.rb
test_io.rb * io.c (io_reopen): discards read buffer. [ruby-core:24240] 2009-07-16 07:00:23 +00:00
test_io_m17n.rb * test/ruby/test_io_m17n.rb (test_strip_bom): added. 2009-07-11 05:46:36 +00:00
test_iterator.rb
test_lambda.rb
test_literal.rb
test_m17n.rb Follow tests for changes of ENV's encoding. 2009-07-13 16:32:00 +00:00
test_m17n_comb.rb
test_marshal.rb * test/ruby/test_marshal.rb (TestMarshal#test_limit): test for 2009-07-01 02:32:24 +00:00
test_math.rb
test_metaclass.rb
test_method.rb
test_mixed_unicode_escapes.rb
test_module.rb * test/ruby/test_module.rb (TestModule#test_undef): adjust to 2009-07-06 00:15:29 +00:00
test_notimp.rb
test_numeric.rb * numeric.c (num_div): don't use num_floor which is actually 2009-06-20 12:37:13 +00:00
test_object.rb * test/ruby/test_module.rb (TestModule#test_undef): adjust to 2009-07-06 00:15:29 +00:00
test_objectspace.rb
test_optimization.rb
test_pack.rb
test_parse.rb
test_path.rb * test/ruby/test_path.rb (test_extname): test for r19596. 2009-03-01 05:16:14 +00:00
test_pipe.rb
test_primitive.rb
test_proc.rb * proc.c (make_curry_proc): should propagate lambda-ness. 2009-07-06 00:31:55 +00:00
test_process.rb
test_rand.rb * random.c (rb_random_t): objectified. [EXPERIMENTAL] 2009-07-16 06:00:35 +00:00
test_range.rb
test_rational.rb * rational.c: renamed equal_p to eqeq_p. 2009-07-03 12:19:54 +00:00
test_rational2.rb
test_readpartial.rb
test_regexp.rb
test_require.rb * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): 2009-06-26 12:48:15 +00:00
test_rubyoptions.rb * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): 2009-06-26 12:48:15 +00:00
test_settracefunc.rb * thread.c (rb_threadptr_exec_event_hooks): new function to 2009-07-05 05:04:41 +00:00
test_signal.rb
test_sleep.rb
test_sprintf.rb
test_sprintf_comb.rb add test for %B. 2008-10-14 14:08:36 +00:00
test_string.rb
test_stringchar.rb
test_struct.rb
test_super.rb * vm_insnhelper.c (vm_search_superclass): checks for implicit 2009-07-10 01:25:26 +00:00
test_symbol.rb
test_system.rb * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588] 2009-06-29 09:56:03 +00:00
test_thread.rb
test_time.rb don't use a string for Time.at argument. 2009-07-02 11:04:11 +00:00
test_trace.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_transcode.rb
test_unicode_escape.rb
test_variable.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb