[Zope-dev] zope-tests - FAILED: 4, OK: 12

2013-04-24 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-04-23 00:00:00 UTC and 2013-04-24 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]Still Failing - zopetoolkit_trunk - Build # 243
[2]Still Failing - zopetoolkit_trunk - Build # 247
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[3]winbot / z3c.contents_py_265_32
[4]winbot / z3c.form_py_265_32
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 243
   https://mail.zope.org/pipermail/zope-tests/2013-April/074092.html


[2]FAILED  Still Failing - zopetoolkit_trunk - Build # 247
   https://mail.zope.org/pipermail/zope-tests/2013-April/074094.html


[3]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074093.html


[4]FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074091.html


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 4, OK: 12

2013-04-24 Thread Marius Gedminas
On Wed, Apr 24, 2013 at 02:36:28PM +0300, Gediminas Paulauskas wrote:
> 2013/4/24 Zope tests summarizer :
> > This is the summary for test reports received on the
> > zope-tests list between 2013-04-22 00:00:00 UTC and 2013-04-23 00:00:00 UTC:
> >
> > [4]FAILED  winbot / z3c.form_py_265_32
> >https://mail.zope.org/pipermail/zope-tests/2013-April/074075.html
> 
> The tests were using an xpath query like './/xmlns:ul[1]' but
> expecting multiple ul tags. Those tests should have failed long ago,
> and they do fail on my machine in much older versions of z3c.form. The
> difference is a newer version of libxml2 = 2.9.0 (the version in
> Ubuntu 13.04).
> 
> I have fixed the test and pushed to z3c.form master.

Thank you for solving this mystery!

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 4, OK: 12

2013-04-24 Thread Gediminas Paulauskas
2013/4/24 Zope tests summarizer :
> This is the summary for test reports received on the
> zope-tests list between 2013-04-22 00:00:00 UTC and 2013-04-23 00:00:00 UTC:
>
> [4]FAILED  winbot / z3c.form_py_265_32
>https://mail.zope.org/pipermail/zope-tests/2013-April/074075.html

The tests were using an xpath query like './/xmlns:ul[1]' but
expecting multiple ul tags. Those tests should have failed long ago,
and they do fail on my machine in much older versions of z3c.form. The
difference is a newer version of libxml2 = 2.9.0 (the version in
Ubuntu 13.04).

I have fixed the test and pushed to z3c.form master.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )