-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Two ui tests fail with warning on MacOS #145543
Copy link
Copy link
Closed
Labels
A-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.O-macosOperating system: macOSOperating system: macOSP-mediumMedium priorityMedium priorityT-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.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
A-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.O-macosOperating system: macOSOperating system: macOSP-mediumMedium priorityMedium priorityT-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.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I found two ui tests fail on MacOS (Apple M3, Sonoma 14.7.6):
Code
I tried this code:
I expected to see this happen: They are expected to pass without any warning
Instead, this happened: actually they fail with such warning:
Version with regression
I found it in the current HEAD of master (425a9c0)
I also bisected this regression and found that changes in #131477 generated it.
@rustbot modify labels: +regression-from-stable-to-nighly -regression-untriaged