From b4c1222acc6ada19349c4f18723edce105bfce72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 22 Feb 2018 14:54:13 +0100 Subject: [PATCH] deps: skip some V8 tests for ppc and s390 PR-URL: https://github.com/nodejs/node/pull/18453 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Yang Guo Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Michael Dawson --- common.gypi | 2 +- deps/v8/test/mjsunit/mjsunit.status | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 38431103d61d7b..f6002f9349121c 100644 --- a/common.gypi +++ b/common.gypi @@ -27,7 +27,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.2', + 'v8_embedder_string': '-node.3', # Enable disassembler for `--print-code` v8 options 'v8_enable_disassembler': 1, diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status index d91ff6f0157fd3..ebcdad1852403d 100644 --- a/deps/v8/test/mjsunit/mjsunit.status +++ b/deps/v8/test/mjsunit/mjsunit.status @@ -682,6 +682,10 @@ # TODO(ppc/s390): implement atomic operations 'wasm/atomics': [SKIP], + 'wasm/shared-memory': [SKIP], + # TODO(ppc/s390): fix constant pool issue and implement tagging for reloc + 'wasm/compiled-module-serialization': [SKIP], + 'regress/wasm/regress-808980': [SKIP], }], # 'arch == ppc64 or arch == ppc or arch == s390 or arch == s390x' ##############################################################################