summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-11 02:58:54 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-11 02:58:54 +0000
commit0ab057280cee1b67b83bd4e9b1e9a8f5806c7bf1 (patch)
tree0249fb933c2777bf7f6881d11380a82f4ad0c087 /test
parent381b72da1202557b5670f39241c783658915a3da (diff)
Experimentally revert r38041
"vm_dump.c: no methods in segv handler" It may cause segv: http://fb.rubyci.org/~chkbuild/ruby-trunk/log/20121130T090301Z.diff.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_rubyoptions.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 9e8978fd05..16656f0b24 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -508,13 +508,6 @@ class TestRubyOptions < Test::Unit::TestCase
)x,
nil,
opts)
-
- bug7402 = '[ruby-core:49573]'
- status = assert_in_out_err(['-e', 'class Bogus; def to_str; exit true; end; end',
- '-e', '$".unshift Bogus.new',
- '-e', 'Process.kill :SEGV, $$'],
- "", //, /#<Bogus:/)
- assert_not_predicate(status, :success?, "segv but success #{bug7402}")
end
def test_DATA