-
Notifications
You must be signed in to change notification settings - Fork 335
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
tests/unit.rs
broken on nightly builds
#371
Comments
I think we should make |
SimonSapin
added a commit
that referenced
this issue
Jul 1, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2017
Update rustc-test to 0.2, fix #371 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/372) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Jul 1, 2017
Update rustc-test to 0.2, fix #371 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/372) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis: https://travis-ci.org/servo/rust-url/jobs/248944414
Example error:
I think it's caused by
tests/unit.rs
having test harness enabled, and the test internals having changed and not conflictingrustc-test
package used here.I'm not sure what's the best option for a fix:
unit.rs
and copying in boilerplate to get the tests running; orrustc-test
to make it compatible.What do you think, @SimonSapin ?
The text was updated successfully, but these errors were encountered: