Revert "Skip tests that suddenly started failing for MinGW"

This reverts commit 279fb0083a.
This commit is contained in:
Hiroshi SHIBATA 2024-11-12 16:27:14 +09:00
parent f6e272fb4a
commit b92a9905ae
2 changed files with 0 additions and 4 deletions

View file

@ -256,7 +256,6 @@ class TestArgf < Test::Unit::TestCase
end
def test_inplace_nonascii
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
ext = Encoding.default_external or
skip "no default external encoding"
t = nil

View file

@ -303,7 +303,6 @@ class TestRubyOptions < Test::Unit::TestCase
end
def test_chdir
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
assert_in_out_err(%w(-C), "", [], /Can't chdir/)
assert_in_out_err(%w(-C test_ruby_test_rubyoptions_foobarbazqux), "", [], /Can't chdir/)
@ -903,7 +902,6 @@ class TestRubyOptions < Test::Unit::TestCase
end
def test_command_line_progname_nonascii
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
bug10555 = '[ruby-dev:48752] [Bug #10555]'
name = expected = nil
unless (0x80..0x10000).any? {|c|
@ -955,7 +953,6 @@ class TestRubyOptions < Test::Unit::TestCase
# Since the codepage is shared all processes per conhost.exe, do
# not chcp, or parallel test may break.
def test_locale_codepage
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
locale = Encoding.find("locale")
list = %W"\u{c7} \u{452} \u{3066 3059 3068}"
list.each do |s|