STINNER Victor <vstin...@python.org> added the comment:
Oh. That explains these strange results on AMD64 RHEL7 Refleaks 3.8: https://buildbot.python.org/all/#/builders/219/builds/41 argv: [b'make', b'buildbottest', b'TESTOPTS=-R 3:3 -u-cpu --junit-xml test-results.xml -j10 ${BUILDBOT_TESTOPTS}', b'TESTPYTHONOPTS=', b'TESTTIMEOUT=11700'] ... test_quopri leaked [168, 168, 168] references, sum=504 test_quopri leaked [75, 75, 75] memory blocks, sum=225 1:50:20 load avg: 1.06 Re-running test_future5 in verbose mode test_future5 leaked [42, 42, 42] references, sum=126 test_future5 leaked [20, 20, 20] memory blocks, sum=60 ... The previous build is successful and it didn't use --junit-xml option: https://buildbot.python.org/all/#/builders/219/builds/40 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39253> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com