New submission from Charalampos Stratakis <cstra...@redhat.com>:
The clang build was recently added for that buildbot and it seems on that particular architecture, test_struct fails with: ====================================================================== FAIL: test_bool (test.test_struct.StructTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-ubsan/build/Lib/test/test_struct.py", line 520, in test_bool self.assertTrue(struct.unpack('>?', c)[0]) AssertionError: False is not true https://buildbot.python.org/all/#/builders/488/builds/6 Fedora rawhide recently upgraded Clang to version 10. The rest of the architectures seem fine. ---------- components: Tests messages: 362277 nosy: cstratak, vstinner priority: normal severity: normal status: open title: test_struct failure on s390x Fedora Clang buildbot versions: Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39689> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com