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 vstinner
Recipients pablogsal, vstinner, xdegaye, xtreak
Date 2019-05-27.23:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559000951.47.0.95690970628.issue36414@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-05-27 23:49:11vstinnersetrecipients: + vstinner, xdegaye, pablogsal, xtreak
2019-05-27 23:49:11vstinnersetmessageid: <1559000951.47.0.95690970628.issue36414@roundup.psfhosted.org>
2019-05-27 23:49:11vstinnerlinkissue36414 messages
2019-05-27 23:49:11vstinnercreate