Skip to content

Commit 54b1043

Browse files
committed
Tag failing MRI tests
1 parent b2559b1 commit 54b1043

20 files changed

+141
-135
lines changed

test/mri/excludes/TestBundledCA.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/mri/excludes/TestEnumerator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
exclude :test_lazy_chain, "hangs"
1515
exclude :test_chain_undef_methods, "<0> expected but was"
1616
exclude :test_compact, "NoMethodError: undefined method `compact' for #<Enumerator::Lazy:0x16c1c88>"
17+
exclude :test_stopiteration_rescue, "backtrace of StopIteration is not supposed to contain internal Ruby source files"

test/mri/excludes/TestFiberIO.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
exclude :test_tcp_accept, "hangs, no Fiber.set_scheduler"
55
exclude :test_epipe_on_read, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
66
exclude :test_read, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
7+
exclude :test_puts_empty, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
exclude :test_write_nonblock, "hangs, no Fiber.set_scheduler"
2-
exclude :test_read_write_blocking, "hangs, no Fiber.set_scheduler"
3-
exclude :test_timeout_after, "hangs, no Fiber.set_scheduler"
4-
exclude :test_read_nonblock, "hangs, no Fiber.set_scheduler"
1+
exclude :test_io_buffer_read_write, "NameError: uninitialized constant IO::Buffer"
2+
exclude :test_read_nonblock, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
3+
exclude :test_read_write_blocking, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
4+
exclude :test_timeout_after, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
5+
exclude :test_write_nonblock, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"

test/mri/excludes/TestFiberProcess.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
exclude :test_process_wait, "needs investigation"
2-
exclude :test_system, "needs investigation"
1+
exclude :test_process_wait, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
2+
exclude :test_system, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
3+
exclude :test_system_faulty_process_wait, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"

test/mri/excludes/TestFiberThread.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
exclude :test_broken_unblock, "needs investigation"
2-
exclude :test_thread_join, "needs investigation"
3-
exclude :test_thread_join_blocking, "needs investigation"
4-
exclude :test_thread_join_hang, "needs investigation"
5-
exclude :test_thread_join_implicit, "needs investigation"
1+
exclude :test_broken_unblock, "[RuntimeError] exception expected, not #<NoMethodError: undefined method `scheduler' for Fiber:Class>."
2+
exclude :test_thread_join, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
3+
exclude :test_thread_join_blocking, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
4+
exclude :test_thread_join_hang, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
5+
exclude :test_thread_join_timeout, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"
6+
exclude :test_thread_join_implicit, "NoMethodError: undefined method `set_scheduler' for Fiber:Class"

test/mri/excludes/TestGemBundledCA.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
exclude :test_accessing_new_index, "accesses a public web site at runtime"
2+
exclude :test_accessing_rubygems, "accesses a public web site at runtime"
3+
exclude :test_accessing_staging, "accesses a public web site at runtime"
4+
exclude :test_accessing_www_rubygems, "accesses a public web site at runtime"

test/mri/excludes/TestGemExit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_exit, "<2> expected but was"

test/mri/excludes/TestGemKernel.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_gem_failing_inside_require_doesnt_cause_double_exceptions, "<1> expected but was"

test/mri/excludes/TestHash.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exclude :test_ar2st, "mutating Hash during key.hash"
2+
exclude :test_iterlevel_in_ivar_bug19589, "'SystemStackError: stack level too deep' - in ruby-test-mri-asserts only job on CI (e.g. builds #27957758, #27955816)"
23
exclude :test_to_proc, "<true> expected but was"
34
exclude :test_huge_iter_level, "RuntimeError expected but nothing was raised."
45
exclude :test_merge!, "FrozenError expected but nothing was raised."

0 commit comments

Comments
 (0)