diff --git a/common.gypi b/common.gypi index 76a55b7b628f72..2c32f9e6c3c3ea 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.18', + 'v8_embedder_string': '-node.19', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status index 444ec9d8eccba8..5862e3410869be 100644 --- a/deps/v8/test/cctest/cctest.status +++ b/deps/v8/test/cctest/cctest.status @@ -601,6 +601,7 @@ 'test-log/LogInterpretedFramesNativeStack': [SKIP], 'test-log/LogInterpretedFramesNativeStackWithSerialization': [SKIP], 'test-serialize/CodeSerializerOnePlusOneWithInterpretedFramesNativeStack': [SKIP], + 'test-interpreter/InterpreterWithNativeStack': [SKIP], # Crashes on native arm. 'test-macro-assembler-arm/ExtractLane': [PASS, ['arch == arm and not simulator_run', SKIP]],