summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
blob: 4a1ea23896541faead6634544fb7b56c5dda18d7 (plain)
1
2
3
4
5
6
7
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

assert_equal('ok', "TracePoint.new(:line) {raise}.enable {\n  1\n}\n'ok'")
assert_finish(3, 'def m; end; TracePoint.new(:return) {raise}.enable {m}')