|
From: <sv...@va...> - 2005-08-28 19:08:11
|
Author: njn Date: 2005-08-28 20:08:09 +0100 (Sun, 28 Aug 2005) New Revision: 4554 Log: Disable vgtest_ume so the regtests build. This shows that Memcheck is not being built properly -- the malloc replacements aren't getting hooked in correctly. Modified: branches/ASPACEM/memcheck/tests/Makefile.am Modified: branches/ASPACEM/memcheck/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/ASPACEM/memcheck/tests/Makefile.am 2005-08-28 18:54:17 UTC (= rev 4553) +++ branches/ASPACEM/memcheck/tests/Makefile.am 2005-08-28 19:08:09 UTC (= rev 4554) @@ -89,6 +89,7 @@ zeropage.stderr.exp zeropage.stderr.exp2 zeropage.stdout.exp \ zeropage.vgtest =20 +# vgtest_ume is not working check_PROGRAMS =3D \ addressable \ badaddrvalue badfree badjump badjump2 \ @@ -111,7 +112,7 @@ stack_changes strchr str_tester supp1 supp2 suppfree \ trivialleak weirdioctl \ mismatches new_override metadata \ - vgtest_ume xml1 \ + xml1 \ writev zeropage =20 =20 |