-
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
Remove the tag for missing font subset when trying to find a substitution #17930
Conversation
/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/2129cdd778deb5a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2129cdd778deb5a/output.txt Total script time: 26.65 mins
Image differences available at: http://54.241.84.105:8877/2129cdd778deb5a/reftest-analyzer.html#web=eq.log |
It also looks like the Windows bot is down. @calixteman Could you reboot it? |
/botio-windows test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/3d86f603111239f/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 like a good and simple solution to me, with the optional comment below; thanks! It would be good to also have @Snuffleupagus (when time permits) check this given my limited experience with the font conversion code.
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/3d86f603111239f/output.txt Total script time: 45.67 mins
Image differences available at: http://54.193.163.58:8877/3d86f603111239f/reftest-analyzer.html#web=eq.log |
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, thanks.
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a108bb4fa3781e0/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/8ae66470ab08085/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a108bb4fa3781e0/output.txt Total script time: 2.41 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/8ae66470ab08085/output.txt Total script time: 11.17 mins
|
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/3772e260b5045bf/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/38bfe7eac74489f/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/3772e260b5045bf/output.txt Total script time: 18.83 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/38bfe7eac74489f/output.txt Total script time: 27.47 mins
|
Fixes #17929.