diff options
author | Siri Hansen <[email protected]> | 2018-11-27 17:00:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2018-11-27 17:00:48 +0100 |
commit | c326c098ad41ea99f731cbb26416e07c0921b721 (patch) | |
tree | 44744715b7f2a05932dc0cc163153d965b490478 /lib/observer/test/crashdump_viewer_SUITE.erl | |
parent | c5c579d3056c88e23e5324a3a100643033fb2916 (diff) | |
parent | efee45e4381ce1d1fc459e1eb651df8c5b0c03bc (diff) | |
download | otp-c326c098ad41ea99f731cbb26416e07c0921b721.tar.gz otp-c326c098ad41ea99f731cbb26416e07c0921b721.tar.bz2 otp-c326c098ad41ea99f731cbb26416e07c0921b721.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/observer/test/crashdump_viewer_SUITE.erl')
-rw-r--r-- | lib/observer/test/crashdump_viewer_SUITE.erl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/observer/test/crashdump_viewer_SUITE.erl b/lib/observer/test/crashdump_viewer_SUITE.erl index ed53c46a0d..8c5e618f4a 100644 --- a/lib/observer/test/crashdump_viewer_SUITE.erl +++ b/lib/observer/test/crashdump_viewer_SUITE.erl @@ -400,6 +400,13 @@ special(File,Procs) -> crashdump_viewer:expand_binary({SOffset,SSize,SPos}), io:format(" expand binary ok",[]), + ProcBins = proplists:get_value(proc_bins,Dict), + {['#CDVBin',0,65,ProcBin], + ['#CDVBin',65,65,ProcBin], + ['#CDVBin',130,125,ProcBin]} = ProcBins, + io:format(" ProcBins ok",[]), + + Binaries = crashdump_helper:create_binaries(), verify_binaries(Binaries, proplists:get_value(bins,Dict)), io:format(" binaries ok",[]), |