summaryrefslogtreecommitdiff
path: root/test/excludes/TestException.rb
blob: 78ee4ca1c02ee624e8e43c1632b2e57162b2e60a (plain)
1
2
3
4
5
6
7
8
reason = %[\
Because machine stack overflow can happen anywhere, even critical
sections including external libraries, it is very neary impossible to
recover from such situation.
]

exclude /test_machine_stackoverflow/, reason
exclude :test_machine_stackoverflow_by_define_method, reason