Skip to content

Run custom signal handler tests on macOS#7509

Merged
fitzgen merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:macos-posix-signals-test
Nov 8, 2023
Merged

Run custom signal handler tests on macOS#7509
fitzgen merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:macos-posix-signals-test

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

This commit fixes a mistake where these tests were not being run on macOS after signal handling was moved behind a Config flag instead of being a crate feature. Additionally these tests are moved to their own test file to ensure that each process either uses Mach Ports or signals (this one uses signals which is non-default).

This commit fixes a mistake where these tests were not being run on
macOS after signal handling was moved behind a `Config` flag instead of
being a crate feature. Additionally these tests are moved to their own
test file to ensure that each process either uses Mach Ports or signals
(this one uses signals which is non-default).
@alexcrichton alexcrichton requested a review from a team as a code owner November 8, 2023 22:20
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team November 8, 2023 22:21
@fitzgen fitzgen enabled auto-merge November 8, 2023 22:22
@alexcrichton alexcrichton mentioned this pull request Nov 8, 2023
@fitzgen fitzgen added this pull request to the merge queue Nov 8, 2023
Merged via the queue into bytecodealliance:main with commit 7ee148e Nov 8, 2023
@alexcrichton alexcrichton deleted the macos-posix-signals-test branch November 8, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants