Project

General

Profile

Actions

Bug #1611

closed

win32ole errors from make test all

Added by rogerdpack (Roger Pack) almost 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
1.9.1p129 mingw
Backport:
[ruby-core:23806]

Description

=begin
133) Error:
test_conversion_str2cy(TestWIN32OLE_VARIANT):
WIN32OLERuntimeError: not installed locale: 1041
c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole_variant.rb:387:in
locale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole_variant.rb:387:in test_conversion_str2cy'

perhaps I don't have the locale installed right?

these others may be related:

  1. Error:
    test_s_codepage_changed(TestWin32OLE):
    Errno::EACCES: Permission denied - rad644C8.tmp
    c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:in unlink' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:in ensure in test_s_codepage_changed'
    c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:374:in
    `test_s_codepage_changed'

  2. Error:
    test_s_locale_change(TestWin32OLE):
    WIN32OLERuntimeError: not installed locale: 1041
    c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:415:in locale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:415:in test_s_locale_change'

  3. Error:
    test_s_locale_set(TestWin32OLE):
    WIN32OLERuntimeError: not installed locale: 1041
    c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:401:in locale=' c:/dev/downloads/ruby_trunk/test/win32ole/test_win32ole.rb:401:in test_s_locale_set'
    =end

Actions #1

Updated by phasis68 (Heesob Park) almost 15 years ago

=begin
This error is due to the line:

WIN32OLE.locale = 0x0411 # set locale Japanese

I guess it will work for Japanese Windows only.

=end

Actions #2

Updated by yugui (Yuki Sonoda) over 14 years ago

  • Priority changed from Normal to 3
  • Target version set to 1.9.2

=begin

=end

Actions #3

Updated by yugui (Yuki Sonoda) over 14 years ago

  • Assignee set to yugui (Yuki Sonoda)

=begin
I must assign it to suke. but suke is not in the redmine.
=end

Actions #4

Updated by suke (Masaki Suketa) over 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r24153.
=end

Actions #5

Updated by suke (Masaki Suketa) over 14 years ago

=begin
These errors are occurres only when Japanese locale is not installed in Windows box.
So, Please ignore errors if Japanese locale is not installed.
I've fixed this issue in ruby trunk(reporting test skipped instead of these errors).
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0