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

Windows can run WPT #17419

Merged
merged 2 commits into from Jun 22, 2017
Merged

Windows can run WPT #17419

merged 2 commits into from Jun 22, 2017

Conversation

@camlorn
Copy link
Contributor

camlorn commented Jun 20, 2017

This PR contains fixes that address the specific errors in #17392: WTP workarounds for Windows terminals (see #8313), modifications to mach test --all that allow test_tidy to be called properly, and modifications to the test harness for WPT that allow it to run when OpenSSL isn't found. How to handle OpenSSL on Windows is probably a separate issue because it doesn't have a straightforward answer: we either need to provide specific instructions to users or bundle it in binary form ourselves.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #17392 (github issue number if applicable).
  • These changes do not require tests because they fix test running.

This change is Reviewable

@highfive
Copy link

highfive commented Jun 20, 2017

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @mbrubeck (or someone else) soon.

@highfive
Copy link

highfive commented Jun 20, 2017

Heads up! This PR modifies the following files:

  • @wafflespeanut: python/servo/testing_commands.py
  • @jgraham: tests/wpt/grouping_formatter.py, tests/wpt/harness/wptrunner/wptcommandline.py
@camlorn
Copy link
Contributor Author

camlorn commented Jun 20, 2017

I screwed up the markup for the original comment. It's fixed now. Hope this didn't break an automated system.

@jgraham
Copy link
Contributor

jgraham commented Jun 20, 2017

The wpt chnges look fine to me. I think you want to rebase this branch to remove the merge commit.

@camlorn camlorn force-pushed the camlorn:master branch from fb42d35 to 8c82f86 Jun 20, 2017
@camlorn
Copy link
Contributor Author

camlorn commented Jun 20, 2017

I think that does it.

@jdm jdm changed the title Windows can run WTP Windows can run WPT Jun 21, 2017
@jdm
Copy link
Member

jdm commented Jun 21, 2017

@bors-servo: r=jgraham

@bors-servo
Copy link
Contributor

bors-servo commented Jun 21, 2017

📌 Commit 8c82f86 has been approved by jgraham

@bors-servo
Copy link
Contributor

bors-servo commented Jun 21, 2017

Testing commit 8c82f86 with merge 755f3b8...

bors-servo added a commit that referenced this pull request Jun 21, 2017
Windows can run WPT

<!-- Please describe your changes on the following line: -->
This PR contains fixes that address the specific errors in #17392: WTP workarounds for Windows terminals (see #8313), modifications to `mach test --all` that allow `test_tidy` to be called properly, and modifications to the test harness for WPT that allow it to run when OpenSSL isn't found.  How to handle OpenSSL on Windows is probably a separate issue because it doesn't have a straightforward answer: we either need to provide specific instructions to users or bundle it in binary form ourselves.

---
<!-- 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 #17392  (github issue number if applicable).

<!-- Either: -->
- [x] These changes do not require tests because they fix test running.

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

bors-servo commented Jun 21, 2017

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Jun 21, 2017

@bors-servo: retry

  • buildbot was restarted
@bors-servo
Copy link
Contributor

bors-servo commented Jun 21, 2017

Testing commit 8c82f86 with merge c62a6bce72cc2932402c3255dd45e8589378f04e...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 21, 2017

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Jun 22, 2017

@bors-servo: retry

  • No idea what happened there
@bors-servo
Copy link
Contributor

bors-servo commented Jun 22, 2017

Testing commit 8c82f86 with merge d786ab9...

bors-servo added a commit that referenced this pull request Jun 22, 2017
Windows can run WPT

<!-- Please describe your changes on the following line: -->
This PR contains fixes that address the specific errors in #17392: WTP workarounds for Windows terminals (see #8313), modifications to `mach test --all` that allow `test_tidy` to be called properly, and modifications to the test harness for WPT that allow it to run when OpenSSL isn't found.  How to handle OpenSSL on Windows is probably a separate issue because it doesn't have a straightforward answer: we either need to provide specific instructions to users or bundle it in binary form ourselves.

---
<!-- 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 #17392  (github issue number if applicable).

<!-- Either: -->
- [x] These changes do not require tests because they fix test running.

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

bors-servo commented Jun 22, 2017

💔 Test failed - mac-dev-unit

@jdm
Copy link
Member

jdm commented Jun 22, 2017

@bors-servo: retry

@bors-servo
Copy link
Contributor

bors-servo commented Jun 22, 2017

Testing commit 8c82f86 with merge 64782bc...

bors-servo added a commit that referenced this pull request Jun 22, 2017
Windows can run WPT

<!-- Please describe your changes on the following line: -->
This PR contains fixes that address the specific errors in #17392: WTP workarounds for Windows terminals (see #8313), modifications to `mach test --all` that allow `test_tidy` to be called properly, and modifications to the test harness for WPT that allow it to run when OpenSSL isn't found.  How to handle OpenSSL on Windows is probably a separate issue because it doesn't have a straightforward answer: we either need to provide specific instructions to users or bundle it in binary form ourselves.

---
<!-- 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 #17392  (github issue number if applicable).

<!-- Either: -->
- [x] These changes do not require tests because they fix test running.

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

bors-servo commented Jun 22, 2017

@bors-servo bors-servo merged commit 8c82f86 into servo:master Jun 22, 2017
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.

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