summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
blob: 989b86e8cb323c0e10479259118b71ab9aefad48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This test file concludes tests which point out known bugs.
# 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]'