https://bugs.winehq.org/show_bug.cgi?id=52901
Bug ID: 52901 Summary: gdi32:metafile - test_emf_ExtTextOut_on_path() fails on Windows with the UTF-8 codepage Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
test_emf_ExtTextOut_on_path() fails on Windows with the UTF-8 codepage:
metafile.c:7907: Test failed: expected 0, got 183 metafile.c:7922: Test failed: expected 0, got 183 metafile.c:7981: Test failed: expected 0, got 183 metafile.c:8004: Test failed: ExtTextOut error 0 metafile.c:2326: Test failed: emf_TextOut_negative_count: mfsize=1840, bsize=128 metafile.c:2343: Test failed: emf_TextOut_negative_count: expected rclBounds.left = 0, got 10 metafile.c:2345: Test failed: emf_TextOut_negative_count: expected rclBounds.top = 0, got 20 metafile.c:2347: Test failed: emf_TextOut_negative_count: expected rclBounds.right = -1, got 29 metafile.c:2349: Test failed: emf_TextOut_negative_count: expected rclBounds.bottom = -1, got 39 metafile.c:2352: Test failed: expected nBytes 128, got 1840 metafile.c:2354: Test failed: expected nRecords 2, got 18 metafile.c:2219: Test failed: emf_TextOut_negative_count: emr->iType 14 != 84 metafile.c:2222: Test failed: emf_TextOut_negative_count: emr->nSize 20 != 108
https://test.winehq.org/data/patterns.html#gdi32:metafile
https://bugs.winehq.org/show_bug.cgi?id=52901
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase