spec icon indicating copy to clipboard operation
spec copied to clipboard

[test][harness] Add table64 to the JS spectest definitions

Open cqundefine opened this issue 2 months ago • 2 comments

It's already present in spec interpreter and the lack of it causes some WPT tests to fail.

cqundefine avatar Oct 19 '25 12:10 cqundefine

Which tests?

Ms2ger avatar Oct 20 '25 11:10 Ms2ger

Which tests?

At least the memory64/table64.wast on line 13 imports table64 from spectest.

The imported web platform tests use the async_index.js file and the lack of this symbols causes both Chrome and Firefox to fail this test (Test 39 on https://wpt.fyi/results/wasm/core/memory64/table64.wast.js.html)

cqundefine avatar Oct 20 '25 11:10 cqundefine