From b620f5fcd644e10bd085d8b01f893cd391647053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 29 Mar 2023 13:58:19 +0200 Subject: [PATCH] test: skip instantiateStreaming-bad-imports WPT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test is flaky on ARM with V8 >= 11.2. Skip it so we can update V8 before the release of Nodejs 20.0.0. PR-URL: https://github.com/nodejs/node/pull/47292 Refs: https://github.com/nodejs/node/pull/46815 Reviewed-By: Rafael Gonzaga Reviewed-By: Moshe Atlow Reviewed-By: Jiawen Geng Reviewed-By: Debadree Chatterjee Reviewed-By: Filip Skokan Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen --- test/wpt/status/wasm/webapi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/wpt/status/wasm/webapi.json b/test/wpt/status/wasm/webapi.json index 6328e55dc18bc9..3e2075655e5af2 100644 --- a/test/wpt/status/wasm/webapi.json +++ b/test/wpt/status/wasm/webapi.json @@ -16,5 +16,8 @@ }, "status.any.js": { "skip": "WPTRunner does not support fetch()" + }, + "instantiateStreaming-bad-imports.any.js": { + "skip": "Flaky on ARM with V8 >= 11.2" } }