Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe --log-html file doesn't have the correct Reftest_Screenshots #12401
Labels
Comments
|
I have fixed similar thing in Gecko, if anyone can point me to the html report generation code, I can fix it. |
|
The screenshots are generated in |
bors-servo
added a commit
that referenced
this issue
Jul 20, 2016
Upgrade mozlog package from 3.0 to 3.3. <!-- Please describe your changes on the following line: --> Update mozlog to 3.3 so we can have correct reftest screenshots displayed with --log-html. The original mozlog update bugs are listed as follows: https://bugzilla.mozilla.org/show_bug.cgi?id=1287019 https://bugzilla.mozilla.org/show_bug.cgi?id=1287480 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12401 and #12403 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because this is just a PyPI package version bumping <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Update mozlog to 3.3. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12510) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR:
./mach test-css --log-html test.logtest.logExpected:
The
Reftest_Screenshotslink for failed tests will link to the correct screenshot (using base64 encoded img link)Actual:
All of them are empty links