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

ruby-changes:31892

From: nobu <ko1@a...>
Date: Tue, 3 Dec 2013 15:08:33 +0900 (JST)
Subject: [ruby-changes:31892] nobu:r43971 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):

nobu	2013-12-03 15:08:19 +0900 (Tue, 03 Dec 2013)

  New Revision: 43971

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

  Log:
    * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):
      ignore fault address.

  Modified files:
    trunk/test/ruby/test_rubyoptions.rb
Index: test/ruby/test_rubyoptions.rb
===================================================================
--- test/ruby/test_rubyoptions.rb	(revision 43970)
+++ test/ruby/test_rubyoptions.rb	(revision 43971)
@@ -508,7 +508,7 @@ class TestRubyOptions < Test::Unit::Test https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L508
 
     ExpectedStderr =
       %r(\A
-      -e:(?:1:)?\s\[BUG\]\sSegmentation\sfault\n
+      -e:(?:1:)?\s\[BUG\]\sSegmentation\sfault.*\n
       #{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
       (?:--\s(?:.+\n)*\n)?
       --\sControl\sframe\sinformation\s-+\n

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

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