You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following CoreGraphics Unit tests are failing on ARM.
CTFrame.BasicUnicodeTest
CTFontManager.DrawWithCustomFont
CTFont.DrawGlyphs
TestDrawingTextInFonts/Fonts.TestFonts/3
The text was updated successfully, but these errors were encountered:
CTFontManager.DrawWithCustomFont, CTFont.DrawGlyphs, and TestDrawingTextInFonts/Fonts.TestFonts/3 are all failing due to slight drawing differences, and can be fixed by adding a small margin for error. CTFrame.BasicUnicodeTest fails because arms seems to render Gurmukhi and Traditional Chinese Script slightly differently than on x86/before. This causes a significant drawing difference because the lines are broken in a different place, so a margin for error could be to great for a reasonable test, so I think the best course of action would be to remove the glyphs causing the issue and keep testing Unicode support with glyphs that have remained stable
The following CoreGraphics Unit tests are failing on ARM.
CTFrame.BasicUnicodeTest
CTFontManager.DrawWithCustomFont
CTFont.DrawGlyphs
TestDrawingTextInFonts/Fonts.TestFonts/3
The text was updated successfully, but these errors were encountered: