summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-20 18:10:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-21 14:17:51 +0900
commitac00bdc8a8ac2c62a94dd36a7784d15bbcb7df19 (patch)
tree5383d64f7fec10132e7974c7e2a56edca0dc715e /test/ruby/test_gc.rb
parentf9696ca6cbfe827b7ce7199e511fa7431f9333b1 (diff)
Do not modify shared array
[Bug #15821]
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index d59bdfd50e..5dea1b2742 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -385,7 +385,6 @@ class TestGc < Test::Unit::TestCase
end
def test_gc_stress_at_startup
- skip
assert_in_out_err([{"RUBY_DEBUG"=>"gc_stress"}], '', [], [], '[Bug #15784]', success: true)
end