-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Dep graph parallel frontend UI test failures #157607
Copy link
Copy link
Open
Labels
A-parallel-compilerArea: parallel compilerArea: parallel compilerA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-parallel-compilerArea: parallel compilerArea: parallel compilerA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of #154314
There are a number of tests for the
-Zquery-dep-graphoption. Some of them fail with--parallel-frontend-threadsset. That's because of this line:rust/compiler/rustc_middle/src/dep_graph/serialized.rs
Lines 639 to 642 in 06293ff
Mutex::try_lockmight not succeed in parallel and currently such failure is ignored, leaving the retained graph incomplete.More at #157352
Affected UI tests: