aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index b97a08d928..989b86e8cb 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -3,3 +3,11 @@
# So all tests will cause failure.
#
+assert_normal_exit %q{
+ loop do
+ def x
+ "hello" * 1000
+ end
+ method(:x).call
+ end
+}, '[ruby-core:53640] [Bug #8100]'