-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-PowerPCTarget: PowerPC processorsTarget: PowerPC processors
Description
Since 1.49 beta, many tests fail on 32-bit PowerPC with the error that the test could not be compiled:
running 1 test
test src/test/rustdoc/async-move-doctest.rs - (line 8) ... FAILED
failures:
---- src/test/rustdoc/async-move-doctest.rs - (line 8) stdout ----
Couldn't compile the test.
failures:
src/test/rustdoc/async-move-doctest.rs - (line 8)
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
I have not bisected the issue yet.
barracuda156
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-PowerPCTarget: PowerPC processorsTarget: PowerPC processors