summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
blob: 5c0e4d515675e37c7f7815ff179fe1f7ea6c6a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

assert_normal_exit %q{
  open("tst-remove-load.rb", "w") {|f|
    f << <<-'End'
      module Kernel
        remove_method :load
      end
      raise
    End
  }
  load "tst-remove-load.rb"
}, '[ruby-dev:40234] [ruby-core:27959]', :timeout => 1