-
Notifications
You must be signed in to change notification settings - Fork 10.3k
XFA - Fix the way to select page on breaking #13573
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
Conversation
calixteman
commented
Jun 17, 2021
- it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1716838.
- some fonts in the pdf in the bug where bold when they shouldn't so write the font properties in the html to avoid to use some wrong inherited ones.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/dcc9a9541efa5c7/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/13916d3f7e321e9/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/13916d3f7e321e9/output.txt Total script time: 27.52 mins
Image differences available at: http://54.67.70.0:8877/13916d3f7e321e9/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/dcc9a9541efa5c7/output.txt Total script time: 30.68 mins
Image differences available at: http://3.101.106.178:8877/dcc9a9541efa5c7/reftest-analyzer.html#web=eq.log |
Looks like there's regressions on imm1344e and imm1295e. |
/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/495b7b2cd53831c/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/0dadf19d021b896/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/495b7b2cd53831c/output.txt Total script time: 27.29 mins
Image differences available at: http://54.67.70.0:8877/495b7b2cd53831c/reftest-analyzer.html#web=eq.log |
The diffs on |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/0dadf19d021b896/output.txt Total script time: 30.44 mins
Image differences available at: http://3.101.106.178:8877/0dadf19d021b896/reftest-analyzer.html#web=eq.log |
In page 2 and 4 of imm1295e there seems to be a regression. The header and footer of page 2 and page 4 should be like on page 5. Assuming imm1344e follows the same pattern as imm1295e, only the first page of the form should have "PROTECTED WHEN COMPLETED" in the header and "This form is made available ..." in the footer. This patch is fixing that for imm1344e, but partly regressing it for imm1295e. |
- it aims to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1716838. - some fonts in the pdf in the bug where bold when they shouldn't so write the font properties in the html to avoid to use some wrong inherited ones.
/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/c16f22d4d88a241/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/2a5b3462886bee3/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/c16f22d4d88a241/output.txt Total script time: 28.27 mins
Image differences available at: http://54.67.70.0:8877/c16f22d4d88a241/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/2a5b3462886bee3/output.txt Total script time: 31.67 mins
Image differences available at: http://3.101.106.178:8877/2a5b3462886bee3/reftest-analyzer.html#web=eq.log |
There are some diff with |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/350d04400471812/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 1 Live output at: http://3.101.106.178:8877/6ac8fa232b4b6d8/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/350d04400471812/output.txt Total script time: 24.71 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/6ac8fa232b4b6d8/output.txt Total script time: 29.48 mins
|
Sorry, but why was this landed with a bunch of breaking error (which is also why
This should probably be backed out, and then re-landed once fixed, to prevent testing being completely busted in the meantime! |
It's the reason why I missed the failures... sorry for that. |
Since it's currently way too easy to accidentally overlook breaking errors in the test-output, we might want to include more information directly in the botio output; in case it's deemed helpful, I've just submitted mozilla/botio-files-pdfjs#30 |
Totally agree! |