From ff2d3b103ec3161d90d7b50fdf8c3b58cf2aba3e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 6 May 2018 12:54:51 -0400 Subject: [PATCH] test: update postmortem metadata test This commit updates the following postmortem metadata constant: - v8dbg_context_idx_closure - Renamed: v8dbg_context_idx_scope_info - V8 commit: https://github.com/v8/v8/commit/39496a95c53934ecb80d083003b4dd11056c9f20#diff-f3f182b0510ba2ee39ae87e421ff110b Fixes: https://github.com/nodejs/node-v8/issues/59 --- test/v8-updates/test-postmortem-metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js index 82dfb2c9a9f..2efaf16135a 100644 --- a/test/v8-updates/test-postmortem-metadata.js +++ b/test/v8-updates/test-postmortem-metadata.js @@ -105,7 +105,7 @@ function getExpectedSymbols() { 'v8dbg_class_SlicedString__parent__String', 'v8dbg_class_String__length__SMI', 'v8dbg_class_ThinString__actual__String', - 'v8dbg_context_idx_closure', + 'v8dbg_context_idx_scope_info', 'v8dbg_context_idx_prev', 'v8dbg_context_min_slots', 'v8dbg_frametype_ArgumentsAdaptorFrame',