summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/mjsunit.status
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2022-11-18 09:50:46 +0000
committerNode.js GitHub Bot <github-bot@iojs.org>2022-11-19 09:11:32 +0000
commitedd537ca2f38b94738fe25c2dc9b8c21bc7847f2 (patch)
treedad755f6f70ae5d70ab7bc251193ceeff04f20a5 /deps/v8/test/mjsunit/mjsunit.status
parentbcc704f6e527a2b072bf1477e72ae49a5a96c51a (diff)
downloadnode-new-edd537ca2f38b94738fe25c2dc9b8c21bc7847f2.tar.gz
deps: update V8 to 10.8.168.20
PR-URL: https://github.com/nodejs/node/pull/45230 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Diffstat (limited to 'deps/v8/test/mjsunit/mjsunit.status')
-rw-r--r--deps/v8/test/mjsunit/mjsunit.status22
1 files changed, 20 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status
index 7c70ab8184..8f7a4f7a59 100644
--- a/deps/v8/test/mjsunit/mjsunit.status
+++ b/deps/v8/test/mjsunit/mjsunit.status
@@ -34,6 +34,8 @@
'harmony/shadowrealm-skip*': [SKIP],
'regress/modules-skip*': [SKIP],
'wasm/exceptions-utils': [SKIP],
+ 'wasm/gc-js-interop-helpers': [SKIP],
+ 'wasm/gc-js-interop-export': [SKIP],
'wasm/wasm-module-builder': [SKIP],
'compiler/fast-api-helpers': [SKIP],
'typedarray-helpers': [SKIP],
@@ -432,6 +434,10 @@
'regress/regress-1262423': [PASS,FAIL],
'regress/regress-793588': [PASS,FAIL],
+ # RegExp unicode tests relies on ICU for property classes and
+ # case-insensitive unicode patterns.
+ 'harmony/regexp-unicode-sets': [PASS,FAIL],
+
# The noi18n build cannot parse characters in supplementary plane.
'harmony/regexp-named-captures': [FAIL],
'regress/regress-v8-10384': [FAIL],
@@ -1073,6 +1079,9 @@
'compiler/regress-1224277': [SKIP],
'regress/regress-1220974': [SKIP],
'regress/regress-992389': [SKIP],
+
+ # BUG(v8:13331) Skipped until issue is fixed to reduce noise on alerts.
+ 'harmony/regress/regress-crbug-1367133': [SKIP],
}], # gc_fuzzer or deopt_fuzzer or interrupt_fuzzer
##############################################################################
@@ -1207,6 +1216,10 @@
# Baseline tests don't make sense with optimization stressing.
'baseline/*': [SKIP],
+
+ # This test uses --wasm-speculative-inlining which is incompatible with
+ # stressing.
+ 'regress/wasm/regress-1364036': [SKIP],
}], # variant == stress
##############################################################################
@@ -1404,6 +1417,12 @@
# it. In the slow path, this results in one runtime call per element, which
# takes several minutes overall.
'regress/wasm/regress-9017': [SKIP],
+
+ # These test Array#toReversed and Array#toSpliced on a big packed array, which
+ # is created by repeated calls to Array#push. In the slow path this is very
+ # slow.
+ 'harmony/array-to-reversed-big': [SKIP],
+ 'harmony/array-to-spliced-big': [SKIP],
}], # variant == slow_path
['((arch == mips64el or arch == mips64) and not simd_mips) or (arch in [ppc64])', {
@@ -1548,8 +1567,7 @@
'es6/collections-constructor-*': [SKIP],
'es6/map-constructor-entry-side-effect*': [SKIP],
- 'shared-memory/shared-string-promotion-minor': [SKIP],
- 'shared-memory/shared-string-promotion-major': [SKIP],
+ 'shared-memory/*': [SKIP],
}], # single_generation
################################################################################