From df9efba2ce04366d418ad5bc33c45b1d99ff7548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 9 May 2024 12:00:39 +0200 Subject: [PATCH] test: update v8-stats test for V8 12.6 Refs: https://github.com/v8/v8/commit/e30e228ee6e034de49a40af0173113198a19b497 PR-URL: https://github.com/nodejs/node/pull/54077 Reviewed-By: Jiawen Geng Reviewed-By: Richard Lau Reviewed-By: Joyee Cheung Reviewed-By: Marco Ippolito --- test/parallel/test-v8-stats.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/test-v8-stats.js b/test/parallel/test-v8-stats.js index bb954165f42..07be833e6e7 100644 --- a/test/parallel/test-v8-stats.js +++ b/test/parallel/test-v8-stats.js @@ -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', ];