summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-27 09:04:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-27 09:04:54 +0000
commite58106592eddd383c9eda4cb637188cd628435c0 (patch)
tree0684500664c07b46e2b0b4f1a0fb70abb9d4391a /test
parent8536f671b2f62f995a301a928a482e3b49b270d3 (diff)
Skip test_gc_stress_at_startup because it causes SEGV on some platforms
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 8873813017..b3528ddacd 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -384,6 +384,7 @@ class TestGc < Test::Unit::TestCase
end
def test_gc_stress_at_startup
+ skip # it'll be fixed later
assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true)
end