Skip to content

sort: exclude ctrlc on WASI to support wasm32-wasip1 target#11568

Draft
sylvestre wants to merge 2 commits intouutils:mainfrom
sylvestre:wasm-pr2
Draft

sort: exclude ctrlc on WASI to support wasm32-wasip1 target#11568
sylvestre wants to merge 2 commits intouutils:mainfrom
sylvestre:wasm-pr2

Conversation

@sylvestre
Copy link
Copy Markdown
Contributor

The ctrlc crate uses platform-specific signal handling unavailable on WASI. Exclude it and skip signal handler installation on WASI, similar to the existing Redox exclusion.

The ctrlc crate uses platform-specific signal handling unavailable on
WASI. Exclude it and skip signal handler installation on WASI, similar
to the existing Redox exclusion.
@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skipping an intermittent issue tests/date/date-locale-hour (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/env/env-signal-handler was skipped on 'main' but is now failing.
Skip an intermittent issue tests/pr/bounded-memory (was skipped on 'main', now failing)

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tty/tty-eof (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/pr/bounded-memory (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/cut/cut-huge-range is now passing!
Congrats! The gnu test tests/unexpand/bounded-memory is now passing!

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.

1 participant