Project

General

Profile

Actions

Bug #1611

closed

win32ole errors from make test all

Bug #1611: win32ole errors from make test all

Added by rogerdpack (Roger Pack) over 16 years ago. Updated over 14 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

Updated by phasis68 (Heesob Park) over 16 years ago Actions #1

=begin
This error is due to the line:

WIN32OLE.locale = 0x0411 # set locale Japanese

I guess it will work for Japanese Windows only.

=end

Updated by yugui (Yuki Sonoda) over 16 years ago Actions #2

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

=begin

=end

Updated by yugui (Yuki Sonoda) over 16 years ago Actions #3

  • Assignee set to yugui (Yuki Sonoda)

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

Updated by suke (Masaki Suketa) over 16 years ago Actions #4

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

=begin
Applied in changeset r24153.
=end

Updated by suke (Masaki Suketa) over 16 years ago Actions #5

=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: PDF Atom