[rubygems/rubygems] Reenable skipped specs in truffleruby since they should be fixed
https://github.com/rubygems/rubygems/commit/a7cbec95c1
This commit is contained in:
parent
52d72979ae
commit
a89460a8a0
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user