From 77b7a3b7100960fdd59a2f7b5785e56c42398961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 17 Apr 2021 16:28:47 +0200 Subject: [PATCH] deps: V8: cherry-pick 5678ebe8f6c4 Original commit message: [M86 LTS] Disable failing tests Disable failing tests backported from ToT. No existing tests are disabled. No-Try: true No-Presubmit: true No-Tree-Checks: true Bug: None Change-Id: I94d2cd4827ce6fd1875c66912b4841a4a7c72ab3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2764754 Reviewed-by: Artem Sumaneev Commit-Queue: Victor-Gabriel Savu Cr-Commit-Position: refs/branch-heads/8.6@{#70} Cr-Branched-From: a64aed2333abf49e494d2a5ce24bbd14fff19f60-refs/heads/8.6.395@{#1} Cr-Branched-From: a626bc036236c9bf92ac7b87dc40c9e538b087e3-refs/heads/master@{#69472} Refs: https://github.com/v8/v8/commit/5678ebe8f6c481e065c2420c30fa3c4f681479d2 PR-URL: https://github.com/nodejs/node/pull/38275 Reviewed-By: Matteo Collina Reviewed-By: Jiawen Geng Reviewed-By: Shelley Vohr --- common.gypi | 2 +- deps/v8/test/mjsunit/mjsunit.status | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index cddedd639adc0d..fe02c044c6f2dd 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.47', + 'v8_embedder_string': '-node.48', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status index 1fb864e04a86fe..dd34390b81ff1e 100644 --- a/deps/v8/test/mjsunit/mjsunit.status +++ b/deps/v8/test/mjsunit/mjsunit.status @@ -38,6 +38,15 @@ # All tests in the bug directory are expected to fail. 'bugs/*': [FAIL], + ############################################################################## + # LTS failing tests. + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2584242 + 'regress/wasm/regress-1146861': [SKIP], + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2656263 + 'regress/wasm/regress-1153442': [SKIP], + # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2649176 + 'regress/wasm/regress-1161654': [SKIP], + ############################################################################## # Open bugs.