Project

General

Profile

Actions

Bug #8160

closed

M17N test failure around String#rpartition

Added by luislavena (Luis Lavena) about 11 years ago. Updated over 6 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.1.0dev (2013-03-24 trunk 39905) [x64-mingw32]
Backport:
[ruby-core:53693]

Description

=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

Updated by hsbt (Hiroshi SHIBATA) about 10 years ago

  • Target version changed from 2.1.0 to 2.2.0

Updated by knu (Akinori MUSHA) over 6 years ago

  • Status changed from Assigned to Closed

Sorry for being this late. There was r39928 and I think that fixed the problem, if any.

Actions

Also available in: Atom PDF

Like0
Like0Like0