summaryrefslogtreecommitdiff
path: root/deps/v8/test
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-19 10:11:36 +0200
committerMichaël Zasso <targos@protonmail.com>2021-06-10 11:10:44 +0200
commit15800aadfc90c9827db218619db88c63dc9674ec (patch)
tree6349f39f70af35bf98c630d9ca21bf36dc8b73d4 /deps/v8/test
parent5fcc318668211b423c71a909830535b9482e2fb3 (diff)
downloadnode-new-15800aadfc90c9827db218619db88c63dc9674ec.tar.gz
deps: V8: backport aaacffa1e003
Original commit message: PPC: skip all Simd tests on PPC As of https://crrev.com/c/2629465, Simd tests cannot pass on architectures without Simd support. Tests will need to be re-enabled once Simd support is fully implemented on PPC. Change-Id: I963639f1afa0c0ca7be3ca4b2fc06e874235b903 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2693056 Reviewed-by: Zhi An Ng <zhin@chromium.org> Reviewed-by: Deepti Gandluri <gdeepti@chromium.org> Commit-Queue: Milad Fa <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/master@{#72788} Refs: https://github.com/v8/v8/commit/aaacffa1e0039d23d46194b4f2d0ce553e17a4f5 PR-URL: https://github.com/nodejs/node/pull/38273 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Mary Marchini <oss@mmarchini.me>
Diffstat (limited to 'deps/v8/test')
-rw-r--r--deps/v8/test/message/message.status5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/test/message/message.status b/deps/v8/test/message/message.status
index 03c7d6618c..4301867fdf 100644
--- a/deps/v8/test/message/message.status
+++ b/deps/v8/test/message/message.status
@@ -70,6 +70,11 @@
}],
################################################################################
+['arch == ppc64', {
+ # Tests that require Simd enabled.
+ 'wasm-trace-memory': [SKIP],
+}],
+
['arch == mips64el or arch == mipsel', {
# Tests that require Simd enabled.
'wasm-trace-memory': [SKIP],