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 terry.reedy
Recipients terry.reedy, vstinner
Date 2017-08-10.20:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502398665.18.0.286353687577.issue31130@psf.upfronthosting.co.za>
In-reply-to
Content
Victor: Something seems to have changed in the last few days.  When I merged, both specific classes
python -m test -R 3:3 -u gui -v test_idle -m idlelib.idle_test.test_configdialog.FontPageTest.*
and the module as a whole passed.
python -m test -R 3:3 -u gui -v test_idle -m idlelib.idle_test.test_configdialog.*.*

Today, not having touched configdialog or test_configdialog, test_configdialog as a whole passes but FontPageTest, IndentTest, and GenPageTest fail with 
test_idle leaked [1, 1, 1, 1] memory blocks, sum=4
(Tested individually, VarTraceTest and the empty HighlightTest pass.)
I presume that cleanUpModule still runs with the restriction.

Could any of your other recent changes to regrtest have introduced a spurious 1 block error when tests are filtered?
History
Date User Action Args
2017-08-10 20:57:45terry.reedysetrecipients: + terry.reedy, vstinner
2017-08-10 20:57:45terry.reedysetmessageid: <1502398665.18.0.286353687577.issue31130@psf.upfronthosting.co.za>
2017-08-10 20:57:45terry.reedylinkissue31130 messages
2017-08-10 20:57:45terry.reedycreate