aboutsummaryrefslogtreecommitdiffstats
path: root/test/.excludes/TestException.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:23:54 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-13 15:23:54 +0900
commitefc9127790e2e725541de2c36780a852e6c1382c (patch)
treeb12e2c4dc82b9522aeacfab00b5ac0441a35e35c /test/.excludes/TestException.rb
parentb56e5c6b9425a19c04d4e59410463155ea9db30c (diff)
downloadruby-efc9127790e2e725541de2c36780a852e6c1382c.tar.gz
Prefix `excludes` with a dot to prevent chkbuild from firing wrongly
Chkbuild runs for each directories just under `test` directory when `test-all` failed. `test/excludes` itself should not be a target.
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..38d66d63d2
--- /dev/null
+++ b/test/.excludes/TestException.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: false
+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 %r[test_machine_stackoverflow], reason