We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb052a commit da633a0Copy full SHA for da633a0
test/mri/excludes/TestGc.rb
@@ -13,3 +13,4 @@
13
exclude :test_start_immediate_sweep, "needs investigation"
14
exclude :test_verify_internal_consistency, "needs investigation"
15
exclude :test_gc_disabled_start, "fails on native: GR-38054"
16
+exclude :test_exception_in_finalizer_procs, "transient"
test/mri/excludes/TestThread.rb
@@ -21,3 +21,4 @@
21
exclude :test_handle_interrupt, "needs investigation"
22
exclude :test_ignore_deadlock, "needs investigation"
23
exclude :test_switch_while_busy_loop, "transient"
24
+exclude :test_handle_interrupt_and_p, "transient"
0 commit comments