Message 307440 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
test_struct_by_value is ok on Android API 24 on the armv7, x86 and x86_64 architectures.

======================================================================
FAIL: test_struct_by_value (ctypes.test.test_win32.Structures)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.python/lib/python3.7/ctypes/test/test_win32.py", line 137, in test_struct_by_value
    self.assertEqual(ret.left, left.value)
AssertionError: -200 != 10

----------------------------------------------------------------------
Ran 1 test in 0.204s