|
From: <sv...@va...> - 2011-09-10 18:01:08
|
Author: florian Date: 2011-09-10 18:56:21 +0100 (Sat, 10 Sep 2011) New Revision: 12026 Log: For s390x we also need to accept a reported size of 1. This is due to older versions of GCC who use the MVC insn for assignments and that creates a sequence of 1-byte memory accesses. Modified: trunk/memcheck/tests/filter_xml Modified: trunk/memcheck/tests/filter_xml =================================================================== --- trunk/memcheck/tests/filter_xml 2011-09-10 11:28:51 UTC (rev 12025) +++ trunk/memcheck/tests/filter_xml 2011-09-10 17:56:21 UTC (rev 12026) @@ -8,7 +8,7 @@ sed "s/<line>.*<\/line>/<line>...<\/line>/" | sed "s/<dir>.*<\/dir>/<dir>...<\/dir>/" | sed "s/<count>.*<\/count>/<count>...<\/count>/" | -sed "s/of size [48]</of size N</" | +sed "s/of size [148]</of size N</" | perl -p -e "s/(m_replacemalloc\/)?vg_replace_malloc.c/vg_replace_malloc.c/" | perl -0 -p -e "s/<suppcounts>.*<\/suppcounts>/<suppcounts>...<\/suppcounts>/s" | perl -p -e "s/<time>.*<\/time>/<time>...<\/time>/s" | |