Skip to content

Commit 4fd4a73

Browse files
mmarchinitargos
authored andcommitted
Revert "test: update postmortem metadata test for V8 7.7"
This reverts commit f056d55. PR-URL: #30870 Reviewed-By: Michael Dawson <[email protected]>
1 parent 6bc2ce2 commit 4fd4a73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/v8-updates/test-postmortem-metadata.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ function getExpectedSymbols() {
6262
'v8dbg_bit_field3_number_of_own_descriptors_shift',
6363
'v8dbg_class_Code__instruction_size__int',
6464
'v8dbg_class_Code__instruction_start__uintptr_t',
65-
'v8dbg_class_ConsString__first_offset__int',
66-
'v8dbg_class_ConsString__second_offset__int',
65+
'v8dbg_class_ConsString__first__String',
66+
'v8dbg_class_ConsString__second__String',
6767
'v8dbg_class_FixedArray__data__uintptr_t',
6868
'v8dbg_class_FixedArrayBase__length__SMI',
6969
'v8dbg_class_JSTypedArray__base_pointer__Object',
@@ -104,10 +104,10 @@ function getExpectedSymbols() {
104104
'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object',
105105
'v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object',
106106
'v8dbg_class_UncompiledData__start_position__int32_t',
107-
'v8dbg_class_SlicedString__offset_offset__int',
107+
'v8dbg_class_SlicedString__offset__SMI',
108108
'v8dbg_class_SlicedString__parent__String',
109109
'v8dbg_class_String__length__int32_t',
110-
'v8dbg_class_ThinString__actual_offset__int',
110+
'v8dbg_class_ThinString__actual__String',
111111
'v8dbg_context_idx_scope_info',
112112
'v8dbg_context_idx_prev',
113113
'v8dbg_context_min_slots',

0 commit comments

Comments
 (0)