[Bug 52870] New: shlwapi:url - The UrlGetPartA() tests fails in Wine in Hindi
https://bugs.winehq.org/show_bug.cgi?id=52870 Bug ID: 52870 Summary: shlwapi:url - The UrlGetPartA() tests fails in Wine in Hindi Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- The UrlGetPartA() tests fails in Wine in Hindi: url.c:795: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass(a)host", part 0x3, flags 0: Got size 33. url.c:808: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass(a)host", part 0x3, flags 0: Got result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd". url.c:795: Test failed: URL "http://user: !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff(a)host", part 0x4, flags 0: Got size 33. url.c:808: Test failed: URL "http://user: !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff(a)host", part 0x4, flags 0: Got result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd". url.c:795: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x2, flags 0: Got size 33. url.c:808: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x2, flags 0: Got result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd". url.c:795: Test failed: URL "http://host: !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got size 33. url.c:808: Test failed: URL "http://host: !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd". https://test.winehq.org/data/patterns.html#shlwapi:url A bisect shows that the test started failing with this commit: commit e81327358a26b160740b3421a4c7f300b4d2f06f Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Apr 13 15:13:16 2022 +0200 kernelbase: Move codepage initialization to ntdll. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Regression SHA1| |e81327358a26b160740b3421a4c | |7f300b4d2f06f -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- This commit is also involved in the following failures: * Bug 52873 - oleaut32:typelib fails in Wine in Hindi * Bug 52875 - riched20:editor fails in Wine in Hindi * Bug 52872 - vbscript:run fails in Wine in Hindi -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Note that the tests fail the same way on Windows with codepage set to UTF-8. It may be a good idea to setup a testbot VM with that setting. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|e81327358a26b160740b3421a4c | |7f300b4d2f06f | Keywords|regression | --- Comment #3 from François Gouget <fgouget(a)codeweavers.com> --- I added a test configuration with Hindi as a UTF-8 system locale: w10pro64_hi_IN_u8. It confirms that the test is wrong. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|shlwapi:url - The |shlwapi:url - The |UrlGetPartA() tests fails |UrlGetPartA() tests fails |in Wine in Hindi |on Windows with a UTF-8 | |code page OS|Linux |Windows -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|shlwapi:url - The |shlwapi:url - The |UrlGetPartA() tests fails |UrlGetPartA() tests fails |on Windows with a UTF-8 |with a UTF-8 code page |code page | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Regression SHA1| |e81327358a26b160740b3421a4c | |7f300b4d2f06f Version|unspecified |7.7 Resolution|--- |FIXED --- Comment #4 from Zeb Figura <z.figura12(a)gmail.com> --- Fixed by <https://source.winehq.org/git/wine.git/commitdiff/588bd3e7f24a66ea0c267260b20cc8c04fa75d8a>. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=52870 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.10. -- 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.
participants (1)
-
WineHQ Bugzilla