-
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
Add a parser to get font data from the default appearance #12831
Conversation
calixteman
commented
Jan 7, 2021
- pdfium & poppler use a special parser too to get these info.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/1a31ade6640d55a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/1a31ade6640d55a/output.txt Total script time: 26.26 mins
Image differences available at: http://54.67.70.0:8877/1a31ade6640d55a/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.
There appears to be one regression, in the issue12750
test-case.
Furthermore, I'd strongly recomment making the overall parsing a lot more robust by utilizing the Parser
/Lexer
instead; please see inline comments.
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.
This looks much nicer already, however I've got few more suggestions here.
- pdfium & poppler use a special parser too to get these info.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/f49257d723713cf/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/f49257d723713cf/output.txt Total script time: 26.40 mins
Image differences available at: http://54.67.70.0:8877/f49257d723713cf/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.
We should probably get the Windows-bot restarted, such that we can actually run all tests before landing this.
This looks good to me, with the final comment addressed and all test run.
Co-authored-by: Jonas Jenwald <jonas.jenwald@gmail.com>
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/3bc73e64f91cb4c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/bd7ae5fcdf7d32e/output.txt |
I restarted it (error was:
|
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/3bc73e64f91cb4c/output.txt Total script time: 26.49 mins
Image differences available at: http://54.67.70.0:8877/3bc73e64f91cb4c/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/bd7ae5fcdf7d32e/output.txt Total script time: 27.32 mins
Image differences available at: http://3.101.106.178:8877/bd7ae5fcdf7d32e/reftest-analyzer.html#web=eq.log |
The integration test failure is unrelated to this patch (maybe because I opened a remote desktop to restart the bot). |
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 commits squashed :-)