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

doc-tutorial tests don't always get regenerated? #1991

Closed
catamorphism opened this issue Mar 15, 2012 · 1 comment
Closed

doc-tutorial tests don't always get regenerated? #1991

catamorphism opened this issue Mar 15, 2012 · 1 comment
Assignees
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc

Comments

@catamorphism
Copy link
Contributor

At revision 561511e I got a test failure with test/doc-tutorial/syntax_basics_14.rs:

x86_64-apple-darwin/test/doc-tutorial/syntax_basics_14.rs:3:0: 3:16 error: unresolved modulename: io
x86_64-apple-darwin/test/doc-tutorial/syntax_basics_14.rs:3 std::io::println(#env("PATH"));

Manually deleting the contents of the directory x86_64-apple-darwin/test/doc-tutorial fixed the problem. But the doc-tutorial tests should get rebuilt automatically without having to do that.

@ghost ghost assigned brson Mar 15, 2012
@brson
Copy link
Contributor

brson commented Mar 15, 2012

I believe the problem is that stale tests don't get deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

2 participants