|
From: Nicholas N. <n.n...@gm...> - 2009-02-06 00:01:28
|
Hi, I tried 3.4.1-rc1 (aka. http://www.valgrind.org/downloads/valgrind-3.4.1.SVN-9098-1883.tar.bz2), I got only the expected regression test failures, so it looks good to me. I don't think Julian has announced it on this list, so others might want to try it. Nick |
|
From: Nicholas N. <n.n...@gm...> - 2009-02-06 01:24:57
|
On Fri, Feb 6, 2009 at 11:01 AM, Nicholas Nethercote <n.n...@gm...> wrote: > > I tried 3.4.1-rc1 (aka. > http://www.valgrind.org/downloads/valgrind-3.4.1.SVN-9098-1883.tar.bz2), > I got only the expected regression test failures, so it looks good to > me. I don't think Julian has announced it on this list, so others > might want to try it. I found a problem that the regtests don't show: all the .supp files get installed in $INSTALL/lib/valgrind/. One of these is glibc-2.X.supp.in, *not* libc-2.X.supp. Actually, given that default.supp is installed, I don't know why any of the other .supp files need to be installed. N |
|
From: Julian S. <js...@ac...> - 2009-02-06 10:18:52
|
On Friday 06 February 2009, Nicholas Nethercote wrote: > On Fri, Feb 6, 2009 at 11:01 AM, Nicholas Nethercote > > <n.n...@gm...> wrote: > > I tried 3.4.1-rc1 (aka. > > http://www.valgrind.org/downloads/valgrind-3.4.1.SVN-9098-1883.tar.bz2), > > I got only the expected regression test failures, so it looks good to > > me. I don't think Julian has announced it on this list, so others > > might want to try it. > > I found a problem that the regtests don't show: all the .supp files > get installed in $INSTALL/lib/valgrind/. One of these is > glibc-2.X.supp.in, *not* libc-2.X.supp. Actually, given that > default.supp is installed, I don't know why any of the other .supp > files need to be installed. Ok; so not a showstopper bug then? .. since default.supp is the only thing that _needs_ to be installed. J |
|
From: Nicholas N. <n.n...@gm...> - 2009-02-06 22:31:10
|
On Fri, Feb 6, 2009 at 9:18 PM, Julian Seward <js...@ac...> wrote: >> >> I found a problem that the regtests don't show: all the .supp files >> get installed in $INSTALL/lib/valgrind/. One of these is >> glibc-2.X.supp.in, *not* libc-2.X.supp. Actually, given that >> default.supp is installed, I don't know why any of the other .supp >> files need to be installed. > > Ok; so not a showstopper bug then? .. since default.supp is the only thing > that _needs_ to be installed. Not a showstopper. I'll fix it on the trunk at some point. Nick |
|
From: Bart V. A. <bar...@gm...> - 2009-02-07 08:47:39
|
On Fri, Feb 6, 2009 at 1:01 AM, Nicholas Nethercote <n.n...@gm...> wrote: > I tried 3.4.1-rc1 (aka. > http://www.valgrind.org/downloads/valgrind-3.4.1.SVN-9098-1883.tar.bz2), > I got only the expected regression test failures, so it looks good to > me. I don't think Julian has announced it on this list, so others > might want to try it. I've also tried 3.4.1-rc1 by rerunning the DRD regression tests. That way I noticed that r8946 should also be merged to the 3.4 branch (fixes the matinv regression test on ppc). For me it's also fine if this merge happens after the 3.4.1 release. Bart. |
|
From: Julian S. <js...@ac...> - 2009-02-08 17:27:16
|
On Saturday 07 February 2009, Bart Van Assche wrote: > I've also tried 3.4.1-rc1 by rerunning the DRD regression tests. That > way I noticed that r8946 should also be merged to the 3.4 branch > (fixes the matinv regression test on ppc). Will do. J |