diff --git a/reference-implementation/run-web-platform-tests.js b/reference-implementation/run-web-platform-tests.js index f547647c5..4acbb1dd7 100644 --- a/reference-implementation/run-web-platform-tests.js +++ b/reference-implementation/run-web-platform-tests.js @@ -37,9 +37,9 @@ async function main() { // These tests use ArrayBuffers backed by WebAssembly.Memory objects, which *should* be non-transferable. // However, our TransferArrayBuffer implementation cannot detect these, and will incorrectly "transfer" them anyway. 'readable-byte-streams/non-transferable-buffers.any.html', - 'readable-streams/owning-type-message-port.any.html', // disabled due to MessagePort use. - 'readable-streams/owning-type-video-frame.any.html', // disabled due to VideoFrame use. - 'readable-streams/owning-type.any.html', // FIXME: reenable this test once owning type PR lands. + 'readable-streams/owning-type-message-port.tentative.any.html', // disabled due to MessagePort use. + 'readable-streams/owning-type-video-frame.tentative.any.html', // disabled due to VideoFrame use. + 'readable-streams/owning-type.tentative.any.html', // FIXME: reenable this test once owning type PR lands. 'transferable/transform-stream-members.any.html' // FIXME: reenable if structuredClone is aligned. ]; const anyTestPattern = /\.any\.html$/; diff --git a/reference-implementation/web-platform-tests b/reference-implementation/web-platform-tests index f8f26a372..c05b44732 160000 --- a/reference-implementation/web-platform-tests +++ b/reference-implementation/web-platform-tests @@ -1 +1 @@ -Subproject commit f8f26a372f357370846226ff64db1f9cc98a1edb +Subproject commit c05b447326585237713013c66341eab2cdf967b6