[issue26942] android: test_ctypes crashes on armv7

Xavier de Gaye report at bugs.python.org
Tue Jul 26 12:17:12 EDT 2016


Xavier de Gaye added the comment:

Nice, the patch fixes the problem when python is built with gcc :)
Running test_ctypes on the Android emulator when python is built for the arm architecture or the armv7 architecture gives in both cases the same successfull result:

    Ran 456 tests in 30.424s

    OK (skipped=92)
    test.test_ctypes passed in 41 sec
    1 test OK.
    Total duration: 0:00:43

I did not try with clang, stopped by the problem in issue 27627 for armv7 and in issue 27606 for arm.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26942>
_______________________________________


More information about the Python-bugs-list mailing list