adding a Wasm test environment#4386
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 unsuccessfulI 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)