Skip to content

Conversation

@artemyarulin
Copy link
Contributor

@artemyarulin artemyarulin commented Jan 15, 2026

As we've discussed - this PR uses a lot of open source project like LTP (Linux Test Project) as a basis for new WASIX tests. The idea is cover all the syscalls and ensure POSIX compatibility and also achieve great test coverage on WASIX.

This is the draft PR as we've agreed I'll slowly convert all the tests and once all syscalls are covered then I'll open it for the review.

Progress:

  • Syscalls tested: 24/135 (17.8%)
  • Total tests added: 281 (149 Rust + 132 C)

Found compatibility issues (so far):

  • getrandom - Should return EFAULT for NULL pointer with non-zero length, fixed ✅

@zebreus zebreus self-requested a review January 15, 2026 15:58
@zebreus
Copy link
Contributor

zebreus commented Jan 16, 2026

related to #6055

…d_advice, fd_close, proc_parent, proc_signals_sizes_get, thread_parallelism
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.

3 participants