-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Font renderer - get int8 instead of uint8 in composite glyphes (bug 1749563) #14456
Conversation
calixteman
commented
Jan 15, 2022
- it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1749563;
- use some helper functions to get (u|i)int** values in buffer: it helps to have a clearer code;
- in composite glyphes the translations values with a transformations are signed so consequently get some int8 instead of uint8;
- add few TODOs.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f479e4f0a809a11/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/df5043040a98c90/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/df5043040a98c90/output.txt Total script time: 22.78 mins
Image differences available at: http://54.241.84.105:8877/df5043040a98c90/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f479e4f0a809a11/output.txt Total script time: 29.06 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/c6fd0df024891e9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/c6fd0df024891e9/output.txt Total script time: 4.55 mins Published |
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.
r=me, with the comment addressed; thank you!
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/6e65772c846ccfe/output.txt |
…749563) - it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1749563; - use some helper functions to get (u|i)int** values in buffer: it helps to have a clearer code; - in composite glyphes the translations values with a transformations are signed so consequently get some int8 instead of uint8; - add few TODOs.
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6e65772c846ccfe/output.txt Total script time: 22.78 mins
Image differences available at: http://54.241.84.105:8877/6e65772c846ccfe/reftest-analyzer.html#web=eq.log |
I restarted the process on the win bot. |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/63b45fb839c0902/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/63b45fb839c0902/output.txt Total script time: 41.50 mins
Image differences available at: http://54.193.163.58:8877/63b45fb839c0902/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/417fa232e7e5659/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/8c44bd2ceb84a29/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/417fa232e7e5659/output.txt Total script time: 20.60 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/8c44bd2ceb84a29/output.txt Total script time: 38.15 mins
|