diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-19 16:39:59 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-20 10:18:27 +0900 |
| commit | c53d12ee708662ac4b231178b08bd8a75f21ffeb (patch) | |
| tree | c5a24f7d7533ceb166f29e32e58dd29e8472abbd /test/ruby | |
| parent | da008169578b389039845c4f1008b03da249964f (diff) | |
Revert "Skip tests that suddenly started failing for MinGW"
This reverts commit f72eb702f29574b85889d3ea6447efa29c8a8789.
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_argf.rb | 1 | ||||
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/ruby/test_argf.rb b/test/ruby/test_argf.rb index 903cd62b02..12f7d6485a 100644 --- a/test/ruby/test_argf.rb +++ b/test/ruby/test_argf.rb @@ -267,7 +267,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 omit "no default external encoding" t = nil diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 1f71c8a444..b256a70ba3 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -347,7 +347,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/) @@ -1044,7 +1043,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| @@ -1096,7 +1094,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| |
