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 ishcherb
Recipients ishcherb
Date 2017-03-13.13:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489413054.1.0.4012026352.issue29804@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to build Python 3.6.1rc1 on Fedora, and have the following test failing on arm64 (aarch64) architecture:

======================================================================
FAIL: test_pass_by_value (ctypes.test.test_structures.StructureTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.6.1rc1/Lib/ctypes/test/test_structures.py", line 413, in test_pass_by_value
    self.assertEqual(s.first, 0xdeadbeef)
AssertionError: 195948557 != 3735928559
----------------------------------------------------------------------

The build log is attached.
The test was added in this commit [1] as a fix for bpo-29565.

Any idea what this can be related to?


[1] https://github.com/python/cpython/commit/3cc5817cfaf5663645f4ee447eaed603d2ad290a
History
Date User Action Args
2017-03-13 13:50:54ishcherbsetrecipients: + ishcherb
2017-03-13 13:50:54ishcherbsetmessageid: <1489413054.1.0.4012026352.issue29804@psf.upfronthosting.co.za>
2017-03-13 13:50:54ishcherblinkissue29804 messages
2017-03-13 13:50:53ishcherbcreate