[Valgrind-developers] 2008-02-16 03:15:17 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-02-15 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-02-16 03:15:17 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... f

[Valgrind-developers] 2008-02-16 03:05:06 GMT nightly build (lloyd, x86_64, Fedora 7)

2008-02-15 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2008-02-16 03:05:06 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2008-02-16 03:20:06 GMT nightly build (aston, x86_64, Fedora Core 5)

2008-02-15 Thread Tom Hughes
Nightly build on aston ( x86_64, Fedora Core 5 ) started at 2008-02-16 03:20:06 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] 2008-02-16 03:25:04 GMT nightly build (trojan, x86_64, Fedora Core 6)

2008-02-15 Thread Tom Hughes
Nightly build on trojan ( x86_64, Fedora Core 6 ) started at 2008-02-16 03:25:04 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] 2008-02-16 03:10:04 GMT nightly build (dellow, x86_64, Fedora 8)

2008-02-15 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-02-16 03:10:04 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ..

[Valgrind-developers] 2008-02-16 03:00:11 GMT nightly build (gill, x86_64, Fedora Core 2)

2008-02-15 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2008-02-16 03:00:11 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] valgrind: r7413 - in trunk: exp-drd/tests massif/tests memcheck/tests

2008-02-15 Thread svn
Author: rjwalsh Date: 2008-02-16 02:37:03 + (Sat, 16 Feb 2008) New Revision: 7413 Log: Ignore executables. Modified: trunk/exp-drd/tests/ trunk/massif/tests/ trunk/memcheck/tests/ Property changes on: trunk/exp-drd/tests ___

[Valgrind-developers] valgrind: r7412 - trunk/massif/tests

2008-02-15 Thread svn
Author: rjwalsh Date: 2008-02-16 02:35:31 + (Sat, 16 Feb 2008) New Revision: 7412 Log: Ignore post.out files. Modified: trunk/massif/tests/ Property changes on: trunk/massif/tests ___ Name: svn:ignore - alloc-fns basic

[Valgrind-developers] valgrind: r7411 - trunk/tests

2008-02-15 Thread svn
Author: rjwalsh Date: 2008-02-16 02:33:54 + (Sat, 16 Feb 2008) New Revision: 7411 Log: Oops - don't ignore stuff here. Modified: trunk/tests/ Property changes on: trunk/tests ___ Name: svn:ignore - cputest .deps Makefil

[Valgrind-developers] valgrind: r7410 - in trunk: cachegrind/tests callgrind/tests exp-drd/tests exp-omega/tests helgrind/tests lackey/tests massif/tests memcheck/tests tests

2008-02-15 Thread svn
Author: rjwalsh Date: 2008-02-16 02:33:30 + (Sat, 16 Feb 2008) New Revision: 7410 Log: Ignore output files. Modified: trunk/cachegrind/tests/ trunk/callgrind/tests/ trunk/exp-drd/tests/ trunk/exp-omega/tests/ trunk/helgrind/tests/ trunk/lackey/tests/ trunk/massif/tests/

[Valgrind-developers] adding -Wsign-compare AM_CFLAGS_BASE

2008-02-15 Thread Julian Seward
Having just chased around a signedness problem in Helgrind (resulting in r7409) I tried to rebuild with -Wsign-compare in AM_CFLAGS_BASE in Makefile.flags.am. This makes gcc complain whenever a signed and unsigned value are compared. I fixed a bunch of resulting complaints in hg_wordfm.c, and

Re: [Valgrind-developers] valgrind: r7353 - trunk/helgrind

2008-02-15 Thread Julian Seward
I believe this bug is finally fixed by r7409. J On Monday 21 January 2008 13:27, Julian Seward wrote: > On Monday 21 January 2008 11:08, Konstantin Serebryany wrote: > > Hi Julian, > > > > I found out that this fix has an issue (which appears only in 32-bit > > mode). > > > > + while (HG_(nex

[Valgrind-developers] valgrind: r7409 - trunk/helgrind

2008-02-15 Thread svn
Author: sewardj Date: 2008-02-15 22:02:30 + (Fri, 15 Feb 2008) New Revision: 7409 Log: Try to sort out signedness problems in hg_wordfm.[ch], and do a bunch of other tidying too. * All these word-based abstractions (WordFM, WordSet, WordBag) now operate on unsigned words (UWord), whereas th

Re: [Valgrind-developers] 2008-02-15 03:15:05 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-02-15 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Julian Seward <[EMAIL PROTECTED]> wrote: > On Friday 15 February 2008 10:47, Nicholas Nethercote wrote: > > Is it worth retiring this machine from the nightly tests? It does an extra > > malloc() call for every program for some unknown reason, I think this

Re: [Valgrind-developers] 2008-02-15 03:15:05 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-02-15 Thread Julian Seward
On Friday 15 February 2008 10:47, Nicholas Nethercote wrote: > Is it worth retiring this machine from the nightly tests? It does an extra > malloc() call for every program for some unknown reason, I think this is > why so many tests fail. > [...] > > Nightly build on alvis ( i686, Red Hat 7.3 ) st

[Valgrind-developers] vex: r1812 - trunk/auxprogs

2008-02-15 Thread svn
Author: sewardj Date: 2008-02-15 17:18:18 + (Fri, 15 Feb 2008) New Revision: 1812 Log: Show x86 sreg offsets. Modified: trunk/auxprogs/genoffsets.c Modified: trunk/auxprogs/genoffsets.c === --- trunk/auxprogs/genoffsets.c 2

Re: [Valgrind-developers] 2008-02-15 03:15:05 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-02-15 Thread Nicholas Nethercote
Is it worth retiring this machine from the nightly tests? It does an extra malloc() call for every program for some unknown reason, I think this is why so many tests fail. Nick On Fri, 15 Feb 2008, Tom Hughes wrote: > > Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-02-15 03:1

Re: [Valgrind-developers] 2008-02-15 03:25:14 GMT nightly build (trojan, x86_64, Fedora Core 6)

2008-02-15 Thread Nicholas Nethercote
> none/tests/cmdline1 (stdout) > none/tests/cmdline2 (stdout) What's wrong with these two on this machine? Nick - This SF.net email is sponsored by: Microsoft Defy all challenges. M