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

[monkey] Fixing skiped tests #178

Open
samyfodil opened this issue Jun 5, 2024 · 0 comments
Open

[monkey] Fixing skiped tests #178

samyfodil opened this issue Jun 5, 2024 · 0 comments
Labels
entry level issue basic understanding of tau required urgent Urgent task

Comments

@samyfodil
Copy link
Contributor

Some tests in mokey are being skipped. the solution is quite simple. In:

t.Skip("this wasm build results in: abort: IO in ~lib/wasi_process.ts(177:16)")

u.RunFixture("compileFor",...) is actually not building the wasm file but rather using a pushed version that is old and not compatible. That also goes against the test itself which is suppose to test the build.

I think along a refactor done dome time ago, the behavior of compileFor was modified causing the issue.

@samyfodil samyfodil added urgent Urgent task entry level issue basic understanding of tau required labels Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
entry level issue basic understanding of tau required urgent Urgent task
Projects
None yet
Development

No branches or pull requests

1 participant