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

disable browsing context name test #12929

Merged
merged 1 commit into from Aug 19, 2016
Merged

Conversation

@cbrewster
Copy link
Member

cbrewster commented Aug 18, 2016


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #__ (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

[Retaining window.name on history traversal]
expected: FAIL

disabled: see https://github.com/whatwg/html/issues/490

This comment has been minimized.

@KiChjang

KiChjang Aug 18, 2016

Member

I'm kinda curious, how is this related?

This comment has been minimized.

@metajack

metajack Aug 18, 2016

Contributor

The test looks for events for an iframe onload for each step. The initial frame has no src attribute, which means it will load about:blank. Based on whatwg/html#490, it looks like the behavior is unknown when the src changes before the onload event fires. That would make this test racy depending on the browser I'm guessing.

@metajack
Copy link
Contributor

metajack commented Aug 18, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 18, 2016

📌 Commit 8db4c46 has been approved by metajack

@KiChjang
Copy link
Member

KiChjang commented Aug 19, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

Testing commit 8db4c46 with merge 9cee9c3...

bors-servo added a commit that referenced this pull request Aug 19, 2016
disable browsing context name test

<!-- 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: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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/12929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

💔 Test failed - linux-rel

@highfive
Copy link

highfive commented Aug 19, 2016

  ▶ FAIL [expected PASS] /css-transforms-1_dev/html/perspective-origin-001.htm
  └   → /css-transforms-1_dev/html/perspective-origin-001.htm 719003ff0f2c5efe0b678a757a454870ca362e2c
/css-transforms-1_dev/html/reference/ref-filled-green-100px-square.htm d4aa213e3e31e41d0d8e84aec79e94f860f27178
Testing 719003ff0f2c5efe0b678a757a454870ca362e2c == d4aa213e3e31e41d0d8e84aec79e94f860f27178

  ▶ FAIL [expected PASS] /css-transforms-1_dev/html/perspective-origin-003.htm
  └   → /css-transforms-1_dev/html/perspective-origin-003.htm e79c0e9b3e8e596c5f445a33630e8d2333d30ec4
/css-transforms-1_dev/html/reference/ref-filled-green-100px-square.htm d4aa213e3e31e41d0d8e84aec79e94f860f27178
Testing e79c0e9b3e8e596c5f445a33630e8d2333d30ec4 == d4aa213e3e31e41d0d8e84aec79e94f860f27178
@KiChjang
Copy link
Member

KiChjang commented Aug 19, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

Previous build results for arm32, arm64, linux-dev, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows-dev are reusable. Rebuilding only linux-rel...

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

💔 Test failed - linux-rel

@highfive
Copy link

highfive commented Aug 19, 2016

  ▶ FAIL [expected PASS] /css-transforms-1_dev/html/perspective-origin-005.htm
  └   → /css-transforms-1_dev/html/perspective-origin-005.htm 719003ff0f2c5efe0b678a757a454870ca362e2c
/css-transforms-1_dev/html/reference/ref-filled-green-100px-square.htm d4aa213e3e31e41d0d8e84aec79e94f860f27178
Testing 719003ff0f2c5efe0b678a757a454870ca362e2c == d4aa213e3e31e41d0d8e84aec79e94f860f27178
@cbrewster
Copy link
Member Author

cbrewster commented Aug 19, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

Previous build results for arm32, arm64, linux-dev, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows-dev are reusable. Rebuilding only linux-rel...

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

💔 Test failed - linux-rel

@cbrewster
Copy link
Member Author

cbrewster commented Aug 19, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

Testing commit 8db4c46 with merge dbee1cb...

bors-servo added a commit that referenced this pull request Aug 19, 2016
disable browsing context name test

<!-- 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: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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/12929)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 19, 2016

@bors-servo bors-servo merged commit 8db4c46 into servo:master Aug 19, 2016
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.