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 christian.heimes, python-dev, zach.ware
Date 2013-12-16.14:09:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387202967.13.0.495058649498.issue19987@psf.upfronthosting.co.za>
In-reply-to
Content
This is a little odd, since it seems that that buildbot doesn't have a sound card (according to _have_soundcard), but succeeded in playing a sound...although without an ear in the room, we have no way to tell if a sound was played or not.  I'm thinking it may be most sane to rewrite the test to call PlaySound in a `try: ... except RuntimeError:` block, and add a comment saying that either outcome is acceptable; a failure would be any other error.
History
Date User Action Args
2013-12-16 14:09:27zach.waresetrecipients: + zach.ware, christian.heimes, python-dev
2013-12-16 14:09:27zach.waresetmessageid: <1387202967.13.0.495058649498.issue19987@psf.upfronthosting.co.za>
2013-12-16 14:09:27zach.warelinkissue19987 messages
2013-12-16 14:09:26zach.warecreate