Skip to content

uucore: add WASI support for FileInformation and io module#11568

Merged
sylvestre merged 1 commit intouutils:mainfrom
sylvestre:wasm-pr2
Apr 3, 2026
Merged

uucore: add WASI support for FileInformation and io module#11568
sylvestre merged 1 commit 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.

@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!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 1, 2026

Merging this PR will not alter performance

✅ 305 untouched benchmarks
⏩ 46 skipped benchmarks1


Comparing sylvestre:wasm-pr2 (19bb639) with main (e510449)

Open in CodSpeed

Footnotes

  1. 46 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

GNU testsuite comparison:

Skipping an intermittent issue tests/date/date-locale-hour (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tty/tty-eof (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/rm/many-dir-entries-vs-OOM is now being skipped but was previously passing.
Congrats! The gnu test tests/printf/printf-surprise is now passing!

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

GNU testsuite comparison:

Note: The gnu test tests/cut/cut-huge-range is now being skipped but was previously passing.
Congrats! The gnu test tests/printf/printf-surprise is now passing!

@sylvestre sylvestre marked this pull request as ready for review April 2, 2026 08:38
@sylvestre sylvestre requested a review from cakebaker April 2, 2026 08:38
@sylvestre sylvestre changed the title sort: exclude ctrlc on WASI to support wasm32-wasip1 target uucore: add WASI support for FileInformation and io module Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

GNU testsuite comparison:

Skipping an intermittent issue tests/tty/tty-eof (passes in this run but fails in the 'main' branch)
Note: The gnu test tests/pr/bounded-memory is now being skipped but was previously passing.
Note: The gnu test tests/unexpand/bounded-memory is now being skipped but was previously passing.
Congrats! The gnu test tests/cut/bounded-memory is now passing!
Congrats! The gnu test tests/tail/pipe-f is now passing!

@cakebaker cakebaker mentioned this pull request Apr 2, 2026
@cakebaker
Copy link
Copy Markdown
Contributor

@sylvestre sylvestre merged commit 681c0ec into uutils:main Apr 3, 2026
166 checks passed
kevinburkesegment pushed a commit to kevinburkesegment/coreutils that referenced this pull request Apr 6, 2026
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