Revert the test change for malloc_info89/3789/5
commit7501638d61ada79e34f68f552a36157254b0f2ae
authorShaoqin Lu <shaoqin2@illinois.edu>
Wed, 28 Feb 2018 21:04:33 +0000 (28 15:04 -0600)
committerSam White <white67@illinois.edu>
Fri, 2 Mar 2018 15:40:55 +0000 (2 09:40 -0600)
tree1eec820c76cd23ddf15489f8f51e3ac30404e716
parent39cd0e61d4f7fdde09c063fc9c879b077d310d54
Revert the test change for malloc_info

This change reverts the test for malloc_info as it fails
on some platforms. Upon a closer look the failure has to do
with malloc(size) not being recorded by ps memory reporter. And
on platforms where malloc_info is falling through to ps reporter,
the correct size is not recorded.

CmiAlloc(size) on the other hand is indeed recorded by ps, so
reverting this test will address the build failure for now. Will add
proper test case for malloc_info supported platforms later.

Change-Id: Iafb9e27e365aafeb5f78e6d77c06a17607d58cff
tests/util/check.C