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.

Author xdegaye
Recipients xdegaye
Date 2017-12-02.17:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512235574.32.0.213398074469.issue32203@psf.upfronthosting.co.za>
In-reply-to
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
History
Date User Action Args
2017-12-02 17:26:14xdegayesetrecipients: + xdegaye
2017-12-02 17:26:14xdegayesetmessageid: <1512235574.32.0.213398074469.issue32203@psf.upfronthosting.co.za>
2017-12-02 17:26:14xdegayelinkissue32203 messages
2017-12-02 17:26:14xdegayecreate