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

Ravi lists_ravi at lavabit.com
Sat Jan 16 21:51:57 EST 2010


On Saturday 16 January 2010 19:27:31 Fernando Perez wrote:
> Thanks for any feedback you can provide us, from test suite results to
> comments on using it.

On up-to-date Fedora core 12, I needed to remove the '--traverse-namespace' 
option from iptest.py. After that, here's the output:

[ipython-0.11.bzr.r1340]$ python iptest.py
**********************************************************************
IPython test group: IPython.config                                    
.........                                                            
----------------------------------------------------------------------
Ran 10 tests in 0.012s                                                

OK
**********************************************************************
IPython test group: IPython.core                                      
......................................................................S..............F.F..                                                                     
======================================================================          
FAIL: Test that object's __del__ methods are called on exit.                    
----------------------------------------------------------------------          
Traceback (most recent call last):                                              
  File "/usr/lib/python2.6/site-packages/nose/case.py", line 182, in runTest    
    self.test(*self.arg)                                                        
  File ".../ipython-0.11.bzr.r1340/IPython/testing/decorators.py", line 225, 
in skipper_func                               
    return f(*args, **kwargs)                                                   
  File ".../ipython-0.11.bzr.r1340/IPython/core/tests/test_run.py", line 160, 
in test_obj_del                              
    tt.ipexec_validate(self.fname, 'object A deleted')                          
  File ".../ipython-0.11.bzr.r1340/IPython/testing/tools.py", line 290, in 
ipexec_validate                                 
    nt.assert_equals(out.strip(), expected_out.strip())                         
AssertionError: '\x1b[?1034hobject A deleted' != 'object A deleted'             
>>  raise self.failureException, \                                              
          (None or '%r != %r' % ('\x1b[?1034hobject A deleted', 'object A 
deleted'))                                                                            
                                                                                

======================================================================
FAIL: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass      
----------------------------------------------------------------------
Traceback (most recent call last):                                    
  File "/usr/lib/python2.6/site-packages/nose/case.py", line 182, in runTest
    self.test(*self.arg)                                                    
  File ".../ipython-0.11.bzr.r1340/IPython/testing/decorators.py", line 225, 
in skipper_func                               
    return f(*args, **kwargs)                                                   
  File ".../ipython-0.11.bzr.r1340/IPython/core/tests/test_run.py", line 174, 
in test_tclass                               
    tt.ipexec_validate(self.fname, out)                                         
  File ".../ipython-0.11.bzr.r1340/IPython/testing/tools.py", line 290, in 
ipexec_validate                                 
    nt.assert_equals(out.strip(), expected_out.strip())                         
AssertionError: "\x1b[?1034hARGV 1-: ['C-first']\nARGV 1-: ['C-
second']\ntclass.py: deleting object: C-first" != "ARGV 1-: ['C-first']\nARGV 
1-: ['C-second']\ntclass.py: deleting object: C-first"                                             
>>  raise self.failureException, \                                              
          (None or '%r != %r' % ("\x1b[?1034hARGV 1-: ['C-first']\nARGV 1-: 
['C-second']\ntclass.py: deleting object: C-first", "ARGV 1-: ['C-
first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first"))                            
                                                                                

----------------------------------------------------------------------
Ran 93 tests in 0.803s                                                

FAILED (SKIP=1, failures=2)
**********************************************************************
IPython test group: IPython.extensions                                
                                                                     
----------------------------------------------------------------------
Ran 1 test in 0.003s                                                  

OK
**********************************************************************
IPython test group: IPython.frontend
..
----------------------------------------------------------------------
Ran 3 tests in 0.235s

OK
**********************************************************************
IPython test group: IPython.lib
....
----------------------------------------------------------------------
Ran 5 tests in 0.005s

OK
**********************************************************************
IPython test group: IPython.scripts

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
**********************************************************************
IPython test group: IPython.testing
.......................SSS.......S..S......................S
----------------------------------------------------------------------
Ran 65 tests in 0.141s

OK (SKIP=6)
**********************************************************************
IPython test group: IPython.utils
.........................SS..SSS............................S.S............................................................
----------------------------------------------------------------------
Ran 125 tests in 0.160s

OK (SKIP=7)
**********************************************************************
IPython test group: IPython.gui

----------------------------------------------------------------------
Ran 0 tests in 0.001s

OK

**********************************************************************
Ran 9 test groups in 7.621s

ERROR - 1 out of 9 test groups failed.
----------------------------------------
Runner failed: IPython.core
You may wish to rerun this one individually, with:
python .../build/ipython-0.11.bzr.r1340/IPython/testing/iptest.pyc 
IPython.core

Hope this helps.

Ravi




More information about the IPython-dev mailing list