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 3ec597f commit 02299d6Copy full SHA for 02299d6
test/ruby/test_gc.rb
@@ -825,6 +825,8 @@ def test_vm_object
825
end
826
827
def test_exception_in_finalizer_procs
828
+ require '-test-/stack'
829
+ omit 'failing with ASAN' if Thread.asan?
830
assert_in_out_err(["-W0"], "#{<<~"begin;"}\n#{<<~'end;'}", %w[c1 c2])
831
c1 = proc do
832
puts "c1"
@@ -845,6 +847,8 @@ def test_exception_in_finalizer_procs
845
847
846
848
849
def test_exception_in_finalizer_method
850
851
852
853
def self.c1(x)
854
0 commit comments