summaryrefslogtreecommitdiff
path: root/test/excludes/TestException.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/excludes/TestException.rb')
-rw-r--r--test/excludes/TestException.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/excludes/TestException.rb b/test/excludes/TestException.rb
new file mode 100644
index 0000000000..78ee4ca1c0
--- /dev/null
+++ b/test/excludes/TestException.rb
@@ -0,0 +1,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