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

ruby-changes:23585

From: nagachika <ko1@a...>
Date: Sun, 13 May 2012 23:47:38 +0900 (JST)
Subject: [ruby-changes:23585] nagachika:r35636 (trunk): * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of

nagachika	2012-05-13 23:47:29 +0900 (Sun, 13 May 2012)

  New Revision: 35636

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

  Log:
    * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
      test_flush_in_finalizer1.  [ruby-core:43951] [Bug ##6228]

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_io.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35635)
+++ ChangeLog	(revision 35636)
@@ -1,3 +1,8 @@
+Sun May 13 23:32:16 2012  CHIKANAGA Tomoyuki  <nagachika00@g...>
+
+	* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of
+	  test_flush_in_finalizer1.  [ruby-core:43951] [Bug ##6228]
+
 Sun May 13 22:46:36 2012  Tanaka Akira  <akr@f...>
 
 	* ext/etc/etc.c (passwd_ensure): move endpwent() call from
Index: test/ruby/test_io.rb
===================================================================
--- test/ruby/test_io.rb	(revision 35635)
+++ test/ruby/test_io.rb	(revision 35636)
@@ -10,14 +10,6 @@
 require_relative 'envutil'
 
 class TestIO < Test::Unit::TestCase
-  def setup
-    GC.disable
-  end
-
-  def teardown
-    GC.enable
-  end
-
   def have_close_on_exec?
     begin
       $stdin.close_on_exec?

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

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