diff --git a/common.gypi b/common.gypi index 0e5ce682494601..2a06e7d1401df0 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.13', + 'v8_embedder_string': '-node.14', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/test/inspector/heap-profiler/sampling-heap-profiler-flags.js b/deps/v8/test/inspector/heap-profiler/sampling-heap-profiler-flags.js index 7a1ffa9472b78b..89aa552b18712b 100644 --- a/deps/v8/test/inspector/heap-profiler/sampling-heap-profiler-flags.js +++ b/deps/v8/test/inspector/heap-profiler/sampling-heap-profiler-flags.js @@ -3,6 +3,7 @@ // found in the LICENSE file. // Flags: --sampling-heap-profiler-suppress-randomness +// Flags: --no-stress-incremental-marking (async function() { let {contextGroup, Protocol} = InspectorTest.start('Checks sampling heap profiler methods.');