Skip to content

Commit 47e8699

Browse files
committed
test: adapt test-v8-stats for V8 update
nodejs/node#45230
1 parent fc1bef4 commit 47e8699

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

patches/node/fix_add_trusted_space_and_trusted_lo_space_to_the_v8_heap.patch

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ This patch can be removed when Node.js upgrades to a version of V8 that
99
includes this change.
1010

1111
diff --git a/test/parallel/test-v8-stats.js b/test/parallel/test-v8-stats.js
12-
index 83b375bd3c5b5dbd5189d48ad560580883ac91f6..2366cbf716c11851bb3a759dce5db47d616516dc 100644
12+
index dd774267910aa0920ed077dd5bd5cfed93aab6cb..2366cbf716c11851bb3a759dce5db47d616516dc 100644
1313
--- a/test/parallel/test-v8-stats.js
1414
+++ b/test/parallel/test-v8-stats.js
15-
@@ -47,7 +47,9 @@ const expectedHeapSpaces = [
16-
'old_space',
15+
@@ -48,6 +48,8 @@ const expectedHeapSpaces = [
1716
'read_only_space',
1817
'shared_large_object_space',
19-
- 'shared_space'
20-
+ 'shared_space',
18+
'shared_space',
2119
+ 'trusted_large_object_space',
2220
+ 'trusted_space'
2321
];

0 commit comments

Comments
 (0)