|
From: <sv...@va...> - 2009-02-03 04:41:07
|
Author: njn Date: 2009-02-03 04:41:02 +0000 (Tue, 03 Feb 2009) New Revision: 9101 Log: Modify lots of the tests so that they all succeed if VG_MIN_MALLOC_SZB equals 8 or 16. This is because some platforms need 8 (eg. x86-linux) and some platforms need 16 (eg. *-Darwin, amd64-linux(?)). Also tweak the truncation of long names so that the truncation point in a function name isn't affected by the length of the address that precedes it. This avoids the need for multiple *.post.exp* files for 'long-names'. Added: branches/DARWIN/massif/tests/one.post.exp2 Removed: branches/DARWIN/massif/tests/long-names.post.exp2 Modified: branches/DARWIN/massif/ms_main.c branches/DARWIN/massif/tests/alloc-fns-A.post.exp branches/DARWIN/massif/tests/alloc-fns-B.post.exp branches/DARWIN/massif/tests/alloc-fns.c branches/DARWIN/massif/tests/basic.c branches/DARWIN/massif/tests/basic.post.exp branches/DARWIN/massif/tests/basic2.post.exp branches/DARWIN/massif/tests/culling1.c branches/DARWIN/massif/tests/culling1.stderr.exp branches/DARWIN/massif/tests/culling1.vgtest branches/DARWIN/massif/tests/culling2.c branches/DARWIN/massif/tests/culling2.stderr.exp branches/DARWIN/massif/tests/culling2.vgtest branches/DARWIN/massif/tests/custom_alloc.c branches/DARWIN/massif/tests/custom_alloc.post.exp branches/DARWIN/massif/tests/custom_alloc.vgtest branches/DARWIN/massif/tests/deep-A.post.exp branches/DARWIN/massif/tests/deep-B.post.exp branches/DARWIN/massif/tests/deep-B.stderr.exp branches/DARWIN/massif/tests/deep-C.post.exp branches/DARWIN/massif/tests/deep-C.stderr.exp branches/DARWIN/massif/tests/deep-D.post.exp branches/DARWIN/massif/tests/deep.c branches/DARWIN/massif/tests/insig.c branches/DARWIN/massif/tests/insig.post.exp branches/DARWIN/massif/tests/insig.vgtest branches/DARWIN/massif/tests/long-names.c branches/DARWIN/massif/tests/long-names.post.exp branches/DARWIN/massif/tests/one.c branches/DARWIN/massif/tests/peak.c branches/DARWIN/massif/tests/peak.post.exp branches/DARWIN/massif/tests/peak.vgtest branches/DARWIN/massif/tests/peak2.post.exp branches/DARWIN/massif/tests/peak2.stderr.exp branches/DARWIN/massif/tests/peak2.vgtest branches/DARWIN/massif/tests/realloc.c branches/DARWIN/massif/tests/realloc.post.exp branches/DARWIN/massif/tests/realloc.stderr.exp branches/DARWIN/massif/tests/thresholds.c branches/DARWIN/massif/tests/thresholds_0_0.post.exp branches/DARWIN/massif/tests/thresholds_0_10.post.exp branches/DARWIN/massif/tests/thresholds_10_0.post.exp branches/DARWIN/massif/tests/thresholds_10_10.post.exp branches/DARWIN/massif/tests/thresholds_5_0.post.exp branches/DARWIN/massif/tests/thresholds_5_10.post.exp [... diff too large to include ...] |