Skip to content

Commit f056d55

Browse files
cjihrigtargos
authored andcommittedSep 19, 2019
test: update postmortem metadata test for V8 7.7
The following metadata has changed: - v8dbg_class_ConsString__first__String - Class is now generated via torque. - Postmortem tools should use v8dbg_class_ConsString__first_offset__int - Refs: v8/v8@14274bb - v8dbg_class_ConsString__second__String - Class is now generated via torque. - Postmortem tools should use v8dbg_class_ConsString__second_offset__int - Refs: v8/v8@14274bb - v8dbg_class_SlicedString__offset__SMI - Class is now generated via torque. - Postmortem tools should use v8dbg_class_SlicedString__offset_offset__int - Refs: v8/v8@14274bb - v8dbg_class_ThinString__actual__String - Class is now generated via torque. - Postmortem tools should use v8dbg_class_ThinString__actual_offset__int - Refs: v8/v8@14274bb Backport-PR-URL: #29241 PR-URL: #28918 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 91d99ce commit f056d55

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__String',
66-
'v8dbg_class_ConsString__second__String',
65+
'v8dbg_class_ConsString__first_offset__int',
66+
'v8dbg_class_ConsString__second_offset__int',
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__SMI',
107+
'v8dbg_class_SlicedString__offset_offset__int',
108108
'v8dbg_class_SlicedString__parent__String',
109109
'v8dbg_class_String__length__int32_t',
110-
'v8dbg_class_ThinString__actual__String',
110+
'v8dbg_class_ThinString__actual_offset__int',
111111
'v8dbg_context_idx_scope_info',
112112
'v8dbg_context_idx_prev',
113113
'v8dbg_context_min_slots',

0 commit comments

Comments
 (0)
Please sign in to comment.