-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Only use base encoding if it's populated. (bug 1727053) #13949
Conversation
The font dict in this file has an encoding entry, but only specifies a differences map. The base encoding is empty in this case and shouldn't be used.
/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/3a8d95c8fc5161e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/3e3b3e3ed8fe744/output.txt |
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 reasonable to me, thank you!
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/3a8d95c8fc5161e/output.txt Total script time: 28.05 mins
Image differences available at: http://54.67.70.0:8877/3a8d95c8fc5161e/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/3e3b3e3ed8fe744/output.txt Total script time: 34.73 mins
Image differences available at: http://3.101.106.178:8877/3e3b3e3ed8fe744/reftest-analyzer.html#web=eq.log |
/botio browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/35d8d6662559f11/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/8bd8cbdcd91dd52/output.txt |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/35d8d6662559f11/output.txt Total script time: 28.62 mins
Image differences available at: http://3.101.106.178:8877/35d8d6662559f11/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/8bd8cbdcd91dd52/output.txt Total script time: 30.02 mins
Image differences available at: http://54.67.70.0:8877/8bd8cbdcd91dd52/reftest-analyzer.html#web=eq.log |
/botio-windows browsertest |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/9d2b8cb21f3fd91/output.txt |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/9d2b8cb21f3fd91/output.txt Total script time: 37.09 mins
Image differences available at: http://3.101.106.178:8877/9d2b8cb21f3fd91/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.67.70.0:8877/290c428e10da60f/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 2 Live output at: http://3.101.106.178:8877/530f0e4e0d3edef/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/290c428e10da60f/output.txt Total script time: 31.07 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/530f0e4e0d3edef/output.txt Total script time: 37.59 mins
|
The font dict in this file has an encoding entry, but only specifies a
differences map. The base encoding is empty in this case and shouldn't
be used.