8000 Revert "Skip tests that suddenly started failing for MinGW" · ruby/ruby@b92a990 · GitHub
[go: up one dir, main page]

Skip to content

Commit b92a990

Browse files
committed
Revert "Skip tests that suddenly started failing for MinGW"
This reverts commit 279fb00.
1 parent f6e272f commit b92a990

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/ruby/test_argf.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def test_inplace_rename_impossible
256256
end
257257

258258
def test_inplace_nonascii
259-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
260259
ext = Encoding.default_external or
261260
skip "no default external encoding"
262261
t = nil

test/ruby/test_rubyoptions.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ def test_autosplit
303303
end
304304

305305
def test_chdir
306-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
307306
assert_in_out_err(%w(-C), "", [], /Can't chdir/)
308307

309308
assert_in_out_err(%w(-C test_ruby_test_rubyoptions_foobarbazqux), "", [], /Can't chdir/)
@@ -903,7 +902,6 @@ def test_command_line_glob_nonascii
903902
end
904903

905904
def test_command_line_progname_nonascii
906-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
907905
bug10555 = '[ruby-dev:48752] [Bug #10555]'
908906
name = expected = nil
909907
unless (0x80..0x10000).any? {|c|
@@ -955,7 +953,6 @@ def assert_e_script_encoding(str, args = [])
955953
# Since the codepage is shared all processes per conhost.exe, do
956954
# not chcp, or parallel test may break.
957955
def test_locale_codepage
958-
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
959956
locale = Encoding.find("locale")
960957
list = %W"\u{c7} \u{452} \u{3066 3059 3068}"
961958
list.each do |s|

0 commit comments

Comments
 (0)
0