https://bugs.winehq.org/show_bug.cgi?id=52932
Bug ID: 52932 Summary: user32:edit - test_char_from_pos() fails on Windows with the UTF-8 codepage Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
user32:edit's test_char_from_pos() fails on Windows with the UTF-8 codepage. Adding some traces it's clear that the problem is with the lower bounds:
edit.c:1161: Test failed: 4/4/8: expected 1 got 0 edit.c:1179: Test failed: 282/282/286: expected 1 got 0 edit.c:1197: Test failed: 143/143/147: expected 1 got 0
https://test.winehq.org/data/patterns.html#user32:edit
https://bugs.winehq.org/show_bug.cgi?id=52932
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=52932
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|user32:edit - |comctl32:edit & user32:edit |test_char_from_pos() fails |have test_char_from_pos() |on Windows with the UTF-8 |failures on Windows with |codepage |the UTF-8 codepage
--- Comment #1 from François Gouget fgouget@codeweavers.com --- comctl32:edit has very similar failures:
edit.c:1210: Test failed: 4/4/8: expected 1 got 0 edit.c:1232: Test failed: 282/282/286: expected 1 got 0 edit.c:1254: Test failed: 143/143/147: expected 1 got 0
https://test.winehq.org/data/patterns.html#comctl32:edit
https://bugs.winehq.org/show_bug.cgi?id=52932
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=52932
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #2 from Eric Pouech eric.pouech@gmail.com --- should be fixed by - e439373f599bea527797dda8b34b31c2131bad32 in comctl32 - 614b7d7430e0ba60692a46e97f03b8b9600f0651 in user32
https://bugs.winehq.org/show_bug.cgi?id=52932
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- Looks good.
https://bugs.winehq.org/show_bug.cgi?id=52932
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=52932
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc4.