|
From: <sv...@va...> - 2005-11-12 15:48:53
|
Author: tom Date: 2005-11-12 15:48:50 +0000 (Sat, 12 Nov 2005) New Revision: 5095 Log: Add a filter for the amd64 tests. Added: trunk/memcheck/tests/amd64/filter_stderr Modified: trunk/memcheck/tests/amd64/Makefile.am Modified: trunk/memcheck/tests/amd64/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 --- trunk/memcheck/tests/amd64/Makefile.am 2005-11-12 15:46:17 UTC (rev 5= 094) +++ trunk/memcheck/tests/amd64/Makefile.am 2005-11-12 15:48:50 UTC (rev 5= 095) @@ -1,4 +1,4 @@ -noinst_SCRIPTS =3D=20 +noinst_SCRIPTS =3D filter_stderr =20 noinst_HEADERS =3D=20 =20 Added: trunk/memcheck/tests/amd64/filter_stderr =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 --- trunk/memcheck/tests/amd64/filter_stderr (rev= 0) +++ trunk/memcheck/tests/amd64/filter_stderr 2005-11-12 15:48:50 UTC (rev= 5095) @@ -0,0 +1,3 @@ +#! /bin/sh + +../filter_stderr Property changes on: trunk/memcheck/tests/amd64/filter_stderr ___________________________________________________________________ Name: svn:executable + * |