[issue31174] test_tools leaks randomly references on x86 Gentoo Refleaks 3.x

2017-09-13 Thread STINNER Victor
STINNER Victor added the comment: test_tools also fails on x86 Gentoo Refleaks 3.6: http://buildbot.python.org/all/builders/x86%20Gentoo%20Refleaks%203.6/builds/90 test_tools leaked [1, 1, 118] memory blocks, sum=120 (...) test_tools leaked [7, 1, 6] memory blocks, sum=14 --

[issue31174] test_tools leaks randomly references on x86 Gentoo Refleaks 3.x

2017-08-17 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-31227: "regrtest: reseed random with the same seed before running a test file". -- ___ Python tracker

[issue31174] test_tools leaks randomly references on x86 Gentoo Refleaks 3.x

2017-08-10 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3093 ___ Python tracker ___ ___

[issue31174] test_tools leaks randomly references on x86 Gentoo Refleaks 3.x

2017-08-10 Thread STINNER Victor
New submission from STINNER Victor: The "x86 Gentoo Refleaks 3.x" buildbot runs tests using -u-cpu to disable the cpu resource. The problem is that DirectoryTestCase.test_files() of Lib/test/test_tools/test_unparse.py uses random: # Test limited subset of files unless the 'cpu'