[IPython-dev] Updated build of trunk-dev available

Satrajit Ghosh satra at mit.edu
Sat Jan 16 20:21:08 EST 2010


on osx snow leopard 64-bit kernel.

(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
.......................................................................S..............F.F..
======================================================================
FAIL: Test that object's __del__ methods are called on exit.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py", line
183, in runTest
    self.test(*self.arg)
  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
    return f(*args, **kwargs)
  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
    tt.ipexec_validate(self.fname, 'object A deleted')
  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
    nt.assert_equals(out.strip(), expected_out.strip())
AssertionError: '' != 'object A deleted'
>>  raise self.failureException, \
          (None or '%r != %r' % ('', 'object A deleted'))


======================================================================
FAIL: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Library/Python/2.6/site-packages/nose-0.11.1-py2.6.egg/nose/case.py", line
183, in runTest
    self.test(*self.arg)
  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
    return f(*args, **kwargs)
  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
    tt.ipexec_validate(self.fname, out)
  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
    nt.assert_equals(out.strip(), expected_out.strip())
AssertionError: '' != "ARGV 1-: ['C-first']\nARGV 1-:
['C-second']\ntclass.py: deleting object: C-first"
>>  raise self.failureException, \
          (None or '%r != %r' % ('', "ARGV 1-: ['C-first']\nARGV 1-:
['C-second']\ntclass.py: deleting object: C-first"))


----------------------------------------------------------------------
Ran 94 tests in 0.249s

FAILED (SKIP=1, failures=2)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20100116/b938103c/attachment.html>


More information about the IPython-dev mailing list