Skip to content
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

Replace initial about:blank loads #20579

Merged
merged 2 commits into from Apr 11, 2018

Conversation

cbrewster
Copy link
Contributor

@cbrewster cbrewster commented Apr 7, 2018


  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

@highfive
Copy link

highfive commented Apr 7, 2018

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/htmliframeelement.rs
  • @fitzgen: components/script/dom/htmliframeelement.rs
  • @KiChjang: components/script/dom/htmliframeelement.rs

@highfive
Copy link

highfive commented Apr 7, 2018

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 7, 2018
@cbrewster
Copy link
Contributor Author

r? @asajeffrey
@bors-servo try

@highfive highfive assigned asajeffrey and unassigned glennw Apr 7, 2018
@bors-servo
Copy link
Contributor

⌛ Trying commit 78e6adb with merge 6fac5b8...

bors-servo pushed a commit that referenced this pull request Apr 7, 2018
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 -->
@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-wpt

@highfive highfive added the S-tests-failed The changes caused existing tests to fail. label Apr 7, 2018
@cbrewster cbrewster removed the S-awaiting-review There is new code that needs to be reviewed. label Apr 7, 2018
@asajeffrey
Copy link
Member

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.

@cbrewster
Copy link
Contributor Author

@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.

@highfive highfive added S-awaiting-review There is new code that needs to be reviewed. and removed S-tests-failed The changes caused existing tests to fail. labels Apr 10, 2018
@cbrewster
Copy link
Contributor Author

cbrewster commented Apr 10, 2018

Updated test expectations. New TIMEOUTs are due to #20604

@asajeffrey
Copy link
Member

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 5f85824 has been approved by asajeffrey

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Apr 11, 2018
@bors-servo
Copy link
Contributor

⌛ Testing commit 5f85824 with merge ae117be...

bors-servo pushed a commit that referenced this pull request Apr 11, 2018
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 -->
@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-css

@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 11, 2018
@highfive highfive added the S-tests-failed The changes caused existing tests to fail. label Apr 11, 2018
@asajeffrey
Copy link
Member

{"status": "FAIL", "group": "default", "message": "assert_equals: Name is first-contentful-paint expected \"first-contentful-paint\" but got \"first-paint\"", "stack": "observer</<@http://web-platform.test:8000/_mozilla/mozilla/paint_timing.html:11:5\nobserver<@http://web-platform.test:8000/_mozilla/mozilla/paint_timing.html:9:3\nTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1501:20\nTest.prototype.step_func_done/<@http://web-platform.test:8000/resources/testharness.js:1541:17\n", "subtest": "Performance entries observer", "test": "/_mozilla/mozilla/paint_timing.html", "line": 103759, "action": "test_result", "expected": "PASS"}

@asajeffrey
Copy link
Member

@asajeffrey
Copy link
Member

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

@bors-servo
Copy link
Contributor

⚡ Previous build results for android, arm32, arm64, linux-dev, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev are reusable. Rebuilding only linux-rel-css, mac-rel-css2...

@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css1, mac-rel-css2, mac-rel-wpt1, mac-rel-wpt2, mac-rel-wpt3, mac-rel-wpt4, windows-msvc-dev
Approved by: asajeffrey
Pushing ae117be to master...

@asajeffrey
Copy link
Member

Looks like it was intermittent #20625.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-tests-failed The changes caused existing tests to fail.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iframes always load with about:blank in history
5 participants