-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Test failures in tests/ui/panics on aarch64-apple-darwin #133997
Copy link
Copy link
Closed
Labels
A-panicArea: Panicking machineryArea: Panicking machineryA-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.E-needs-investigationCall for participation: This issues needs some investigation to determine current statusCall for participation: This issues needs some investigation to determine current statusO-AArch64Armv8-A or later processors in AArch64 modeArmv8-A or later processors in AArch64 modeO-macosOperating system: macOSOperating system: macOST-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-panicArea: Panicking machineryArea: Panicking machineryA-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.E-needs-investigationCall for participation: This issues needs some investigation to determine current statusCall for participation: This issues needs some investigation to determine current statusO-AArch64Armv8-A or later processors in AArch64 modeArmv8-A or later processors in AArch64 modeO-macosOperating system: macOSOperating system: macOST-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.
Using an unmodified
profile = "compiler"build on aarch64 macOS (14.7.1), I see the following tests fail from./x test tests/ui/panics:All of the failure diffs look something like this:
I see the same failures with
--stage=1and--stage=2.Not sure if this is a test output normalization problem, or an actual bug.
Discussion elsewhere indicates that this might be related to #123244.