Skip to content

Commit

Permalink
Revert "Skip tests that suddenly started failing for MinGW"
Browse files Browse the repository at this point in the history
This reverts commit f72eb70.
  • Loading branch information
hsbt committed Nov 19, 2024
1 parent edbe197 commit 3c0596f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/ruby/test_argf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def test_inplace_rename_impossible
end

def test_inplace_nonascii
omit "not working on MinGW" if /mingw/ =~ RUBY_PLATFORM
ext = Encoding.default_external or
omit "no default external encoding"
t = nil
Expand Down
3 changes: 0 additions & 3 deletions test/ruby/test_rubyoptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def test_autosplit
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/)
Expand Down Expand Up @@ -1044,7 +1043,6 @@ def test_command_line_glob_nonascii
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|
Expand Down Expand Up @@ -1096,7 +1094,6 @@ def assert_e_script_encoding(str, args = [])
# 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|
Expand Down

0 comments on commit 3c0596f

Please sign in to comment.