https://bugs.winehq.org/show_bug.cgi?id=53552
Bug ID: 53552 Summary: Line width calculation failure in WineMono.Tests.System.Windows.Media.TextFormatting.Tex tFormatterTest.NewlineCharacterCollapsibleTest Product: Wine Version: 7.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dwrite Assignee: wine-bugs@winehq.org Reporter: conmanx360@gmail.com Distribution: ---
Somewhere between the release of Wine Mono 7.3.0 and Wine 7.14 the WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest.NewlineCharacterCollapsibleTest test began failing with:
1) NewlineCharacterCollapsibleTest (WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest.NewlineCharacterCollapsibleTest) line.Width Expected: 206.31333333333333d But was: 302.31333333333333d
I'm assuming this is dwrite related, but I could be wrong on that.