Summary of messages to the zope-tests list. Period Mon Apr 6 12:00:00 2009 UTC to Tue Apr 7 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Test failures ------------- Subject: FAILED (errors=1) : Zope-trunk-alltests Python-2.6.1 : Linux From: Zope Tests Date: Mon Apr 6 21:02:44 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011410.html Tests passed OK --------------- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Mon Apr 6 20:48:34 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011403.html Subject: OK : Zope-2.11 Python-2.4.6 : Linux From: Zope Tests Date: Mon Apr 6 20:50:35 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011404.html Subject: OK : Zope-trunk Python-2.4.6 : Linux From: Zope Tests Date: Mon Apr 6 20:52:38 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011405.html Subject: OK : Zope-trunk Python-2.5.4 : Linux From: Zope Tests Date: Mon Apr 6 20:54:38 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011406.html Subject: OK : Zope-trunk Python-2.6.1 : Linux From: Zope Tests Date: Mon Apr 6 20:56:39 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011407.html Subject: OK : Zope-trunk-alltests Python-2.4.6 : Linux From: Zope Tests Date: Mon Apr 6 20:58:39 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011408.html Subject: OK : Zope-trunk-alltests Python-2.5.4 : Linux From: Zope Tests Date: Mon Apr 6 21:00:41 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011409.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Zope Tests Summarizer wrote:
Test failures -------------
Subject: FAILED (errors=1) : Zope-trunk-alltests Python-2.6.1 : Linux From: Zope Tests Date: Mon Apr 6 21:02:44 EDT 2009 URL: http://mail.zope.org/pipermail/zope-tests/2009-April/011410.html
This failure is due to a changed (less tolerant) HTMLParser module in Python 2.6. The new module barfs on invalid quasi-numeric entities ('a' in our example, which is missing the 'X' to make it valid). Even if I delete the broken case, the test fails again because the 2.6 parser also converts the numeric entities to unicode, injecting Ctrl-A and LF for '' and '&X0a;'! I'm not sure how we should attempt to fix the test, except for a "big hammer" check of sys.version_info and two different inputs / expected outputs. If nobody has a better idea, I will check that in tomorrow (see attached patch). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ206/+gerLs4ltQ4RAqpkAKDGS2c66egb0sO3VTUiUlU0LLpp2QCfcf0H Q8HnrOKqduKjuHIiMPlwbUc= =Vwvg -----END PGP SIGNATURE-----
participants (2)
-
Tres Seaver -
Zope Tests Summarizer