Skip to content

Race condition running test suite with -jX #3968

Closed
@brson

Description

@brson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions