|
From: Tom H. <th...@cy...> - 2009-07-23 02:51:28
Attachments:
diffs
|
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) ================================================= == Results 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) drd/tests/pth_cancel_locked (stderr) drd/tests/tc22_exit_w_lock (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Thu Jul 23 03:28:10 2009 --- new.short Thu Jul 23 03:51:06 2009 *************** *** 11,14 **** helgrind/tests/tc06_two_races_xml (stderr) ! drd/tests/pth_cancel_locked (stderr) ! drd/tests/tc22_exit_w_lock (stderr) --- 11,14 ---- helgrind/tests/tc06_two_races_xml (stderr) ! helgrind/tests/tc12_rwl_trivial (stderr) ! helgrind/tests/tc23_bogus_condwait (stderr) |
|
From: Nicholas N. <n.n...@gm...> - 2009-07-23 03:18:23
|
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? Nick |
|
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. |
|
From: Nicholas N. <n.n...@gm...> - 2009-07-23 11:15:00
|
On Thu, Jul 23, 2009 at 3:52 PM, Bart Van Assche<bar...@gm...> wrote: > > 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. Thanks. > 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. Yep, hopefully Julian will get to that one soon. Nick |