Skip to content

Fix ExitStatus on Fuchsia - #64787

Merged
bors merged 1 commit into
rust-lang:masterfrom
tmandry:fuchsia-exitstatus
Sep 27, 2019
Merged

Fix ExitStatus on Fuchsia#64787
bors merged 1 commit into
rust-lang:masterfrom
tmandry:fuchsia-exitstatus

Conversation

@tmandry

@tmandrytmandry commented Sep 25, 2019

Copy link
Copy Markdown
Member

Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.

Additionally, the zircon syscall structs were out of date, causing us to
see bogus exit codes.

r? @cramertj@alexcrichton

Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.
Additionally, the zircon syscall structs were out of date, causing us to
see bogus return codes.
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 25, 2019
@cramertj

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Sep 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 80db06d has been approved by cramertj

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 26, 2019
Fix ExitStatus on Fuchsia
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.
Additionally, the zircon syscall structs were out of date, causing us to
see bogus exit codes.
r? @cramertj@alexcrichton
@CentrilCentril mentioned this pull request Sep 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 26, 2019
Fix ExitStatus on Fuchsia
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.
Additionally, the zircon syscall structs were out of date, causing us to
see bogus exit codes.
r? @cramertj@alexcrichton
@CentrilCentril mentioned this pull request Sep 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 26, 2019
Fix ExitStatus on Fuchsia
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.
Additionally, the zircon syscall structs were out of date, causing us to
see bogus exit codes.
r? @cramertj@alexcrichton
@CentrilCentril mentioned this pull request Sep 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 26, 2019
Fix ExitStatus on Fuchsia
Fuchsia exit codes don't follow the convention of libc::WEXITSTATUS et
al, and they are 64 bits instead of 32 bits. This gives Fuchsia its own
representation of ExitStatus.
Additionally, the zircon syscall structs were out of date, causing us to
see bogus exit codes.
r? @cramertj@alexcrichton
@CentrilCentril mentioned this pull request Sep 26, 2019
bors added a commit that referenced this pull request Sep 26, 2019
Rollup of 5 pull requests
Successful merges:
- #64221 ( Rust 2015: No longer downgrade NLL errors)
- #64772 (Remove tx_to_llvm_workers from TyCtxt)
- #64783 (Fix issue #64732)
- #64787 (Fix ExitStatus on Fuchsia)
- #64812 (Add test for E0543)
Failed merges:
r? @ghost
bors added a commit that referenced this pull request Sep 26, 2019
Rollup of 5 pull requests
Successful merges:
- #64221 ( Rust 2015: No longer downgrade NLL errors)
- #64772 (Remove tx_to_llvm_workers from TyCtxt)
- #64783 (Fix issue #64732)
- #64787 (Fix ExitStatus on Fuchsia)
- #64812 (Add test for E0543)
Failed merges:
r? @ghost
@bors
bors merged commit 80db06d into rust-lang:masterSep 27, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tmandry@cramertj@bors@rust-highfive