-
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.O-MIPSTarget: MIPS processorsTarget: MIPS processorsO-SPARCTarget: SPARC processorsTarget: SPARC processorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
rust/library/std/src/sys/pal/unix/process/process_unix/tests.rs
Lines 26 to 29 in 9337f7a
if cfg!(target_os = "linux") { | |
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)"); | |
t(0x0ffff, "continued (WIFCONTINUED)"); | |
} |
I gusse In mips and sparc arch ,signal 19 is SIGPWR and SIGCONT
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-MIPSTarget: MIPS processorsTarget: MIPS processorsO-SPARCTarget: SPARC processorsTarget: SPARC processorsT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.