Avoid exception when trying to render some glyphs contours#20514
Avoid exception when trying to render some glyphs contours#20514calixteman merged 1 commit intomozilla:masterfrom
Conversation
|
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/b0338c652ef42f7/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/0a7ed7caa6bb6ae/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/0a7ed7caa6bb6ae/output.txt Total script time: 60.00 mins |
|
It looks like an update of presumably Firefox Nightly breaks browser initialization on both bots with: I also have this locally too now, so it's not related to this patch or e.g. the PR with dependency updates. |
5b2fe6a to
024c811
Compare
|
/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/3f95efab2783752/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/6790332de4f970b/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6790332de4f970b/output.txt Total script time: 18.35 mins
Image differences available at: http://54.193.163.58:8877/6790332de4f970b/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/3f95efab2783752/output.txt Total script time: 41.32 mins
Image differences available at: http://54.241.84.105:8877/3f95efab2783752/reftest-analyzer.html#web=eq.log |
timvandermeij
left a comment
There was a problem hiding this comment.
r=me, with a rebase and passing Windows tests (since they failed). Thank you for the fix!
024c811 to
fc49858
Compare
|
/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/a26d116144fd1ea/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/70b95a036580a94/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a26d116144fd1ea/output.txt Total script time: 40.90 mins
Image differences available at: http://54.241.84.105:8877/a26d116144fd1ea/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/70b95a036580a94/output.txt Total script time: 79.61 mins
Image differences available at: http://54.193.163.58:8877/70b95a036580a94/reftest-analyzer.html#web=eq.log |
|
The errors in the xfa files are unrelated to this patch (the modified function isn't called in the XFA context). |
|
/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/403c55a1053812c/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/9c45f90e1618a1f/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/403c55a1053812c/output.txt Total script time: 18.72 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/9c45f90e1618a1f/output.txt Total script time: 31.35 mins
|
It fixes #20513.