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 5ba967b commit fc70010Copy full SHA for fc70010
test/pathname/test_pathname.rb
@@ -503,6 +503,8 @@ def test_initialize_nul
503
end
504
505
def test_initialize_encoding
506
+ 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"
508
assert_raise(Encoding::CompatibilityError) { Pathname.new("a".encode(Encoding::UTF_32BE)) }
509
510
0 commit comments