Skip to content

Commit f08f154

Browse files
cjihrigtargos
authored andcommitted
test: update postmortem metadata test for V8 7.6
The following metadata has changed: - v8dbg_class_FixedTypedArrayBase__base_pointer__Object - Field moved from FixedTypedArrayBase to JSTypedArray. - Postmortem tools should use v8dbg_class_JSTypedArray__base_pointer__Object. - Refs: v8/v8@70bd7cf - v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t - Field moved from FixedTypedArrayBase to JSTypedArray. - Add new constant: v8dbg_class_JSTypedArray__external_pointer__uintptr_t - Refs: v8/v8@70bd7cf - v8dbg_class_Map__instance_descriptors_offset - Underlying constant was renamed to kInstanceDescriptorsOffset. - Postmortem tools should not need to update anything for this constant. - Refs: v8/v8@15a7e04 Backport-PR-URL: #28955 PR-URL: #28016 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 4d7a795 commit f08f154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ function getExpectedSymbols() {
6666
'v8dbg_class_ConsString__second__String',
6767
'v8dbg_class_FixedArray__data__uintptr_t',
6868
'v8dbg_class_FixedArrayBase__length__SMI',
69-
'v8dbg_class_FixedTypedArrayBase__base_pointer__Object',
70-
'v8dbg_class_FixedTypedArrayBase__external_pointer__uintptr_t',
69+
'v8dbg_class_JSTypedArray__base_pointer__Object',
70+
'v8dbg_class_JSTypedArray__external_pointer__uintptr_t',
7171
'v8dbg_class_HeapNumber__value__double',
7272
'v8dbg_class_HeapObject__map__Map',
7373
'v8dbg_class_JSArray__length__Object',

0 commit comments

Comments
 (0)