From 08d5db4064a76649effef1bf2ab79f04cd848a6a Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 24 Feb 2021 13:42:27 -0800 Subject: Reverting PR #4221 It seems this breaks tests on Solaris, so I'm reverting it until we figure out the right fix. http://rubyci.s3.amazonaws.com/solaris11-sunc/ruby-master/log/20210224T210007Z.fail.html.gz --- test/ruby/test_gc_compact.rb | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index c4277d1ffe..4a8cff33f4 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -60,22 +60,6 @@ class TestGCCompact < Test::Unit::TestCase GC.auto_compact = before end - def test_bug_17652 - assert_in_out_err([], "#{<<~"{#"}#{<<~'};'}", timeout: 60) - {# - GC.auto_compact = true - - times = 20_000_000 - arr = Array.new(times) - times.times do |i| - arr[i] = "#{i}" - end - - arr = Array.new(1_000_000, 42) - GC.start - }; - end - private def supports_auto_compact? -- cgit v1.2.3