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

rust-css tests don't compile #328

Closed
chesstrian opened this issue Apr 5, 2013 · 2 comments
Closed

rust-css tests don't compile #328

chesstrian opened this issue Apr 5, 2013 · 2 comments

Comments

@chesstrian
Copy link

@chesstrian chesstrian commented Apr 5, 2013

After compiling, i got this errors on check:

/servo/src/rust-css/color.rs:195:8: 195:19 error: macro undefined: 'fail_unless'
/servo/src/rust-css/color.rs:195 fail_unless!(red().eq(&unwrap(parse_color(~"red"))));

@metajack
Copy link
Contributor

@metajack metajack commented Apr 5, 2013

This is a known problem. This is the only bit of code that I was unable to convert to Rust 0.6. I am planning to implement the Clone trait on @ and @mut types in Rust's libcore so that these tests can be fixed. For now you'll have to run tests on later modules by use make -C src/$mod check manually.

@kmcallister
Copy link
Contributor

@kmcallister kmcallister commented Oct 9, 2013

Works for me now.

@kmcallister kmcallister closed this Oct 9, 2013
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Update readme to use proper markdown syntax for lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.