summaryrefslogtreecommitdiff
path: root/test/excludes
diff options
context:
space:
mode:
Diffstat (limited to 'test/excludes')
-rw-r--r--test/excludes/TestException.rb8
-rw-r--r--test/excludes/TestIO_Console.rb2
-rw-r--r--test/excludes/TestISeq.rb1
-rw-r--r--test/excludes/TestThread.rb2
-rw-r--r--test/excludes/_appveyor/TestArray.rb7
5 files changed, 0 insertions, 20 deletions
diff --git a/test/excludes/TestException.rb b/test/excludes/TestException.rb
deleted file mode 100644
index 38d66d63d2..0000000000
--- a/test/excludes/TestException.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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
diff --git a/test/excludes/TestIO_Console.rb b/test/excludes/TestIO_Console.rb
deleted file mode 100644
index caf1935fec..0000000000
--- a/test/excludes/TestIO_Console.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-# frozen_string_literal: false
-exclude(:test_getpass, 'not portable')
diff --git a/test/excludes/TestISeq.rb b/test/excludes/TestISeq.rb
deleted file mode 100644
index b99181eeaf..0000000000
--- a/test/excludes/TestISeq.rb
+++ /dev/null
@@ -1 +0,0 @@
-exclude :test_parent_iseq_mark, "time consuming test"
diff --git a/test/excludes/TestThread.rb b/test/excludes/TestThread.rb
deleted file mode 100644
index ea73a4c010..0000000000
--- a/test/excludes/TestThread.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-# frozen_string_literal: false
-exclude(/_stack_size$/, 'often too expensive')
diff --git a/test/excludes/_appveyor/TestArray.rb b/test/excludes/_appveyor/TestArray.rb
deleted file mode 100644
index 7d03833f07..0000000000
--- a/test/excludes/_appveyor/TestArray.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# https://ci.appveyor.com/project/ruby/ruby/builds/20339189/job/ltdpffep976xtj85
-# `test_push_over_ary_max': failed to allocate memory (NoMemoryError)
-exclude(:test_push_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test')
-# https://ci.appveyor.com/project/ruby/ruby/builds/20728419/job/o73q9fy1ojfibg5v
-exclude(:test_unshift_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test')
-# https://ci.appveyor.com/project/ruby/ruby/builds/20427662/job/prq9i2lkfxv2j0uy
-exclude(:test_splice_over_ary_max, 'Sometimes AppVeyor has insufficient memory to run this test')