From 85a2b281f566d3404d23852ae29d4a75d020dd5e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 5 Aug 2023 15:43:16 -0600 Subject: chore: use zlib-ng for flate2 (#20059) Extracted from PR #16011 --- tools/wpt/expectation.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 2eb165dea..c587062ca 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -7619,8 +7619,12 @@ "decompression-constructor-error.tentative.any.worker.html": true, "decompression-correct-input.tentative.any.html": true, "decompression-correct-input.tentative.any.worker.html": true, - "decompression-corrupt-input.tentative.any.html": true, - "decompression-corrupt-input.tentative.any.worker.html": true, + "decompression-corrupt-input.tentative.any.html": [ + "truncating the input for 'deflate' should give an error" + ], + "decompression-corrupt-input.tentative.any.worker.html": [ + "truncating the input for 'deflate' should give an error" + ], "decompression-empty-input.tentative.any.html": true, "decompression-empty-input.tentative.any.worker.html": true, "decompression-split-chunk.tentative.any.html": true, -- cgit v1.2.3