From: Matt E. <ma...@gs...> - 2004-03-06 04:30:29
|
I just downloaded and installed the development version of valgrind (2.1.0) on RH9. It builds successfully, but running "tests/vg_regtest --all" fails with 4 failures. == 108 tests, 4 stderr failures, 0 stdout failures ================= corecheck/tests/pth_cancel2 (stderr) helgrind/tests/inherit (stderr) memcheck/tests/new_override (stderr) none/tests/fork (stderr) The fork check looks like a non-issue (an extra newline on stderr), but the other 3 look like problems. I'm going to grab the latest from CVS and see if anything is different. *** pth_cancel2.stderr.exp 2002-11-18 06:33:37.000000000 -0500 --- pth_cancel2.stderr.out 2004-03-05 23:02:36.000000000 -0500 *************** *** 1 **** --- 2 ---- + read: Interrupted system call *** inherit.stderr.exp 2003-10-18 18:27:10.000000000 -0400 --- inherit.stderr.out 2004-03-05 23:02:59.000000000 -0500 *************** *** 1 **** ! XXX We expect an error on inherit.c:48 --- 1,2 ---- ! ! *** new_override.stderr.exp 2003-06-01 16:04:10.000000000 -0400 --- new_override.stderr.out 2004-03-05 23:04:10.000000000 -0500 *************** *** 1 **** --- 2,3 ---- + Conditional jump or move depends on uninitialised value(s) + at 0x........: main (new_override.cpp:25) *************** *** 3 **** ! ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) --- 5 ---- ! ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0) *** fork.stderr.exp 2003-10-14 17:11:29.000000000 -0400 --- fork.stderr.out 2004-03-05 23:05:01.000000000 -0500 *************** *** 2 **** --- 3 ---- + -- Matt Emmerton |