mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 16:33:43 +00:00
refresh minidump test output
When I extended the output for these fields, I missed updating the test baselines. Change-Id: Ic793dbc9f42771e6fafff343ee2563bb37272c3f Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2945147 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
c4b0806f48
commit
e21ebdacfa
1 changed files with 2 additions and 2 deletions
4
src/processor/testdata/minidump2.dump.out
vendored
4
src/processor/testdata/minidump2.dump.out
vendored
|
@ -670,7 +670,7 @@ MDRawContextX86
|
|||
extended_registers[512] = 0x7f0200000000220000000000000000000000000000000000801f0000ffff00000000000018b72200000100000000000018b72200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004509917c4e09917c38b622002400020024b42200020000009041917c0070fd7f0510907cccb22200000000009cb3220018ee907c7009917cc0e4977c6f3e917c623e917c08020000dcb62200b4b622001e000000000000000000000000000000000000002eb42200000000000f000000020000001e00200000fcfd7f2f63796764726976652f632f444f43554d457e312f4d4d454e544f7e312f4c4f43414c537e312f54656d7000000000000000000130b422000000004300000000000000001efcfd7f4509917c4e09917c5ad9000008b32200b4b62200
|
||||
|
||||
MDRawSystemInfo
|
||||
processor_architecture = 0x0
|
||||
processor_architecture = 0x0 (x86)
|
||||
processor_level = 6
|
||||
processor_revision = 0xd08
|
||||
number_of_processors = 1
|
||||
|
@ -678,7 +678,7 @@ MDRawSystemInfo
|
|||
major_version = 5
|
||||
minor_version = 1
|
||||
build_number = 2600
|
||||
platform_id = 0x2
|
||||
platform_id = 0x2 (windows)
|
||||
csd_version_rva = 0x768
|
||||
suite_mask = 0x100
|
||||
cpu.x86_cpu_info (valid):
|
||||
|
|
Loading…
Reference in a new issue