Skip to content

Commit 499c740

Browse files
Milad Farazmandcodebytere
Milad Farazmand
authored andcommitted
deps: V8: cherry-pick 4e1bf2bc92bd
Original commit message: Skip InterpreterWithNativeStack on jitless mode As discussed under https://crrev.com/c/1981505, Test requires an executable CODE_SPACE and is thus incompatible with jitless mode. Change-Id: Icddad50a3484f0cfc5fb4abd7175058d50bc06d3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2193911 Reviewed-by: Jakob Gruber <[email protected]> Commit-Queue: Jakob Gruber <[email protected]> Cr-Commit-Position: refs/heads/master@{#67726} Refs: v8/v8@4e1bf2b PR-URL: #33702 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 0524c7a commit 499c740

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.20',
39+
'v8_embedder_string': '-node.22',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/test/cctest/cctest.status

+1
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@
601601
'test-log/LogInterpretedFramesNativeStack': [SKIP],
602602
'test-log/LogInterpretedFramesNativeStackWithSerialization': [SKIP],
603603
'test-serialize/CodeSerializerOnePlusOneWithInterpretedFramesNativeStack': [SKIP],
604+
'test-interpreter/InterpreterWithNativeStack': [SKIP],
604605

605606
# Crashes on native arm.
606607
'test-macro-assembler-arm/ExtractLane': [PASS, ['arch == arm and not simulator_run', SKIP]],

0 commit comments

Comments
 (0)