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

Unify WASIX and WASI tests under one framework #4771

Open
linear bot opened this issue May 31, 2024 · 3 comments
Open

Unify WASIX and WASI tests under one framework #4771

linear bot opened this issue May 31, 2024 · 3 comments
Assignees

Comments

@linear
Copy link

linear bot commented May 31, 2024

Once we have five or more tests under tests/wasix , we should analyze the requirements for these kinds of tests with the goal of proposing a testing framework that can encompass both WASI(wasi-fyi) and WASIX tests.

@maminrayej maminrayej self-assigned this May 31, 2024
@yagehu
Copy link
Contributor

yagehu commented May 31, 2024

Just curious. Is there a reason wasi-fyi does not use Cargo? It would make calling raw WASI functions easier, for example using the wasi crate.

@maminrayej
Copy link
Contributor

The wasi-fyi test suite is ported from here. We merely followed and adopted the framework. This issue is precisely for planning out a framework flexible enough for testing both WASI and WASIX. So, I'd be happy to hear your thoughts about what things should be provided for each test to make writing tests easier.

@maminrayej
Copy link
Contributor

Once #4780 reaches a certain maturity, we will have a good picture of the requirements for testing WASIX.

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

No branches or pull requests

2 participants