From 4fd4a734e75b08974b82cceff70bd8ed93315ba6 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Fri, 27 Dec 2019 10:55:05 -0800 Subject: [PATCH] Revert "test: update postmortem metadata test for V8 7.7" This reverts commit f056d55346fadd00c09be24d2ea9adcfb5b08f5c. PR-URL: https://github.com/nodejs/node/pull/30870 Reviewed-By: Michael Dawson --- test/v8-updates/test-postmortem-metadata.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js index 4a0667a97f9d00..790d0dbb5c29b5 100644 --- a/test/v8-updates/test-postmortem-metadata.js +++ b/test/v8-updates/test-postmortem-metadata.js @@ -62,8 +62,8 @@ function getExpectedSymbols() { 'v8dbg_bit_field3_number_of_own_descriptors_shift', 'v8dbg_class_Code__instruction_size__int', 'v8dbg_class_Code__instruction_start__uintptr_t', - 'v8dbg_class_ConsString__first_offset__int', - 'v8dbg_class_ConsString__second_offset__int', + 'v8dbg_class_ConsString__first__String', + 'v8dbg_class_ConsString__second__String', 'v8dbg_class_FixedArray__data__uintptr_t', 'v8dbg_class_FixedArrayBase__length__SMI', 'v8dbg_class_JSTypedArray__base_pointer__Object', @@ -104,10 +104,10 @@ function getExpectedSymbols() { 'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object', 'v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object', 'v8dbg_class_UncompiledData__start_position__int32_t', - 'v8dbg_class_SlicedString__offset_offset__int', + 'v8dbg_class_SlicedString__offset__SMI', 'v8dbg_class_SlicedString__parent__String', 'v8dbg_class_String__length__int32_t', - 'v8dbg_class_ThinString__actual_offset__int', + 'v8dbg_class_ThinString__actual__String', 'v8dbg_context_idx_scope_info', 'v8dbg_context_idx_prev', 'v8dbg_context_min_slots',