Skip to content

Commit c53d12e

Browse files
committed
Revert "Skip tests that suddenly started failing for MinGW"
This reverts commit f72eb70.
1 parent da00816 commit c53d12e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

test/ruby/test_argf.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def test_inplace_rename_impossible
267267
end
268268

269269
def test_inplace_nonascii
270-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
271270
ext = Encoding.default_external or
272271
omit "no default external encoding"
273272
t = nil

test/ruby/test_rubyoptions.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def test_autosplit
347347
end
348348

349349
def test_chdir
350-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
351350
assert_in_out_err(%w(-C), "", [], /Can't chdir/)
352351

353352
assert_in_out_err(%w(-C test_ruby_test_rubyoptions_foobarbazqux), "", [], /Can't chdir/)
@@ -1044,7 +1043,6 @@ def test_command_line_glob_nonascii
10441043
end
10451044

10461045
def test_command_line_progname_nonascii
1047-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
10481046
bug10555 = '[ruby-dev:48752] [Bug #10555]'
10491047
name = expected = nil
10501048
unless (0x80..0x10000).any? {|c|
@@ -1096,7 +1094,6 @@ def assert_e_script_encoding(str, args = [])
10961094
# Since the codepage is shared all processes per conhost.exe, do
10971095
# not chcp, or parallel test may break.
10981096
def test_locale_codepage
1099-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
11001097
locale = Encoding.find("locale")
11011098
list = %W"\u{c7} \u{452} \u{3066 3059 3068}"
11021099
list.each do |s|

0 commit comments

Comments
 (0)