[issue8618] test_winsound failing on Windows Server 2008

Brian Curtin report at bugs.python.org
Wed May 5 02:23:21 CEST 2010


New submission from Brian Curtin <curtin at acm.org>:

Some of the test_alias_* functions in test_winsound are failing with a RuntimeError "Failed to play sound" when run on Server 2008 R2. 

The sound from each test exists in the registry so the test doesn't end up getting skipped. I'm guessing there is some missing privilege, so it's possible we should additionally skip based on that.

----------
assignee: brian.curtin
components: Tests, Windows
messages: 104988
nosy: brian.curtin
priority: normal
severity: normal
stage: needs patch
status: open
title: test_winsound failing on Windows Server 2008
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8618>
_______________________________________


More information about the Python-bugs-list mailing list