Zope-Dev
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 16652 discussions
zope.[testing.]testrunner does not handle unexpected successes correctly
by Michael Howitz 21 Feb '11
by Michael Howitz 21 Feb '11
21 Feb '11
Hi,
Python 2.7 added the concept of expectedFailures to unittest.
See http://www.voidspace.org.uk/python/articles/unittest2.shtml#more-skipping
When a test decorated with @unittest.expectedFailure does not raise an exception, this test is counted as success when running the tests with zope.[testing.]testrunner instead of being counted separately as 'unexpected success'.
It should be handled separately as a new result class besides failures and errors.
As it would be heavy to implement the whole concept I have a workaround which is supported by Python's unittest:
When `addUnexpectedSuccess` on zope.testrunner.runner.TestResult is None, we signal unittest that zope.testrunner ist not able to handle unexpected successes.
Although this produces a Warning it counts the unexpected success as failure instead of being ignored.
I wrote a bug report: https://bugs.launchpad.net/zope.testing/+bug/719369
and prepared a branch with the described workaround: http://svn.zope.org/zope.testrunner/branches/icemac-lp-719369
If no-one objects I'd like to merge it to the trunk and cut a new release.
zope.testing.testrunner has same problem, so I'd like to add the workaround to the 3.9 branch there, too. So it can be used in Zope 2.13.x, which still uses zope.testing.testrunner.
Yours sincerely,
--
Michael Howitz · mh(a)gocept.com · software developer
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development
1
1
Summary of messages to the zope-tests list.
Period Sun Feb 20 12:00:00 2011 UTC to Mon Feb 21 12:00:00 2011 UTC.
There were 99 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 31 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 45 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 15:00:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032632.html
Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 15:18:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032635.html
Subject: FAILED : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 15:26:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032637.html
Subject: FAILED : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 15:35:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032638.html
Subject: FAILED : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 15:43:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032639.html
Subject: FAILED : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 15:51:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032640.html
Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 22:14:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032688.html
Subject: FAILED : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 22:15:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032689.html
Subject: FAILED : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 22:15:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032690.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 22:19:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032691.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 22:45:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032692.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:01:07 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032693.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:06:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032695.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:07:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032696.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:09:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032697.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:10:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032698.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:27:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032699.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:31:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032700.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:32:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032701.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:33:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032702.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 23:38:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032703.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:47:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032615.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:49:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032616.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:50:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032617.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:52:04 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032618.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:53:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032619.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 13:59:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032620.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:05:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032621.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:11:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032622.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:12:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032623.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:15:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032624.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:16:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032625.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:21:03 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032626.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:25:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032627.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:29:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032628.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:30:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032629.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:41:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032630.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 14:53:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032631.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 15:07:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032633.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 15:15:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032634.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 15:23:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032636.html
Subject: OK : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:01:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032641.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:09:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032642.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:18:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032643.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:20:04 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032644.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:21:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032645.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:23:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032646.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:24:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032647.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:25:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032648.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:26:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032649.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:26:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032650.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:26:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032651.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:29:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032652.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:31:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032653.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:33:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032654.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:33:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032655.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:39:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032656.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:40:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032657.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:47:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032658.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:48:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032659.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 16:51:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032660.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:52:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032661.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 16:58:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032662.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:04:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032663.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 17:04:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032664.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:04:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032665.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:09:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032666.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 17:17:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032667.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:19:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032668.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 17:29:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032669.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:31:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032670.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:43:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032671.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 17:54:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032672.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 18:06:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032673.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 18:24:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032674.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 19:20:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032675.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 19:47:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032676.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 19:47:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032677.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sun Feb 20 19:47:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032678.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 20:15:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032679.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sun Feb 20 21:10:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032680.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Sun Feb 20 21:11:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032681.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Sun Feb 20 21:58:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032682.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sun Feb 20 22:05:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032683.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sun Feb 20 22:07:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032684.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Sun Feb 20 22:07:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032685.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sun Feb 20 22:07:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032686.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Sun Feb 20 22:10:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032687.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Sun Feb 20 23:04:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032694.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Mon Feb 21 00:25:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032704.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Mon Feb 21 00:48:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032705.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Feb 21 01:08:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032706.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Mon Feb 21 01:10:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032707.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:12:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032708.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:14:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032709.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:16:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032710.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:18:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032711.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:20:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032712.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Mon Feb 21 01:22:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032713.html
2
1
Summary of messages to the zope-tests list.
Period Wed Feb 16 12:00:00 2011 UTC to Thu Feb 17 12:00:00 2011 UTC.
There were 87 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 31 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 33 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:03:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032218.html
Subject: FAILED : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:18:08 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032223.html
Subject: FAILED : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:25:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032226.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 22:23:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032270.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 22:55:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032271.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:04:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032272.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:09:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032273.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:10:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032274.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:12:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032275.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:13:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032276.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:35:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032278.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:39:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032279.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:40:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032280.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:41:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032281.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 23:46:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032282.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:15:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032206.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:17:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032207.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:31:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032208.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:43:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032209.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:43:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032210.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:44:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032211.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:46:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032212.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:47:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032213.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:49:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032214.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:54:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032215.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 14:55:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032216.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:00:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032217.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:06:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032219.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:10:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032220.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:11:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032221.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:16:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032222.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 15:18:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032224.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:21:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032225.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 15:26:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032227.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 15:27:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032228.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 15:35:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032229.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 15:44:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032230.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 15:54:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032231.html
Subject: OK : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:03:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032232.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:12:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032233.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:20:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032234.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:28:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032235.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:29:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032236.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:31:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032237.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:33:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032238.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:34:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032239.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:36:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032240.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:40:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032241.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:43:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032242.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:50:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032243.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 16:53:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032244.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 16:57:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032245.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 17:03:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032246.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 17:06:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032247.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 17:09:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032248.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 17:14:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032249.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 17:19:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032250.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Wed Feb 16 17:20:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032251.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 17:31:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032252.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 18:26:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032253.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 19:22:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032254.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 19:46:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032255.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 19:47:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032256.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 19:47:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032257.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 20:17:07 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032258.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Wed Feb 16 21:12:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032259.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Wed Feb 16 21:15:07 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032260.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Wed Feb 16 22:07:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032261.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Wed Feb 16 22:07:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032262.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Wed Feb 16 22:07:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032263.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Wed Feb 16 22:08:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032264.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Wed Feb 16 22:12:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032265.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 22:13:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032266.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 22:13:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032267.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Wed Feb 16 22:14:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032268.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Wed Feb 16 22:14:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032269.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Wed Feb 16 23:23:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032277.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Thu Feb 17 00:24:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032283.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Thu Feb 17 00:46:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032284.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Feb 17 01:06:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032285.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Thu Feb 17 01:08:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032286.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:10:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032287.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:12:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032288.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:14:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032289.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:16:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032290.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:18:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032291.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Thu Feb 17 01:20:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032292.html
7
9
I was looking into bcrypt[1] support for PAS I found z3c.bcrypt, which
implements zope.password compontents (named utilities).
PAS, however, uses Zope2's AccessControl.AuthEncoding module to handle
password encryption / hashing schemes. Now, while AuthEncoding
certainly supports extending the available schemes, it does need
additional glue-code to be able to reuse zope.password components.
Moreover, we now have two places to maintain the various hashing and
encryption schemes.
We should at the very least convert PAS to use zope.password instead
of AccessControl.AuthEncoding. With that change it is then at least
trivial to support bcrypt as well, you simply install the additional
z3c.bcrypt egg and be done with it. But would it make sense to convert
Zope2 itself as well? We could make the AuthEncodings module simply a
proxy (with deprecation warnings if need be) for zope.password
components.
Any objections to reworking both AuthEncoding and PAS?
--
Martijn Pieters
[1] see http://codahale.com/how-to-safely-store-a-password/ and
http://stackoverflow.com/questions/1561174/sha512-vs-blowfish-and-bcrypt
3
5
Summary of messages to the zope-tests list.
Period Sat Feb 19 12:00:00 2011 UTC to Sun Feb 20 12:00:00 2011 UTC.
There were 124 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 31 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 5 from ct at gocept.com, 65 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:45:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032495.html
Subject: FAILED : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:54:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032496.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:47:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032537.html
Subject: FAILED : Total languishing bugs for zopeapp: 2
From: ct at gocept.com
Date: Sat Feb 19 20:30:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032561.html
Subject: FAILED : Total languishing bugs for zopetoolkit: 195
From: ct at gocept.com
Date: Sat Feb 19 20:37:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032563.html
Subject: FAILED : Total languishing bugs for zope: 48
From: ct at gocept.com
Date: Sat Feb 19 20:40:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032564.html
Subject: FAILED : Total languishing bugs for zope2: 2
From: ct at gocept.com
Date: Sat Feb 19 20:45:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032565.html
Subject: FAILED: Repository policy check found errors in 317 projects
From: ct at gocept.com
Date: Sat Feb 19 21:13:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032570.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 22:11:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032580.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 22:39:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032583.html
Subject: FAILED : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 22:43:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032584.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:02:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032586.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:11:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032587.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:12:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032588.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:14:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032589.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:15:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032590.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:33:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032591.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:37:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032592.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:38:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032593.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:39:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032594.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 23:43:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032595.html
Unknown
-------
Subject: UNKNOWN : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 21:38:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032572.html
Subject: UNKNOWN : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 23:55:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032596.html
Tests passed OK
---------------
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:18:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032491.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:27:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032492.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:35:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032493.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 15:44:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032494.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:03:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032497.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:11:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032498.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:19:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032499.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:32:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032500.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:44:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032501.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 16:57:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032502.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 17:10:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032503.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 17:22:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032504.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:32:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032505.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:33:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032506.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:35:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032507.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:36:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032508.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:38:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032509.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:44:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032510.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:50:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032511.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:56:08 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032512.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 17:59:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032513.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:01:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032514.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:01:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032515.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:06:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032516.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:11:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032517.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:13:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032518.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:14:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032519.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:15:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032520.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:15:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032521.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:16:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032522.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 18:17:38 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032523.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:18:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032524.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:19:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032525.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:26:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032526.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:28:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032527.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:33:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032528.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:37:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032529.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:38:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032530.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:39:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032531.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:40:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032532.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:40:38 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032533.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:41:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032534.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:42:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032535.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:46:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032536.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:51:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032538.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:55:03 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032539.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 18:57:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032540.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:02:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032541.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:03:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032542.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:10:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032543.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 19:12:18 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032544.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:12:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032545.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:14:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032546.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:29:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032547.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:30:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032548.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:32:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032549.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:33:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032550.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 19:35:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032551.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 19:46:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032552.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 19:47:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032553.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 19:47:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032554.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 20:07:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032555.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:08:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032556.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:11:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032557.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:13:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032558.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:16:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032559.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:18:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032560.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:34:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032562.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 20:49:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032566.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 21:02:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032567.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 21:05:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032568.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Sat Feb 19 21:11:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032569.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Sat Feb 19 21:17:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032571.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Sat Feb 19 21:57:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032573.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Sat Feb 19 21:58:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032574.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sat Feb 19 22:07:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032575.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Sat Feb 19 22:07:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032576.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sat Feb 19 22:07:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032577.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Sat Feb 19 22:10:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032578.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 22:11:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032579.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 22:12:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032581.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Sat Feb 19 22:12:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032582.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Sat Feb 19 23:01:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032585.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sun Feb 20 00:24:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032597.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 00:45:37 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032598.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sun Feb 20 00:46:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032599.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 00:47:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032600.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 00:50:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032601.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 00:53:04 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032602.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 00:55:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032603.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Feb 20 01:07:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032604.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Feb 20 01:09:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032605.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:11:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032606.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:13:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032607.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:15:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032608.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:17:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032609.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:19:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032610.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sun Feb 20 01:21:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032611.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 06:07:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032612.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 06:07:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032613.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Sun Feb 20 06:09:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032614.html
1
0
Summary of messages to the zope-tests list.
Period Fri Feb 18 12:00:00 2011 UTC to Sat Feb 19 12:00:00 2011 UTC.
There were 99 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 31 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 45 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:03:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032409.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 22:20:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032468.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 22:52:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032469.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:02:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032471.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:07:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032472.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:08:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032473.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:10:38 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032474.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:11:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032475.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:31:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032476.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:36:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032477.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:38:08 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032478.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 23:38:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032479.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Sat Feb 19 00:43:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032481.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:38:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032392.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:39:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032393.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:41:03 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032394.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:42:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032395.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:43:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032396.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:49:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032397.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 13:56:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032398.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 14:01:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032399.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 14:06:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032400.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 14:11:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032401.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 14:16:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032402.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 14:21:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032403.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 15:18:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032404.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 15:27:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032405.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 15:36:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032406.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 15:45:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032407.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 15:54:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032408.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:09:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032410.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:12:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032411.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:12:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032412.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:14:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032413.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:16:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032414.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:17:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032415.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:17:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032416.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:19:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032417.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:19:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032418.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:19:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032419.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:20:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032420.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:21:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032421.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:22:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032422.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:22:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032423.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:29:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032425.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:29:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032424.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:35:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032426.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:36:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032427.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:36:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032428.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:41:19 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032429.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:43:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032430.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:48:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032431.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:48:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032432.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:52:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032433.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 16:53:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032434.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 16:54:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032435.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:00:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032436.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:00:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032437.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:05:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032439.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 17:05:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032438.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:08:07 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032440.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:09:37 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032441.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:15:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032442.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 17:18:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032443.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:23:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032445.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:23:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032444.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:30:55 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032446.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 17:31:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032447.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:37:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032448.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 17:49:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032449.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Fri Feb 18 18:01:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032450.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 18:26:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032451.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 19:21:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032452.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 19:46:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032453.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 19:47:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032454.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 19:47:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032455.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 20:16:37 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032456.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Fri Feb 18 21:11:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032458.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 21:11:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032457.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Fri Feb 18 21:58:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032459.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Fri Feb 18 22:06:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032460.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Fri Feb 18 22:07:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032461.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Fri Feb 18 22:07:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032462.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Fri Feb 18 22:07:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032463.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Fri Feb 18 22:10:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032464.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 22:12:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032465.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 22:13:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032466.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Fri Feb 18 22:13:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032467.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Fri Feb 18 23:01:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032470.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Sat Feb 19 00:24:13 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032480.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Sat Feb 19 00:46:37 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032482.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Feb 19 01:07:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032483.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sat Feb 19 01:09:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032484.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:11:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032485.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:13:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032486.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:15:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032487.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:17:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032488.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:19:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032489.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Sat Feb 19 01:21:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032490.html
1
0
Summary of messages to the zope-tests list.
Period Thu Feb 17 12:00:00 2011 UTC to Fri Feb 18 12:00:00 2011 UTC.
There were 99 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 31 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 45 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 15:30:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032320.html
Subject: FAILED : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:04:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032326.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 23:23:04 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032370.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 23:48:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032371.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 23:57:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032372.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 00:02:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032373.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 00:03:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032374.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 00:06:05 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032375.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 00:07:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032376.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 01:25:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032387.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 01:29:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032388.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 01:30:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032389.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 01:31:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032390.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Fri Feb 18 01:36:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032391.html
Unknown
-------
Subject: UNKNOWN : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:15:56 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032343.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 12:56:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032293.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 12:59:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032294.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:01:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032295.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:04:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032296.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:06:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032297.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:22:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032298.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:37:07 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032299.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:37:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032300.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:38:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032301.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:39:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032302.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:41:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032303.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:42:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032304.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:48:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032305.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:52:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032306.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 13:54:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032307.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:00:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032308.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:04:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032309.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:05:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032310.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:10:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032311.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:15:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032312.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:17:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032313.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:20:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032314.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:29:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032315.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-osx
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 14:41:59 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032316.html
Subject: OK : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 15:18:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032317.html
Subject: OK : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 15:27:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032318.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 15:30:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032319.html
Subject: OK : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 15:36:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032321.html
Subject: OK : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 15:44:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032322.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 15:51:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032323.html
Subject: OK : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 15:54:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032324.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:03:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032325.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:12:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032327.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:15:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032328.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:21:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032329.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:23:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032330.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:29:25 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032331.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:30:59 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032332.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:38:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032333.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:41:29 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032334.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 16:46:15 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032335.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 16:54:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032336.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 17:06:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032337.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 17:19:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032338.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 17:32:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032339.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:00:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032340.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:02:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032341.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:03:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032342.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:17:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032344.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 18:27:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032345.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:45:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032346.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:52:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032347.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 18:59:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032348.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 19:05:00 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032349.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 19:10:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032350.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 19:16:16 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032351.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Thu Feb 17 19:21:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032352.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 19:22:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032353.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 19:46:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032354.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 19:47:17 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032355.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 19:47:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032356.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 20:17:50 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032357.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Thu Feb 17 21:11:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032358.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Thu Feb 17 21:13:03 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032359.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Thu Feb 17 21:59:58 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032360.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Thu Feb 17 22:07:02 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032361.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Thu Feb 17 22:07:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032362.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Thu Feb 17 22:07:08 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032363.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Thu Feb 17 22:08:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032364.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Thu Feb 17 22:11:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032365.html
Subject: OK : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 22:11:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032366.html
Subject: OK : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 22:12:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032367.html
Subject: OK : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Thu Feb 17 22:12:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032368.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Thu Feb 17 23:02:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032369.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Fri Feb 18 00:24:08 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032377.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Fri Feb 18 00:46:43 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032378.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Feb 18 01:06:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032379.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Feb 18 01:08:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032380.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:10:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032381.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:12:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032382.html
Subject: OK : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:14:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032383.html
Subject: OK : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:16:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032384.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:18:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032385.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Fri Feb 18 01:20:34 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032386.html
1
0
Folks,
How do we handle a situation like the one I'm about to describe w/4.1a3
and c.xdv?
I've been tracking 4.1 on aclark.net and in order to get the latest
alpha to fly (i.e. install via buildout) I had to add a couple custom pins:
-
https://github.com/aclark4life/aclark_net_website/blob/master/buildout.cfg#…
Should these go in:
http://good-py.appspot.com/release/collective.xdv/1.0 ? (i.e. should the
KGS be edited/changed). Or do we need a new KGS (e.g.
http://good-py.appspot.com/release/collective.xdv/1.1 for 4.1)? Or what…
I'm just curious about the process here.
Thanks for any thoughts,
Alex
--
Alex Clark · http://aclark.net/help-me-help-plone
2
2
Summary of messages to the zope-tests list.
Period Tue Feb 15 12:00:00 2011 UTC to Wed Feb 16 12:00:00 2011 UTC.
There were 89 messages: 8 from Zope Tests, 4 from buildbot at pov.lt, 33 from buildbot at winbot.zope.org, 11 from ccomb at free.fr, 33 from jdriessen at thehealthagency.com.
Test failures
-------------
Subject: FAILED : winbot / zope.copypastemove_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 11:10:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032117.html
Subject: FAILED : winbot / ztk_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:14:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032118.html
Subject: FAILED : winbot / ztk_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:18:03 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032120.html
Subject: FAILED : winbot / ztk_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:21:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032124.html
Subject: FAILED : winbot / ztk_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:26:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032127.html
Subject: FAILED : winbot / ztk_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:30:37 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032130.html
Subject: FAILED : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:31:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032154.html
Subject: FAILED : ZTK 1.0dev / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 21:38:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032173.html
Subject: FAILED : ZTK 1.0dev / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 21:38:59 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032174.html
Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 21:39:04 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032175.html
Subject: FAILED : winbot / zope.copypastemove_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 21:55:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032177.html
Subject: FAILED : winbot / z3c.form_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 22:00:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032179.html
Subject: FAILED : winbot / z3c.rml_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 22:43:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032184.html
Subject: FAILED : winbot / z3c.template_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 22:52:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032185.html
Subject: FAILED : winbot / z3c.layer.ready2go_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 22:58:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032186.html
Subject: FAILED : winbot / z3c.formui_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 22:59:38 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032187.html
Subject: FAILED : winbot / z3c.tabular_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:01:54 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032188.html
Subject: FAILED : winbot / z3c.contents_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:02:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032190.html
Subject: FAILED : winbot / z3c.ptcompat_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:27:35 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032191.html
Subject: FAILED : winbot / z3c.pdftemplate_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:32:12 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032192.html
Subject: FAILED : winbot / z3c.coverage_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:33:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032193.html
Subject: FAILED : winbot / z3c.macro_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:34:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032194.html
Subject: FAILED : winbot / z3c.pagelet_py_265_32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 23:39:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032195.html
Unknown
-------
Subject: UNKNOWN : Zope-2.13 Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:10:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032202.html
Subject: UNKNOWN : Zope-2.13-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:12:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032203.html
Tests passed OK
---------------
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:17:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032119.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:18:32 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032121.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:19:57 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032122.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:21:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032123.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:22:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032125.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:24:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032126.html
Subject: OK : Zope Buildbot / zope2.13_win-py2.7 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:27:01 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032128.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:28:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032129.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:34:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032131.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:40:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032132.html
Subject: OK : winbot / ztk_10 py_244_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:40:26 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032133.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:40:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032134.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:44:51 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032135.html
Subject: OK : winbot / ztk_10 py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:49:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032136.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:49:40 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032137.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:53:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032138.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:54:33 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032139.html
Subject: OK : winbot / ztk_10 py_265_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 15:57:11 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032140.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 15:59:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032141.html
Subject: OK : Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:04:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032142.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:04:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032143.html
Subject: OK : winbot / ztk_10 py_265_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 16:05:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032144.html
Subject: OK : Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:06:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032145.html
Subject: OK : Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:08:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032146.html
Subject: OK : Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:09:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032147.html
Subject: OK : Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:11:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032148.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:12:27 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032149.html
Subject: OK : winbot / zc_buildout_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 16:17:09 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032150.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:18:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032151.html
Subject: OK : winbot / zc_buildout_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 16:29:28 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032152.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:31:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032153.html
Subject: OK : winbot / zc_buildout_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 16:41:44 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032155.html
Subject: OK : winbot / zc_buildout_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 16:54:41 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032156.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.5 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 16:59:47 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032157.html
Subject: OK : Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:00:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032158.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:06:30 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032159.html
Subject: OK : Zope Buildbot / zopetoolkit_win-py2.6 slave-win
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:07:06 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032160.html
Subject: OK : winbot / zc_buildout_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 17:07:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032161.html
Subject: OK : Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:12:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032162.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:17:39 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032163.html
Subject: OK : Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
From: jdriessen at thehealthagency.com
Date: Tue Feb 15 17:23:24 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032164.html
Subject: OK : winbot / ZODB_dev py_254_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 18:02:20 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032165.html
Subject: OK : winbot / ZODB_dev py_265_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 18:57:21 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032166.html
Subject: OK : ZTK 1.0 / Python2.4.6 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 19:47:49 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032167.html
Subject: OK : ZTK 1.0 / Python2.6.5 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 19:48:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032168.html
Subject: OK : ZTK 1.0 / Python2.5.5 Linux 64bit
From: ccomb at free.fr
Date: Tue Feb 15 19:48:36 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032169.html
Subject: OK : winbot / ZODB_dev py_265_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 19:52:31 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032170.html
Subject: OK : winbot / ZODB_dev py_270_win32
From: buildbot at winbot.zope.org
Date: Tue Feb 15 20:48:10 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032171.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-64bit-linux
From: buildbot at pov.lt
Date: Tue Feb 15 21:11:42 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032172.html
Subject: OK : winbot / ZODB_dev py_270_win64
From: buildbot at winbot.zope.org
Date: Tue Feb 15 21:43:23 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032176.html
Subject: OK : Zope 3.4 Known Good Set / py2.4-32bit-linux
From: buildbot at pov.lt
Date: Tue Feb 15 21:58:46 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032178.html
Subject: OK : Bluebream / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Tue Feb 15 22:03:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032180.html
Subject: OK : Bluebream / Python2.6.5 64bit linux
From: ccomb at free.fr
Date: Tue Feb 15 22:03:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032181.html
Subject: OK : Bluebream / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Tue Feb 15 22:03:48 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032182.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-64bit-linux
From: buildbot at pov.lt
Date: Tue Feb 15 22:11:14 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032183.html
Subject: OK : Zope 3.4 Known Good Set / py2.5-32bit-linux
From: buildbot at pov.lt
Date: Tue Feb 15 23:01:52 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032189.html
Subject: OK : Zope 3.4 KGS / Python2.4.6 64bit linux
From: ccomb at free.fr
Date: Wed Feb 16 00:24:22 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032196.html
Subject: OK : Zope 3.4 KGS / Python2.5.5 64bit linux
From: ccomb at free.fr
Date: Wed Feb 16 00:46:53 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032197.html
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Wed Feb 16 01:02:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032198.html
Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Wed Feb 16 01:04:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032199.html
Subject: OK : Zope-2.12 Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:06:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032200.html
Subject: OK : Zope-2.12-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:08:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032201.html
Subject: OK : Zope-trunk Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:14:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032204.html
Subject: OK : Zope-trunk-alltests Python-2.6.5 : Linux
From: Zope Tests
Date: Wed Feb 16 01:16:45 EST 2011
URL: http://mail.zope.org/pipermail/zope-tests/2011-February/032205.html
2
2
Hi,
I use z3c.formjs in a project and would like to customize the selector id
used into jsaction.handler for form field.
Since the z3c.formui templates add "-row" suffix to the widget id, I need
also to add the "-row" suffix to the selector id in the event handler.
Here is the code in jsaction.py:
# Step 1: Get the handler.
handlers = widget.form.jshandlers.getHandlers(widget.field)
# Step 2: Create a selector.
selector_cls = queryUtility(interfaces.IWidgetSelector)
if selector_cls is None:
selector = WidgetSelector(widget)
else:
selector = selector_cls(widget)
If it is a good idea, how could I apply it to svn repository ?
Thx,
Simon
2
1