[pypy-commit] pypy default: skip this test with -A

2012-05-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r55151:b9ee8941f2cb Date: 2012-05-22 12:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b9ee8941f2cb/ Log:skip this test with -A diff --git a/pypy/module/_ffi/test/test_struct.py b/pypy/module/_ffi/test/test_struct.py --- a/pypy/module/_ffi/test/te

[pypy-commit] pypy remove-translator-platform: some more import mess

2012-05-22 Thread fijal
Author: Maciej Fijalkowski Branch: remove-translator-platform Changeset: r55153:1f52e671b75d Date: 2012-05-22 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1f52e671b75d/ Log:some more import mess diff --git a/pypy/bin/py.py b/pypy/bin/py.py --- a/pypy/bin/py.py +++ b/pypy/bin/py.py @@

[pypy-commit] pypy remove-translator-platform: a lone missing import

2012-05-22 Thread fijal
Author: Maciej Fijalkowski Branch: remove-translator-platform Changeset: r55154:b15982217310 Date: 2012-05-22 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/b15982217310/ Log:a lone missing import diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyex

[pypy-commit] pypy remove-translator-platform: some more imports

2012-05-22 Thread fijal
Author: Maciej Fijalkowski Branch: remove-translator-platform Changeset: r55155:6cc06abb2176 Date: 2012-05-22 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/6cc06abb2176/ Log:some more imports diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/ge

[pypy-commit] pypy remove-translator-platform: remove moved file

2012-05-22 Thread fijal
Author: Maciej Fijalkowski Branch: remove-translator-platform Changeset: r55156:0f00a76b9cd6 Date: 2012-05-22 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/0f00a76b9cd6/ Log:remove moved file diff --git a/pypy/translator/tool/test/test_cbuild.py b/pypy/translator/tool/test/test_cbuil

[pypy-commit] pypy default: fix handling of uint values on 32bit

2012-05-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r55158:4a38b43757e3 Date: 2012-05-22 14:03 + http://bitbucket.org/pypy/pypy/changeset/4a38b43757e3/ Log:fix handling of uint values on 32bit diff --git a/pypy/module/_ffi/test/test_type_converter.py b/pypy/module/_ffi/test/test_type_converter.py

[pypy-commit] pypy default: a failing test on 32bit

2012-05-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r55157:09525a5ec13d Date: 2012-05-22 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/09525a5ec13d/ Log:a failing test on 32bit diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a/pypy/module/_ffi/test