<br><br><div><span class="gmail_quote">On 4/16/07, <b class="gmail_sendername">Grig Gheorghiu</b> <<a href="mailto:grig.gheorghiu@gmail.com">grig.gheorghiu@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Almost all community buildbots have failed the test step due to a<br>failure in test_normalization. Here's a link to the community farm for<br>the trunk:<br><br><a href="http://www.python.org/dev/buildbot/community/trunk/">
http://www.python.org/dev/buildbot/community/trunk/</a><br><br>And here's an example of a failure:<br><br><a href="http://www.python.org/dev/buildbot/community/trunk/x86%20OSX%20trunk/builds/567/step-test/0">http://www.python.org/dev/buildbot/community/trunk/x86%20OSX%20trunk/builds/567/step-test/0
</a><br><br>test test_normalization failed -- Traceback (most recent call last):<br> File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_normalization.py",<br>line 36, in test_main<br> for line in open_urlresource(TESTDATAURL):
<br> File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_support.py",<br>line 271, in open_urlresource<br> requires('urlfetch')<br> File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_support.py",
<br>line 94, in requires<br> raise ResourceDenied(msg)<br>ResourceDenied: Use of the `urlfetch' resource not enabled</blockquote><div><br><br>Don't know what suddenly triggered this (nothing I did), but the code basically looks correct. What should be happening is regrtest should be catching that exception and just saying the test was skipped.
<br><br>The last commit on regrtest was March 12, test_support was touched April 3, and test_normalization on April 5 according to ``svn log -r COMMITTED``.<br></div><br></div>-Brett