On Mon, Sep 06, 2010 at 11:24:58AM +0200, Sylvain Th??nault wrote:
> > ======================================================================
> > FAIL: make pylint checking itself
> > ----------------------------------------------------------------------
> > Traceback (most recent call last)
> >   File "/usr/lib/python2.6/site-packages/logilab/common/testlib.py", line 
> > 1224, in _proceed
> >     testfunc(*args, **kwargs)
> >   File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 47, in 
> > test0
> >     code=0)
> >   File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 36, in 
> > _runtest
> >     self.assertEquals(ex.code, code)
> >   File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual
> >     (msg or '%r != %r' % (first, second))
> > AssertionError: 16 != 0
> much probably related to the above pb.
With new astng the only failed test is this.

===================  unittest_pyreverse_writer.py  ===================
......
==================  unittest_pyreverse_diadefs.py  ===================
.......
=========================  unittest_lint.py  =========================
................
====================  unittest_checkers_utils.py  ====================
.
=========================  test_similar.py  ==========================
...
===========================  test_regr.py  ===========================
.....S.SS.....
======================================================================
SKIPPED: test_gtk_import (test_regr.NonRegrTC)
        test skipped: gtk is not available
======================================================================
SKIPPED: test_numarray_import (test_regr.NonRegrTC)
        test skipped: numarray is not available
======================================================================
SKIPPED: test_numarray_inference (test_regr.NonRegrTC)
        test skipped: numarray.random_array is not available
=======================  test_import_graph.py  =======================
..
====================  test_func_sample_config.py  ====================
No config file found, using default configuration
..................................................................................................................................................................................................................................................................................................................................................
===========================  test_func.py  ===========================
..................................................................................................................................................................................................................................................................................................................................................
==========================  test_format.py  ==========================
..........................
=========================  test_encoding.py  =========================
...
===========================  smoketest.py  ===========================
F...........
======================================================================
FAIL: make pylint checking itself
----------------------------------------------------------------------
Traceback (most recent call last)
  File "/usr/lib/python2.6/site-packages/logilab/common/testlib.py", line 1224, 
in _proceed
    testfunc(*args, **kwargs)
  File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 47, in test0
    code=0)
  File "/usr/src/RPM/BUILD/pylint-0.21.2/test/smoketest.py", line 36, in 
_runtest
    self.assertEquals(ex.code, code)
  File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 16 != 0


-- 
WBR, wRAR (ALT Linux Team)

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to