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 upReplace initial about:blank loads #20579
Conversation
highfive
commented
Apr 7, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Apr 7, 2018
|
r? @asajeffrey |
Replace initial about:blank loads <!-- Please describe your changes on the following line: --> --- <!-- 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 build-geckolib` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #14720 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/20579) <!-- Reviewable:end -->
|
|
|
Well this all looks perfectly sensible, I wonder why WPT is failing? It's a pity we're using an extra pipeline id per iframe, but I don't really see how to avoid that. |
|
@asajeffrey I'm going through each of the failures, they seem to be due to other issues. I'll update the test expectations with links to their relevant issues. |
78e6adb
to
f816d2f
f816d2f
to
c3c6c3e
|
Updated test expectations. New |
c3c6c3e
to
5f85824
|
@bors-servo r+ |
|
|
Replace initial about:blank loads <!-- Please describe your changes on the following line: --> --- <!-- 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 build-geckolib` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #14720 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/20579) <!-- Reviewable:end -->
|
|
|
|
IRC conversation with @avadacatavra https://mozilla.logbot.info/servo/20180411#c14594227 |
|
Oh great, I can't replicate the failure at my end. Let's retry it and see if it's an intermittent failure. @bors-servo retry |
|
|
|
|
|
Looks like it was intermittent #20625. |
cbrewster commentedApr 7, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach build-geckolibdoes not report any errors./mach test-tidydoes not report any errorsThis change is