In addition, some of the Acquistion test fail when trying to test the package alone:<br><br>ajung@blackmoon:/develop/repository/<a href="http://svn.zope.org/Acquisition/tags/2.11.1">svn.zope.org/Acquisition/tags/2.11.1</a>&gt; bin/test  -vvvvvv<br>
Running tests at level 1<br>Running zope.testing.testrunner.layer.UnitTests tests:<br>  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.<br>  Running:<br> tests (Acquisition) (0.008 s)<br> old_tests (Acquisition.tests) (0.003 s)<br>
<br><br>Failure in test old_tests (Acquisition.tests)<br>Failed doctest test for Acquisition.tests.old_tests<br>  File &quot;/home/develop/repository/<a href="http://svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py">svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py</a>&quot;, line 1204, in old_tests<br>
<br>----------------------------------------------------------------------<br>File &quot;/home/develop/repository/<a href="http://svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py">svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py</a>&quot;, line 1238, in Acquisition.tests.old_tests<br>
Failed example:<br>    b.c.d == c<br>Expected:<br>    1<br>Got:<br>    False<br>----------------------------------------------------------------------<br>File &quot;/home/develop/repository/<a href="http://svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py">svn.zope.org/Acquisition/tags/2.11.1/src/Acquisition/tests.py</a>&quot;, line 1242, in Acquisition.tests.old_tests<br>
Failed example:<br>    b.c == c<br>Expected:<br>    1<br>Got:<br>    False<br><br>Can anyone reproduce this?<br><br>Andreas<br><br><br><div class="gmail_quote">On Fri, Apr 17, 2009 at 16:43, Andreas Jung <span dir="ltr">&lt;<a href="mailto:lists@zopyx.com">lists@zopyx.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I am working on the 2.12.0a2 release. I get test failures on my Linux box (OpenSuse 10.3/64 bit,<br>
fresh Python 2.6.2 installation):<br><br>----------------------------------------------------------------------<br>
File &quot;/home/ajung/.buildout/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py&quot;, line 1732, in Acquisition.tests.test_proxying<br>Failed example:<br>    list(i.c)<br>Exception raised:<br>    Traceback (most recent call last):<br>

      File &quot;/home/ajung/.buildout/eggs/zope.testing-3.7.1-py2.6.egg/zope/testing/doctest.py&quot;, line 1356, in __run<br>        compileflags, 1) in test.globs<br>      File &quot;&lt;doctest Acquisition.tests.test_proxying[11]&gt;&quot;, line 1, in &lt;module&gt;<br>

        list(i.c)<br>    MemoryError<br>----------------------------------------------------------------------<br>File &quot;/home/ajung/.buildout/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py&quot;, line 1781, in Acquisition.tests.test_proxying<br>

Failed example:<br>    list(i.c)<br>Exception raised:<br>    Traceback (most recent call last):<br>      File &quot;/home/ajung/.buildout/eggs/zope.testing-3.7.1-py2.6.egg/zope/testing/doctest.py&quot;, line 1356, in __run<br>

        compileflags, 1) in test.globs<br>      File &quot;&lt;doctest Acquisition.tests.test_proxying[23]&gt;&quot;, line 1, in &lt;module&gt;<br>        list(i.c)<br>    MemoryError<br><br>----------------------------------------------------------------------<br>

File &quot;/home/ajung/.buildout/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py&quot;, line 419, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict<br>Failed example:<br>    pickle.loads(pickle.dumps(x, 0)) == x<br>

Expected:<br>    1<br>Got:<br>    False<br>----------------------------------------------------------------------<br>File &quot;/home/ajung/.buildout/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py&quot;, line 421, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict<br>

Failed example:<br>    pickle.loads(pickle.dumps(x, 1)) == x<br>Expected:<br>    1<br>Got:<br>    False<br>----------------------------------------------------------------------<br>File &quot;/home/ajung/.buildout/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py&quot;, line 423, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict<br>

Failed example:<br>    pickle.loads(pickle.dumps(x, 2)) == x<br>Expected:<br>    1<br>Got:<br>    False<br><br>However I have no failures on MacOSX.<br><br>WTF?<br><font color="#888888"><br>Andreas<br>
</font></blockquote></div><br>