Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoreGraphics Unit tests are failing on ARM. #1772

Closed
pradipd opened this issue Jan 23, 2017 · 1 comment
Closed

CoreGraphics Unit tests are failing on ARM. #1772

pradipd opened this issue Jan 23, 2017 · 1 comment

Comments

@pradipd
Copy link
Contributor

pradipd commented Jan 23, 2017

The following CoreGraphics Unit tests are failing on ARM.
CTFrame.BasicUnicodeTest
CTFontManager.DrawWithCustomFont
CTFont.DrawGlyphs
TestDrawingTextInFonts/Fonts.TestFonts/3

@aballway
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants