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

Test on Windows #81

Open
2 of 3 tasks
kateinoigakukun opened this issue Apr 22, 2024 · 1 comment · Fixed by #100
Open
2 of 3 tasks

Test on Windows #81

kateinoigakukun opened this issue Apr 22, 2024 · 1 comment · Fixed by #100

Comments

@kateinoigakukun
Copy link
Member

kateinoigakukun commented Apr 22, 2024

  • Parser
  • Interpreter
  • WASI
@kateinoigakukun kateinoigakukun linked a pull request Jul 15, 2024 that will close this issue
@kateinoigakukun
Copy link
Member Author

Some of WASI integration tests are currently disabled on Windows:

#if os(Windows)
return [
"WASI Assemblyscript tests": [:],
"WASI C tests": [
"fdopendir-with-access": "Not implemented",
"fopen-with-access": "Not implemented",
"lseek": "Not implemented",
"pread-with-access": "Not implemented",
"pwrite-with-access": "Not implemented",
"stat-dev-ino": "Not implemented",
],
"WASI Rust tests": [
"close_preopen": "Not implemented",
"dangling_fd": "Not implemented",
"dangling_symlink": "Not implemented",
"directory_seek": "Not implemented",
"fd_advise": "Not implemented",
"fd_filestat_set": "Not implemented",
"fd_flags_set": "Not implemented",
"fd_readdir": "Not implemented",
"interesting_paths": "Not implemented",
],
]
#else

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 a pull request may close this issue.

1 participant