|
From: <sv...@va...> - 2005-06-30 12:40:21
|
Author: sewardj Date: 2005-06-30 13:40:17 +0100 (Thu, 30 Jun 2005) New Revision: 4069 Log: Update expected output. Modified: trunk/memcheck/tests/xml1.stderr.exp Modified: trunk/memcheck/tests/xml1.stderr.exp =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/xml1.stderr.exp 2005-06-30 12:11:19 UTC (rev 406= 8) +++ trunk/memcheck/tests/xml1.stderr.exp 2005-06-30 12:40:17 UTC (rev 406= 9) @@ -369,10 +369,7 @@ <status>FINISHED</status> =20 <suppcounts> - <pair> - <count>16</count> - <name>Ugly strchr error in /lib/ld-2.3.3.so</name> - </pair> + <pair> <count>18</count> <name>Ugly strchr error in /lib/ld-2.3.3.so</= name> </pair> </suppcounts> =20 <error> |
|
From: Nicholas N. <nj...@cs...> - 2005-06-30 13:03:29
|
On Thu, 30 Jun 2005, sv...@va... wrote: > Log: > Update expected output. > > Modified: > trunk/memcheck/tests/xml1.stderr.exp This test always fails for me, and it fails on some/all of the nightly test machines. A large part of the problem is that with XML output details of the suppressed errors are printed, and they depend greatly on which glibc you are running. Eg. the expected output gets one suppressed "Ugly strchr" error, whereas on my machine I see suppressed two _dl_start errors and and index error. Filtering out the content between the <suppcounts> tags would solve that part of the problem. Julian, there's a xml1.stderr.exp64, but it looks like the XML output format has changed since it was written. Can you take a look? Thanks. N |
|
From: Julian S. <js...@ac...> - 2005-06-30 13:37:52
|
> This test always fails for me, and it fails on some/all of the nightly > test machines. [..] Yes, I was just thinking that improved filtering on the output wouldn't hurt. I'll make it so. > Julian, there's a xml1.stderr.exp64, but it looks like the XML output > format has changed since it was written. Can you take a look? Thanks. Will do. J |