Re: usp10: add ShapeCharGlyphProp_Latin to properly handle invalid and zero width character properties for Latin
Aric Stewart <aric(a)codeweavers.com> writes:
--- dlls/usp10/shape.c | 33 +++++++++++++++++++++++++++------ 1 files changed, 27 insertions(+), 6 deletions(-)
It doesn't work here: ../../../tools/runtest -q -P wine -M usp10.dll -T ../../.. -p usp10_test.exe.so usp10.c && touch usp10.ok usp10.c:1407: Test failed: uJustification incorrect usp10.c:1410: Test failed: uJustification incorrect usp10.c:1411: Test failed: fClusterStart incorrect usp10.c:1414: Test failed: fClusterStart incorrect usp10.c:1190: Test failed: 0: uJustification incorrect (0) usp10.c:1190: Test failed: 0: fClusterStart incorrect (0) usp10.c:1190: Test failed: 3: uJustification incorrect (0) usp10.c:1190: Test failed: 3: fClusterStart incorrect (0) make[1]: *** [usp10.ok] Error 8 -- Alexandre Julliard julliard(a)winehq.org
Ah, yes we are presently using the wrong glyph for control characters, which causes this test to fail. I will work on fixes. -aric On 1/22/13 1:41 PM, Alexandre Julliard wrote:
Aric Stewart <aric(a)codeweavers.com> writes:
--- dlls/usp10/shape.c | 33 +++++++++++++++++++++++++++------ 1 files changed, 27 insertions(+), 6 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M usp10.dll -T ../../.. -p usp10_test.exe.so usp10.c && touch usp10.ok usp10.c:1407: Test failed: uJustification incorrect usp10.c:1410: Test failed: uJustification incorrect usp10.c:1411: Test failed: fClusterStart incorrect usp10.c:1414: Test failed: fClusterStart incorrect usp10.c:1190: Test failed: 0: uJustification incorrect (0) usp10.c:1190: Test failed: 0: fClusterStart incorrect (0) usp10.c:1190: Test failed: 3: uJustification incorrect (0) usp10.c:1190: Test failed: 3: fClusterStart incorrect (0) make[1]: *** [usp10.ok] Error 8
participants (2)
-
Alexandre Julliard -
Aric Stewart