aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-22 00:59:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-22 00:59:54 +0000
commit018cccb00b44a33fbad6d9f6aeb5d7ff8aa2a545 (patch)
tree76a9000795c11cf56e4f1b1ea4f895b430e60ad2 /KNOWNBUGS.rb
parente210d969de592099124c5509e566525521e29490 (diff)
downloadruby-018cccb00b44a33fbad6d9f6aeb5d7ff8aa2a545.tar.gz
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
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb10
1 files changed, 0 insertions, 10 deletions
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;