|
From: Bart V. A. <bar...@gm...> - 2009-07-23 05:52:56
|
On Thu, Jul 23, 2009 at 5:18 AM, Nicholas Nethercote<n.n...@gm...> wrote: > On Thu, Jul 23, 2009 at 12:51 PM, Tom Hughes<th...@cy...> wrote: >> >> Nightly build on lloyd ( x86_64, Fedora 7 ) >> Started at 2009-07-23 03:05:05 BST >> Ended at 2009-07-23 03:51:06 BST >> Results differ from 24 hours ago >> >> Checking out valgrind source tree ... done >> Configuring valgrind ... done >> Building valgrind ... done >> Running regression tests ... failed >> >> Regression test results follow >> >> == 510 tests, 4 stderr failures, 0 stdout failures, 0 post failures == >> helgrind/tests/rwlock_test (stderr) >> helgrind/tests/tc06_two_races_xml (stderr) >> helgrind/tests/tc12_rwl_trivial (stderr) >> helgrind/tests/tc23_bogus_condwait (stderr) > > These are mostly line number differences and other minor things. > Bart, I think they might be caused by some of your recent changes. > Could you take a look? The output of the tests helgrind/tests/rwlock_test, tc12_rwl_trivial and tc23_bogus_condwait is now again in sync with the source code of the respective tests. This was indeed caused by the changes I made yesterday. Regarding the test helgrind/tests/tc06_two_races_xml: this test fails since July 15, 2009 in the nightly builds. The MESSAGING_TIDYUP branch has been merged to the trunk around that date. Bart. |