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 pablogsal
Recipients pablogsal, rhettinger, serhiy.storchaka
Date 2019-06-01.16:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559406677.46.0.632223828362.issue37125@roundup.psfhosted.org>
In-reply-to
Content
./python Lib/test/bisect_cmd.py test_math -R 2:2

...

WARNING: Running tests with --huntrleaks/-R and less than 3 warmup repetitions can give false positives!
Run tests sequentially
0:00:00 load avg: 1.32 [1/1] test_math
beginning 4 repetitions
1234
....
test_math leaked [12352, 12352] references, sum=24704
test_math leaked [1, 1] memory blocks, sum=2
test_math failed

== Tests result: FAILURE ==

1 test failed:
    test_math

Total duration: 663 ms
Tests result: FAILURE
ran 1 tests/2
exit 2
Tests failed: continuing with this subtest

Tests (1):
* test.test_math.IsCloseTests.testComb

Bisection completed in 13 iterations and 0:00:11
History
Date User Action Args
2019-06-01 16:31:17pablogsalsetrecipients: + pablogsal, rhettinger, serhiy.storchaka
2019-06-01 16:31:17pablogsalsetmessageid: <1559406677.46.0.632223828362.issue37125@roundup.psfhosted.org>
2019-06-01 16:31:17pablogsallinkissue37125 messages
2019-06-01 16:31:17pablogsalcreate