summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-23 15:25:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-23 15:25:20 +0000
commit4e3fda080c9186193e1fcc9c843d05f995629c2d (patch)
treedf147cdd036efd23d776bd3033c290bc30b20aaf /test/ruby
parentc2fdd98eb054fb5825061782ae610551ee00840c (diff)
* test/ruby/test_rubyoptions.rb (test_segv_test): follow up the
change at r29556. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_rubyoptions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 82ff0258e7..169f12f590 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -378,9 +378,8 @@ class TestRubyOptions < Test::Unit::TestCase
%r(\A
-e:(?:1:)?\s\[BUG\]\sSegmentation\sfault\n
#{ Regexp.quote(RUBY_DESCRIPTION) }\n\n
- --\scontrol\sframe\s----------\n
+ --\sControl\sframe\sinformation\s-+\n
(?:c:.*\n)*
- ---------------------------\n
(?:
--\sRuby\slevel\sbacktrace\sinformation\s----------------------------------------\n
-e:1:in\s\`<main>\'\n
@@ -391,6 +390,7 @@ class TestRubyOptions < Test::Unit::TestCase
--\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n
(?:(?:.*\s)?\[0x\h+\]\n)*\n
)?
+ (?m:.*)
\[NOTE\]\n
You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
Bug\sreports\sare\swelcome.\n