I've put up the PR finalizing the conformance test suite: https://github.com/bytecodealliance/jco/pull/226
I was surprised at how fast it executes, since we're shelling out like a lot for this one
But I think if we land it, it should make it a lot easier to start writing tests since we can then start piggy backing off wasmtime's tests
nice! thanks for figuring this one out
Yoshua Wuyts has marked this topic as resolved.
I've updated all issues with their respective conformance tests - to help us track how we're doing on that front. Apologies for not adding that information sooner.
From chatting with @Guy Bedford, getting tests to pass for already-merged APIs is parallelizable work. So if anyone is unsure how they can help; that's a great way to contribute.
Okay, all conformance tests have been updated in the tracking issues with their current status
@Alex Crichton hey quick question about wasmtime's test programs - are all of them expected to pass, or are some of them stubbed out?
hmmmmmmmmm, noooo - nevermind - I think they should all pass
sorry about the ping
(For context: I was trying to get api-time to pass - but it's giving me an unreachable!
. I figured that might be because preview 1 doesn't implement Duration
or SystemTime
- but it seems like it does)
so something else is giving me the unreachable, heh.
Last updated: Nov 22 2024 at 16:03 UTC