From b69c18cff10936ca8431ab391b0e77760717f882 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Dec 2013 06:08:19 +0000 Subject: * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr): ignore fault address. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_rubyoptions.rb') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 0b1ed8fadb..36b1f6c8be 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -508,7 +508,7 @@ class TestRubyOptions < Test::Unit::TestCase 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 -- cgit v1.2.3