From: shibata.hiroshi@... Date: 2014-01-30T06:16:53+00:00 Subject: [ruby-core:60286] [ruby-trunk - Bug #8160] M17N test failure around String#rpartition Issue #8160 has been updated by Hiroshi SHIBATA. Target version changed from 2.1.0 to current: 2.2.0 ---------------------------------------- Bug #8160: M17N test failure around String#rpartition https://bugs.ruby-lang.org/issues/8160#change-44769 * Author: Luis Lavena * Status: Assigned * Priority: Normal * Assignee: Akinori MUSHA * Category: M17N * Target version: current: 2.2.0 * ruby -v: ruby 2.1.0dev (2013-03-24 trunk 39905) [x64-mingw32] * Backport: ---------------------------------------- =begin Hello, Seems r39903 introduced a test failure under Windows: http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/936/console 1) Failure: test_str_rpartition(TestM17NComb) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/test/ruby/test_m17n_comb.rb:1587]: "\xA1\xA1".force_encoding("EUC-JP").rpartition("".force_encoding("ASCII-8BIT")). <["\x{A1A1}", "", ""]> expected but was <["\xA1", "", "\xA1"]>. Thank you =end -- http://bugs.ruby-lang.org/