[rubygems/rubygems] Reenable skipped specs in truffleruby since they should be fixed

https://github.com/rubygems/rubygems/commit/a7cbec95c1
This commit is contained in:
David Rodríguez 2025-05-13 12:35:38 +02:00 committed by Hiroshi SHIBATA
parent 52d72979ae
commit a89460a8a0
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 0 additions and 4 deletions

View File

@ -234,8 +234,6 @@ class TestGemSafeMarshal < Gem::TestCase
end
def test_link_after_float
pend "Marshal.load of links and floats is broken on truffleruby, see https://github.com/oracle/truffleruby/issues/3747" if RUBY_ENGINE == "truffleruby"
a = []
a << a
assert_safe_load_as [0.0, a, 1.0, a]

View File

@ -3664,8 +3664,6 @@ Did you mean 'Ruby'?
end
def test__load_fixes_Date_objects
pend "Marshal.load of links and floats is broken on truffleruby, see https://github.com/oracle/truffleruby/issues/3747" if RUBY_ENGINE == "truffleruby"
spec = util_spec "a", 1
spec.instance_variable_set :@date, Date.today