Skip to content

Commit 941cef5

Browse files
committed
test: adapt to new V8 trusted memory spaces
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/4791643 PR-URL: #50115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 0da3bee commit 941cef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-v8-stats.js

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const expectedHeapSpaces = [
4848
'read_only_space',
4949
'shared_large_object_space',
5050
'shared_space',
51+
'trusted_large_object_space',
52+
'trusted_space',
5153
];
5254
const heapSpaceStatistics = v8.getHeapSpaceStatistics();
5355
const actualHeapSpaceNames = heapSpaceStatistics.map((s) => s.space_name);

0 commit comments

Comments
 (0)