Skip to content

Commit 6d59251

Browse files
authored
Merge pull request #89 from eregon/remove-file-path-omits
Remove omit's for File.path since it is fixed in the last TruffleRuby release
2 parents 07b0e6e + 97c97bc commit 6d59251

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/pathname/test_pathname.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,13 +498,11 @@ def obj.to_str; "a/b"; end
498498
end
499499

500500
def test_initialize_nul
501-
omit "https://github.com/truffleruby/truffleruby/issues/4047" if RUBY_ENGINE == "truffleruby"
502501
assert_raise(ArgumentError) { Pathname.new("a\0") }
503502
end
504503

505504
def test_initialize_encoding
506505
omit "https://github.com/jruby/jruby/issues/9120" if RUBY_ENGINE == "jruby"
507-
omit "https://github.com/truffleruby/truffleruby/issues/4047" if RUBY_ENGINE == "truffleruby"
508506
assert_raise(Encoding::CompatibilityError) { Pathname.new("a".encode(Encoding::UTF_32BE)) }
509507
end
510508

0 commit comments

Comments
 (0)