We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3a159 commit 952f6baCopy full SHA for 952f6ba
1 file changed
packages/jco/test/p3/ported/wasmtime/component-async/borrowing.js
@@ -100,7 +100,11 @@ suite("borrowing scenario", () => {
100
}
101
});
102
103
- test("callee misbehaves", async () => {
+ // TODO(fix): this test actually may not make sense, currently disabled while semantics are double checked
104
+ // for when spawned tasks are expected to execute.
105
+ // Long story short, the double-drop of XResource below here is not guaranteed to happen *before*
106
+ // the `run-bool#run` completes, thus there is an error, but it's not
107
+ test.skip("callee misbehaves", async () => {
108
const componentPath = join(COMPONENT_FIXTURES_DIR, "p3/general/async-borrowing-callee.wasm");
109
110
let calls = 0;
0 commit comments