Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokio shim wishlist #3963

Open
tiif opened this issue Oct 11, 2024 · 0 comments
Open

Tokio shim wishlist #3963

tiif opened this issue Oct 11, 2024 · 0 comments
Labels
A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement C-project Category: a larger project is being tracked here, usually with checkmarks for individual steps

Comments

@tiif
Copy link
Contributor

tiif commented Oct 11, 2024

I ran 1461 tests from tokio test suite with miri, 1230 of them passed, 217 failed, and 14 exceeded 5 minutes timeout.

Among the 217 failed tests, 159 of them are unsupported FFI errors. Below are the number of occurences for each unsupported syscall:

  count 
    132 socket
     10 mkfifo
      8 sigaction
      2 getaddrinfo
      2 fchmod
      1 shutdown
      1 linkat
      1 getsockopt
      1 fstat
      1 chmod

total count: 159

Note: the test above does not include tokio's docs test, I will update this in future.

@RalfJung RalfJung added C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement C-project Category: a larger project is being tracked here, usually with checkmarks for individual steps A-shims Area: This affects the external function shims labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-shims Area: This affects the external function shims C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement C-project Category: a larger project is being tracked here, usually with checkmarks for individual steps
Projects
None yet
Development

No branches or pull requests

2 participants