-
Notifications
You must be signed in to change notification settings - Fork 553
adding a Wasm test environment #4386
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
base: series/3.x
Are you sure you want to change the base?
Conversation
this port passes >50% tests over WASM. Main issue: recurring Status : I’ve been debugging the failing suites but haven’t resolved the issues yet. I’m optimistic about fixing them, but my availability will be limited for the next 1-2 weeks due to semester exams. Practical exams this week slowed progress, and end-semester exams are upcoming. I’d appreciate it if someone could pick this up in the meantime. I’ll dive back in post-exams with renewed focus. |
NPEs of this type usually mean you've misaligned the continuation stack with the object stack (e.g. |
[error] Failed: Total 2861, Failed 6, Errors 0, Passed 2855, Ignored 3
[error] Failed tests:
[error] cats.effect.tracing.TracingSuite
[error] cats.effect.std.DispatcherSuite
[error] tracing.TraceSuite
[error] cats.effect.std.MutexSuite
[error] (testsJS / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful I guess we're almost done with JSOnly suite port to WASM the failing tests includes three |
If i'd have to be specific failing tests are
|
sorry, for closing #4308 due to wrong rebase so making a new PR for that
Cats over Wasm Implementation
Current Status:
Added a Wasm test environment:
❌ (passes All JS only tests)