test: update v8-stats test for V8 12.6

Refs: e30e228ee6
PR-URL: https://github.com/nodejs/node/pull/54077
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
Michaël Zasso 2024-05-09 12:00:39 +02:00
parent 9d0748c5df
commit df9efba2ce
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600

View File

@ -48,6 +48,8 @@ const expectedHeapSpaces = [
'read_only_space',
'shared_large_object_space',
'shared_space',
'shared_trusted_large_object_space',
'shared_trusted_space',
'trusted_large_object_space',
'trusted_space',
];