-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Don't translate char codes when platform,encoding isn't (3,0) #17810
Conversation
@Snuffleupagus, I'm not very sure of what I'm doing... so don't worry to take the ownership if you've a better idea. |
There's a typo in the commit message: platorm -> platform Also, for this sort of change, running all tests before asking for feedback/review seems like a good idea :-) |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/22c2f1eac44880d/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/fb72956e18a6cbd/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/22c2f1eac44880d/output.txt Total script time: 25.74 mins
Image differences available at: http://54.241.84.105:8877/22c2f1eac44880d/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/fb72956e18a6cbd/output.txt Total script time: 40.56 mins
Image differences available at: http://54.193.163.58:8877/fb72956e18a6cbd/reftest-analyzer.html#web=eq.log |
Astonishingly, it worked... :) |
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.
While test coverage should be pretty good for this part of the font code, we probably need to be prepared for regressions from this change nonetheless.
r=me, thank you!
If the change is risky, I'd suggest waiting a bit before landing to make uplifts to 125 easier. |
Given that https://bugzilla.mozilla.org/show_bug.cgi?id=1889118 was recently landed, should we try merging this PR now? |
Yes, I think we're safe to land it now! |
/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/6eee18aeb805773/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/681b3d20b6538f9/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6eee18aeb805773/output.txt Total script time: 26.32 mins
Image differences available at: http://54.241.84.105:8877/6eee18aeb805773/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/681b3d20b6538f9/output.txt Total script time: 43.00 mins
Image differences available at: http://54.193.163.58:8877/681b3d20b6538f9/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/351474da27bb882/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/22cf15b9bcd5951/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/351474da27bb882/output.txt Total script time: 18.88 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/22cf15b9bcd5951/output.txt Total script time: 27.20 mins
|
No description provided.