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

ruby-changes:48050

From: ko1 <ko1@a...>
Date: Wed, 11 Oct 2017 17:11:21 +0900 (JST)
Subject: [ruby-changes:48050] ko1:r60164 (trunk): revert a part of r60163.

ko1	2017-10-11 17:11:16 +0900 (Wed, 11 Oct 2017)

  New Revision: 60164

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

  Log:
    revert a part of r60163.
    
    * test/ruby/test_settracefunc.rb (test_trace_point_binding_in_ifunc):
      do not need other threads because this script is invoked by another
      ruby process (and also remove typo).

  Modified files:
    trunk/test/ruby/test_settracefunc.rb
Index: test/ruby/test_settracefunc.rb
===================================================================
--- test/ruby/test_settracefunc.rb	(revision 60163)
+++ test/ruby/test_settracefunc.rb	(revision 60164)
@@ -925,7 +925,6 @@ class TestSetTraceFunc < Test::Unit::Tes https://github.com/ruby/ruby/blob/trunk/test/ruby/test_settracefunc.rb#L925
     bug7774 = '[ruby-dev:46908]'
     src = %q{
       tp = TracePoint.new(:raise) do |tp|
-        next unless target_thread?g
         tp.binding
       end
       tp.enable do

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

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