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

ruby-changes:41653

From: naruse <ko1@a...>
Date: Wed, 3 Feb 2016 19:08:53 +0900 (JST)
Subject: [ruby-changes:41653] naruse:r53727 (trunk): Remove debug print introduced in r52386

naruse	2016-02-03 19:08:49 +0900 (Wed, 03 Feb 2016)

  New Revision: 53727

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

  Log:
    Remove debug print introduced in r52386

  Modified files:
    trunk/test/ruby/test_gc.rb
Index: test/ruby/test_gc.rb
===================================================================
--- test/ruby/test_gc.rb	(revision 53726)
+++ test/ruby/test_gc.rb	(revision 53727)
@@ -342,13 +342,6 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L342
           sleep 0.1
           Process.kill("INT", pid) rescue break
         }
-        if RUBY_PLATFORM.include?('solaris')
-          $stderr.puts `/usr/bin/psig #{$$}`
-          $stderr.puts `/usr/bin/psig #{Process.ppid}`
-        elsif File.exist?('/proc/self/status')
-          $stderr.puts IO.read('/proc/self/status')
-          $stderr.puts IO.read("/proc/#{Process.ppid}/status")
-        end
       end
       f = proc {1000.times {}}
       loop do

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

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