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

ruby-changes:38843

From: nagachika <ko1@a...>
Date: Wed, 17 Jun 2015 03:22:12 +0900 (JST)
Subject: [ruby-changes:38843] nagachika:r50924 (ruby_2_2): test/objsace/test_objspace.rb: revert partially r50923.

nagachika	2015-06-17 03:22:00 +0900 (Wed, 17 Jun 2015)

  New Revision: 50924

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

  Log:
    test/objsace/test_objspace.rb: revert partially r50923.
    I accidentally insert GC.start.

  Modified files:
    branches/ruby_2_2/test/objspace/test_objspace.rb
    branches/ruby_2_2/version.h
Index: ruby_2_2/version.h
===================================================================
--- ruby_2_2/version.h	(revision 50923)
+++ ruby_2_2/version.h	(revision 50924)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_2/version.h#L1
 #define RUBY_VERSION "2.2.3"
 #define RUBY_RELEASE_DATE "2015-06-17"
-#define RUBY_PATCHLEVEL 135
+#define RUBY_PATCHLEVEL 136
 
 #define RUBY_RELEASE_YEAR 2015
 #define RUBY_RELEASE_MONTH 6
Index: ruby_2_2/test/objspace/test_objspace.rb
===================================================================
--- ruby_2_2/test/objspace/test_objspace.rb	(revision 50923)
+++ ruby_2_2/test/objspace/test_objspace.rb	(revision 50924)
@@ -178,7 +178,6 @@ class TestObjSpace < Test::Unit::TestCas https://github.com/ruby/ruby/blob/trunk/ruby_2_2/test/objspace/test_objspace.rb#L178
         obj2 = Object.new
       end
     ensure
-      GC.start
       ObjectSpace.trace_object_allocations_stop
       obj3 = Object.new
     end

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

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