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

ruby-changes:32838

From: nobu <ko1@a...>
Date: Wed, 12 Feb 2014 11:36:23 +0900 (JST)
Subject: [ruby-changes:32838] nobu:r44917 (trunk): test_rubyoptions.rb: just check if aborted

nobu	2014-02-12 11:36:20 +0900 (Wed, 12 Feb 2014)

  New Revision: 44917

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

  Log:
    test_rubyoptions.rb: just check if aborted
    
    * test/ruby/test_rubyoptions.rb (test_segv_loaded_features):
      ignore message at segv, just check if aborted.

  Modified files:
    trunk/test/ruby/test_rubyoptions.rb
Index: test/ruby/test_rubyoptions.rb
===================================================================
--- test/ruby/test_rubyoptions.rb	(revision 44916)
+++ test/ruby/test_rubyoptions.rb	(revision 44917)
@@ -555,7 +555,7 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L555
                          '-e', 'Process.kill :SEGV, $$',
                          '-C', tmpdir,
                         ],
-                        "", [], /#<Bogus:/,
+                        "", [], //,
                         nil,
                         opts)
     end

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

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