Test failures in tests/ui/panics
on aarch64-apple-darwin
#133997
Labels
A-panic
Area: Panicking machinery
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-AArch64
Armv8-A or later processors in AArch64 mode
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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=1
and--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.
The text was updated successfully, but these errors were encountered: