Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-17 17:28:47 +0300
committerMichaël Zasso <targos@protonmail.com>2021-04-30 13:54:08 +0300
commit77b7a3b7100960fdd59a2f7b5785e56c42398961 (patch)
treebfeb6264c773b989c52d29f5c81a911556deda8e /deps
parent0bd8e1450146e8c083b19bbcb29b611cfe316003 (diff)
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 <asumaneev@google.com> Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> 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 <matteo.collina@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8/test/mjsunit/mjsunit.status9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status
index 1fb864e04a8..dd34390b81f 100644
--- a/deps/v8/test/mjsunit/mjsunit.status
+++ b/deps/v8/test/mjsunit/mjsunit.status
@@ -39,6 +39,15 @@
'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.
# BUG(v8:2989).