|
From: Nicholas N. <n.n...@gm...> - 2009-07-24 18:42:26
|
On Sat, Jul 25, 2009 at 2:26 AM, Nicholas Nethercote<n.n...@gm...> wrote: > > ================================================= > ./valgrind-new/helgrind/tests/tc06_two_races_xml.stderr.diff > ================================================= > --- tc06_two_races_xml.stderr.exp 2009-07-25 02:12:03.000000000 +1000 > +++ tc06_two_races_xml.stderr.out 2009-07-25 02:24:21.000000000 +1000 > @@ -43,11 +43,6 @@ > <frame> > <ip>0x........</ip> > <obj>...</obj> > - <fn>do_clone</fn> > - </frame> > - <frame> > - <ip>0x........</ip> > - <obj>...</obj> > <fn>pthread_create@@GLIBC_2.2.5</fn> > </frame> > <frame> > ================================================= > ./valgrind-old/helgrind/tests/tc06_two_races_xml.stderr.diff > ================================================= > --- tc06_two_races_xml.stderr.exp 2009-07-25 02:00:35.000000000 +1000 > +++ tc06_two_races_xml.stderr.out 2009-07-25 02:09:40.000000000 +1000 > @@ -43,12 +43,15 @@ > <frame> > <ip>0x........</ip> > <obj>...</obj> > - <fn>do_clone</fn> > + <fn>pthread_create@@GLIBC_2.2.5</fn> > </frame> > <frame> > <ip>0x........</ip> > <obj>...</obj> > - <fn>pthread_create@@GLIBC_2.2.5</fn> > + <fn>pthread_create_WRK</fn> > + <dir>...</dir> > + <file>hg_intercepts.c</file> > + <line>...</line> > </frame> > <frame> > <ip>0x........</ip> It's a little closer than it was, but still doesn't pass... Nick |