From 7a1c10ba08258ebe26a423a4fdda7a99480eae22 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jun 2017 00:59:54 +0000 Subject: gc.c: expand sorted pages * gc.c (heap_page_allocate): expand sorted pages before inserting allocated new page. [Bug #12670] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- KNOWNBUGS.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'KNOWNBUGS.rb') diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb index 2eb472c9ad..35a8e75876 100644 --- a/KNOWNBUGS.rb +++ b/KNOWNBUGS.rb @@ -5,13 +5,3 @@ # This test file includes tests which point out known bugs. # So all tests will cause failure. # - -assert_normal_exit("#{<<-";END;"}", timeout: 5) -begin - require "-test-/typeddata" -rescue LoadError -else - n = 1 << 20 - Bug::TypedData.make(n) -end -;END; -- cgit v1.2.1