[前][次][番号順一覧][スレッド一覧]

ruby-changes:39924

From: nobu <ko1@a...>
Date: Fri, 2 Oct 2015 13:51:05 +0900 (JST)
Subject: [ruby-changes:39924] nobu:r52005 (trunk): test_method.rb: remove unlinked method entry test

nobu	2015-10-02 13:50:45 +0900 (Fri, 02 Oct 2015)

  New Revision: 52005

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52005

  Log:
    test_method.rb: remove unlinked method entry test
    
    * test/ruby/test_method.rb: remove test for unlinked method entry
      which is no longer vaild since r50728.

  Modified files:
    trunk/test/ruby/test_method.rb
Index: test/ruby/test_method.rb
===================================================================
--- test/ruby/test_method.rb	(revision 52004)
+++ test/ruby/test_method.rb	(revision 52005)
@@ -770,18 +770,6 @@ class TestMethod < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_method.rb#L770
     }, '[Bug #7825]'
   end
 
-  def test_unlinked_method_entry_in_method_object_bug
-    bug8100 = '[ruby-core:53640] [Bug #8100]'
-    assert_normal_exit %q{
-      1_000_000.times do
-        def x
-          "hello" * 1000
-        end
-        method(:x).call
-      end
-    }, bug8100
-  end
-
   def test_singleton_method
     feature8391 = '[ruby-core:54914] [Feature #8391]'
     c1 = Class.new

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]