on osx snow leopard 64-bit kernel.<br><br>(ipythonenv)unwarped:pysoft satra$ python /software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/testing/iptest.pyc IPython.core<br>.......................................................................S..............F.F..<br>
======================================================================<br>FAIL: Test that object's __del__ methods are called on exit.<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>
  File "/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py", line 183, in runTest<br>    self.test(*self.arg)<br>  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/testing/decorators.py", line 225, in skipper_func<br>
    return f(*args, **kwargs)<br>  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/core/tests/test_run.py", line 160, in test_obj_del<br>    tt.ipexec_validate(self.fname, 'object A deleted')<br>
  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/testing/tools.py", line 290, in ipexec_validate<br>    nt.assert_equals(out.strip(), expected_out.strip())<br>
AssertionError: '' != 'object A deleted'<br>>>  raise self.failureException, \<br>          (None or '%r != %r' % ('', 'object A deleted'))<br>    <br><br>======================================================================<br>
FAIL: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File "/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py", line 183, in runTest<br>
    self.test(*self.arg)<br>  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/testing/decorators.py", line 225, in skipper_func<br>    return f(*args, **kwargs)<br>
  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/core/tests/test_run.py", line 174, in test_tclass<br>    tt.ipexec_validate(self.fname, out)<br>  File "/software/pysoft/ipythonenv/lib/python2.6/site-packages/ipython-0.11.bzr.r1340-py2.6.egg/IPython/testing/tools.py", line 290, in ipexec_validate<br>
    nt.assert_equals(out.strip(), expected_out.strip())<br>AssertionError: '' != "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first"<br>>>  raise self.failureException, \<br>
          (None or '%r != %r' % ('', "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first"))<br>    <br><br>----------------------------------------------------------------------<br>
Ran 94 tests in 0.249s<br><br>FAILED (SKIP=1, failures=2)<br><br><br>