ruby-changes:69735
From: Yusuke <ko1@a...>
Date: Mon, 15 Nov 2021 16:54:00 +0900 (JST)
Subject: [ruby-changes:69735] ca0a5edb5f (master): test/ruby/test_m17n.rb: skip a test that breaks another test
https://git.ruby-lang.org/ruby.git/commit/?id=ca0a5edb5f From ca0a5edb5f42aa7c891c834a827863458180aa0f Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Mon, 15 Nov 2021 16:52:12 +0900 Subject: test/ruby/test_m17n.rb: skip a test that breaks another test See https://bugs.ruby-lang.org/issues/18338 --- test/ruby/test_m17n.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb index 6b0bc4de5ee..c793520ac4a 100644 --- a/test/ruby/test_m17n.rb +++ b/test/ruby/test_m17n.rb @@ -299,6 +299,9 @@ class TestM17N < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_m17n.rb#L299 orig_v, $VERBOSE = $VERBOSE, false orig_int, Encoding.default_internal = Encoding.default_internal, nil orig_ext = Encoding.default_external + + skip "https://bugs.ruby-lang.org/issues/18338" + o = Object.new Encoding.default_external = Encoding::UTF_16BE -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/