New submission from Iryna: 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 ---------- components: Tests, ctypes files: Python3.6.1rc1_build_log.txt messages: 289539 nosy: ishcherb priority: normal severity: normal status: open title: test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture versions: Python 3.6 Added file: http://bugs.python.org/file46724/Python3.6.1rc1_build_log.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29804> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com