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

ruby-changes:33459

From: ko1 <ko1@a...>
Date: Wed, 9 Apr 2014 14:45:06 +0900 (JST)
Subject: [ruby-changes:33459] ko1:r45538 (trunk): * test/ruby/test_gc.rb: more long timeout.

ko1	2014-04-09 14:45:01 +0900 (Wed, 09 Apr 2014)

  New Revision: 45538

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

  Log:
    * test/ruby/test_gc.rb: more long timeout.
      This test failed under RGENGC_CHECK_MODE >= 2.

  Modified files:
    trunk/ChangeLog
    trunk/test/ruby/test_gc.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45537)
+++ ChangeLog	(revision 45538)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Apr  9 14:43:00 2014  Koichi Sasada  <ko1@a...>
+
+	* test/ruby/test_gc.rb: more long timeout.
+	  This test failed under RGENGC_CHECK_MODE >= 2.
+
 Wed Apr  9 13:07:13 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in: get rid of __builtin_setjmp/__builtin_longjmp on
Index: test/ruby/test_gc.rb
===================================================================
--- test/ruby/test_gc.rb	(revision 45537)
+++ test/ruby/test_gc.rb	(revision 45538)
@@ -284,7 +284,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L284
   def test_sweep_in_finalizer
     bug9205 = '[ruby-core:58833] [Bug #9205]'
     2.times do
-      assert_ruby_status([], <<-'end;', bug9205, timeout: 30)
+      assert_ruby_status([], <<-'end;', bug9205, timeout: 60)
         raise_proc = proc do |id|
           GC.start
         end

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

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