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 zach.ware
Recipients brian.curtin, ezio.melotti, r.david.murray, serhiy.storchaka, tim.golden, zach.ware
Date 2013-11-19.18:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384884154.93.0.0543263741687.issue19595@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know that it's expected, but it doesn't appear to be unexpected.  regrtest doesn't appear to know anything about expected failures or unexpected successes, mostly because both concepts appear at the individual test level while regrtest deals at the test module level.  unittest docs don't actually say what happens when an expected failure fails to fail.

As for this issue, it looks like the skipping of the test predates _have_soundcard and has_sound.  If there are no objections, I'll try the attached patch on default; if it causes failures, I'll try a 'skipUnless(has_sound('SystemDefault')...', and if that work's I'll backport it to the other two branches.
History
Date User Action Args
2013-11-19 18:02:35zach.waresetrecipients: + zach.ware, tim.golden, ezio.melotti, r.david.murray, brian.curtin, serhiy.storchaka
2013-11-19 18:02:34zach.waresetmessageid: <1384884154.93.0.0543263741687.issue19595@psf.upfronthosting.co.za>
2013-11-19 18:02:34zach.warelinkissue19595 messages
2013-11-19 18:02:34zach.warecreate