|
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 |