Skip to content

Commit a89460a

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Reenable skipped specs in truffleruby since they should be fixed
ruby/rubygems@a7cbec95c1
1 parent 52d7297 commit a89460a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/rubygems/test_gem_safe_marshal.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ def test_floats
234234
end
235235

236236
def test_link_after_float
237-
pend "Marshal.load of links and floats is broken on truffleruby, see https://github.com/oracle/truffleruby/issues/3747" if RUBY_ENGINE == "truffleruby"
238-
239237
a = []
240238
a << a
241239
assert_safe_load_as [0.0, a, 1.0, a]

test/rubygems/test_gem_specification.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,8 +3664,6 @@ def test_version_change_reset_cache_file
36643664
end
36653665

36663666
def test__load_fixes_Date_objects
3667-
pend "Marshal.load of links and floats is broken on truffleruby, see https://github.com/oracle/truffleruby/issues/3747" if RUBY_ENGINE == "truffleruby"
3668-
36693667
spec = util_spec "a", 1
36703668
spec.instance_variable_set :@date, Date.today
36713669

0 commit comments

Comments
 (0)