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 trent
Recipients trent
Date 2012-08-21.02:17:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345515472.32.0.153802141999.issue15746@psf.upfronthosting.co.za>
In-reply-to
Content
The 'Windows Server 2003 R2 SP1' build slave I set up keeps bombing out on test_winsound:


======================================================================
FAIL: test_alias_nofallback (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\2.7.snakebite-win2k3r2sp2-x86\build\lib\test\test_winsound.py", line 199, in test_alias_nofallback
    '!"$%&/(#+*', winsound.SND_ALIAS | winsound.SND_NODEFAULT
AssertionError: RuntimeError not raised


Raising this as a placeholder until I can look into it in more detail.
History
Date User Action Args
2012-08-21 02:17:52trentsetrecipients: + trent
2012-08-21 02:17:52trentsetmessageid: <1345515472.32.0.153802141999.issue15746@psf.upfronthosting.co.za>
2012-08-21 02:17:31trentlinkissue15746 messages
2012-08-21 02:17:30trentcreate