diff --git a/common.gypi b/common.gypi index 4b8e6f62ae0022..b68804ac668d32 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.11', + 'v8_embedder_string': '-node.12', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status index 998d9671c4da18..36e268cfbbe316 100644 --- a/deps/v8/test/mjsunit/mjsunit.status +++ b/deps/v8/test/mjsunit/mjsunit.status @@ -826,6 +826,11 @@ 'wasm/float-constant-folding': [SKIP], }], +############################################################################## +['arch in (ppc64, s390x)', { + 'regress/regress-1320641': [SKIP], +}], + ############################################################################## ['arch == mips64el or arch == mips64', {