From 1237174df7150e2e71fb1b96b178db0298919c81 Mon Sep 17 00:00:00 2001 From: Khafra Date: Sun, 8 Sep 2024 13:27:08 -0400 Subject: [PATCH] fix rest of failures --- test/wpt/status/websockets.status.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/wpt/status/websockets.status.json b/test/wpt/status/websockets.status.json index 289cade03b9..9d22516c6bd 100644 --- a/test/wpt/status/websockets.status.json +++ b/test/wpt/status/websockets.status.json @@ -1,6 +1,18 @@ { "stream": { "tentative": { + "backpressure-send.any.js": { + "note": "Deno also fails this test", + "fail": [ + "backpressure should be applied to sent messages" + ] + }, + "remote-close.any.js": { + "note": "Deno also fails this test", + "fail": [ + "close with unwritten data should not be considered clean" + ] + } } }, "interfaces": {