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 upIssue9185 #9248
Issue9185 #9248
Conversation
highfive
commented
Jan 11, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon. |
|
r? @Ms2ger |
|
@bors-servo: try |
|
|
Issue9185 I have to write tests yet, but I wanted to see full Travis CI output. Fixes #9185 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9248) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
Issue9185 I have to write tests yet, but I wanted to see full Travis CI output. Fixes #9185 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9248) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry
|
|
|
Issue9185 I have to write tests yet, but I wanted to see full Travis CI output. Fixes #9185 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9248) <!-- Reviewable:end -->
|
|
|
Wow, I didn't know about "try". So far so good. Now I need to add tests. Can someone suggest me what kind of tests? wpt, or unit-tests? |
|
These changes are affecting the HTML script element, so you'll need WPT tests. Also, "try" is a privileged command that only reviewers or people with "try" access can use. |
|
That being said, you're welcome to add yourself to that list: https://github.com/servo/saltfs/blob/master/homu/cfg.toml#L83 |
|
You can just retry it until it passes. But since you're just doing a "try" run, all you really care about is whether WPT tests relevant to your PR are failing, and looking at the results, they aren't. |
|
@bors-servo: retry |
Issue9185 I have to write tests yet, but I wanted to see full Travis CI output. Fixes #9185 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9248) <!-- Reviewable:end -->
|
@bors-servo try- |
|
@bors-servo r- clean force |
|
@bors-servo r- clean try- force |
|
@bors-servo clean retry |
|
@askalski Can you try |
|
@KiChjang yeah, you are right! |
|
The commits need to be rebased to remove that local merge, and then they need to be squashed together. |
|
@bors-servo try |
Issue9185 I have to write tests yet, but I wanted to see full Travis CI output. Fixes #9185 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9248) <!-- Reviewable:end -->
|
|
|
@askalski Is this still being worked on? |
|
I was waiting for review to know what to fix. |
|
I believe @nox gave a reply to rebase and squash? |
|
I seem to have lost track of this PR; apologies for that. I'll try to review tomorrow. |
|
Tomorrow came and went... |
|
Reviewed and addressed some issues at #10079. Thanks for your contribution, and again my apologies for dropping the ball here. |
njskalski commentedJan 11, 2016
I have to write tests yet, but I wanted to see full Travis CI output.
Fixes #9185