ruby-changes:66138
From: Takashi <ko1@a...>
Date: Tue, 11 May 2021 13:01:53 +0900 (JST)
Subject: [ruby-changes:66138] bb54361057 (master): [ruby/irb] Skip the new IRB test on Windows for now
https://git.ruby-lang.org/ruby.git/commit/?id=bb54361057 From bb54361057c169e1209d771c189ec662fa4e7395 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 10 May 2021 21:00:54 -0700 Subject: [ruby/irb] Skip the new IRB test on Windows for now It's not passing from the beginning https://github.com/ruby/ruby/runs/2550929220 https://ci.appveyor.com/project/ruby/ruby/builds/39100747 https://github.com/ruby/irb/commit/71fc180018 --- test/irb/test_raise_no_backtrace_exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/irb/test_raise_no_backtrace_exception.rb b/test/irb/test_raise_no_backtrace_exception.rb index 925f39a..9790d50 100644 --- a/test/irb/test_raise_no_backtrace_exception.rb +++ b/test/irb/test_raise_no_backtrace_exception.rb @@ -23,7 +23,7 @@ IRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_raise_no_backtrace_exception.rb#L23 end def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence - skip if RUBY_ENGINE == 'truffleruby' + skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM backup_home = ENV["HOME"] Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir| ENV["HOME"] = tmpdir -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/