-
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
Use the correct stream position when reading maxSizeOfInstructions
from the maxp
table (issue 9458)
#9460
Conversation
…from the `maxp` table (issue 9458) Please refer to the `maxp` table specification, found at https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6maxp.html. Fixes 9458.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/faf12d1b1281ad9/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/1c2faae30b3e7ea/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/1c2faae30b3e7ea/output.txt Total script time: 24.13 mins
Image differences available at: http://54.215.176.217:8877/1c2faae30b3e7ea/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/faf12d1b1281ad9/output.txt Total script time: 39.10 mins
|
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/834aef5aea45620/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.215.176.217:8877/dfbb5421a26d4c2/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/dfbb5421a26d4c2/output.txt Total script time: 21.92 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/834aef5aea45620/output.txt Total script time: 36.53 mins
|
Use the correct stream position when reading `maxSizeOfInstructions` from the `maxp` table (issue 9458)
Please refer to the
maxp
table specification, found at https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6maxp.html.Fixes #9458.
Edit: Note that the test "failures" in Chrome on the Windows bot are simply the inverse of #8955 (comment).