Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f08f154

Browse filesBrowse 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 <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 4d7a795 commit f08f154
Copy full SHA for f08f154

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/v8-updates/test-postmortem-metadata.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.