[Bug 49309] New: vbscript:run test fails in Japanese locale

WineHQ Bugzilla wine-bugs at winehq.org
Tue Jun 2 22:45:10 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49309

            Bug ID: 49309
           Summary: vbscript:run test fails in Japanese locale
           Product: Wine
           Version: 5.9
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: madewokherd at gmail.com
      Distribution: ---

For example:
https://test.winehq.org/data/48020f4846cca1a02f4e1dc037e2cc2068df5e9c/linux_newtb-debiant-win32-ja-JP/vbscript:run.html

run.c:1877: Error in line 1585: 0 L"Invalid procedure call or argument"
run.c:1891: Test failed: unexpected call OnScriptError
run.c:2943: Test failed: expected global_success_d
run.c:2944: Test failed: expected global_success_i
run.c:2946: Test failed: parse_script failed: 800a0005

It seems that the call testAsc(Chr(255), 255) causes a runtime error when Asc
is called with Chr(255). For some reason, on the Japanese locale, this Chr call
gives us U+F8F3. It makes sense to get different results depending on encoding,
but I don't understand why we get this one.

Since this hasn't been observed on Windows, I assume this is a bug in Wine's
vbscript and not the test.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list