STINNER Victor <vstin...@redhat.com> added the comment:
I looked at at recent PR. It's getting better. "Test code coverage (C)" fails with: ====================================================================== ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/python/cpython/Lib/distutils/tests/test_build_ext.py", line 91, in test_build_ext import xx ImportError: /tmp/tmpyufwrt3r/xx.cpython-38-x86_64-linux-gnu.so: undefined symbol: __gcov_merge_add Maybe this test is failing for a long time. I don't know. "Test code coverage (Python)": > 4 tests failed: test_asyncio test_descr test_gc test_typing test test_descr failed -- Traceback (most recent call last): File "/home/travis/build/python/cpython/Lib/test/test_descr.py", line 1272, in test_slots self.assertEqual(orig_objects, new_objects) AssertionError: 95538 != 95544 Warning -- sys.gettrace was modified by test_audit Before: <coverage.CTracer object at 0x7faa2f7bfe70> After: None ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36414> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com