Ian Delaney <[email protected]> added the comment:

With the change in builtin cffi in pypy2.0 b2 from
https://bitbucket.org/cffi/cffi/issue/81/exported-variables-are-not-listed-in-dir
I get 

testuser@archtester ~/Downloads/lxml-cffi-3.0.2 $ time PYTHONPATH=src
nosetests-pypy-c2.0 ./src/lxml/tests
............E..............S.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F........................................................................................................................................................................
 
..........................................................F...............................................................................................................................EEEF..E......E...E........................................EEEF.FFFEFF.FF.........EEEEEE.EEEEEE..EEE.EEEEEEEEEE....F...........EE.....F.EE.F.EEEEEE...........EFEEE.EE...FE.EEEE.EEEEEEF..EEE.............................E................................Segmentation
fault

real    1m31.792s
user    1m30.932s
sys     0m0.230s


similar from 


testuser@archtester ~/Downloads/lxml-cffi-3.0.2 $ time PYTHONPATH=src pypy-c2.0
 test.py
Skipping tests in lxml.cssselect - external cssselect package is not installed
Comparing with ElementTree 1.3.0
Comparing with cElementTree 1.3.0

TESTED VERSION: 3.0.2
    Python:           (major=2, minor=7, micro=3, releaselevel='final', 
serial=42)
    lxml.etree:       (3, 0, 2, 0)
    libxml used:      (2, 9, 0)
    libxml compiled:  (2, 7, 0)
    libxslt used:     (1, 1, 28)
    libxslt compiled: (1, 1, 28)

followed by the mass of errors

Segmentation fault

real    1m31.622s
user    1m30.896s
sys     0m0.185s
Segmentation fault

real    1m31.622s
user    1m30.896s
sys     0m0.185s

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1476>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to