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

Race condition running test suite with -jX #3968

Closed
brson opened this issue Nov 14, 2012 · 1 comment
Closed

Race condition running test suite with -jX #3968

brson opened this issue Nov 14, 2012 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Milestone

Comments

@brson
Copy link
Contributor

brson commented Nov 14, 2012

As reported in #3962, running make check -j8 can result in random failures in building aux files, probably because of this line:

https://github.com/mozilla/rust/blob/incoming/mk/tests.mk#L95

These dependencies don't guarantee that the two 'clean' rules run before the tests.

@catamorphism
Copy link
Contributor

I haven't seen this lately, and 95 is now a blank line. Closing; reopen if you can reproduce.

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