-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Overwrite maxSizeOfInstructions in maxp with computed value. #8955
Conversation
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/9f8cee9102a3c68/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.215.176.217:8877/6175a9613ebca42/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/9f8cee9102a3c68/output.txt Total script time: 16.53 mins
Image differences available at: http://54.67.70.0:8877/9f8cee9102a3c68/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/6175a9613ebca42/output.txt Total script time: 22.72 mins
Image differences available at: http://54.215.176.217:8877/6175a9613ebca42/reftest-analyzer.html#web=eq.log |
In issue mozilla#7507 the value is less than the actuall max size of the glyph instructions causing OTS to fail the font.
a03538c
to
18e2321
Compare
Forgot the pdf file :( |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/fa1e01b5ec339f8/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/3cddcdecd137765/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/3cddcdecd137765/output.txt Total script time: 16.53 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/fa1e01b5ec339f8/output.txt Total script time: 22.73 mins
Image differences available at: http://54.215.176.217:8877/fa1e01b5ec339f8/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you for fixing this!
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/6f82267ffda3977/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/285d512dfeef041/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/6f82267ffda3977/output.txt Total script time: 15.44 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/285d512dfeef041/output.txt Total script time: 20.92 mins
|
Overwrite maxSizeOfInstructions in maxp with computed value.
In issue #7507 the value is less than the actuall max size
of the glyph instructions causing OTS to fail the font.
Fixes #7507