[issue15746] test_winsound bombing out on 2003 buildslave

2012-10-26 Thread Trent Nelson
Trent Nelson added the comment: We avoided this by adding -u-audio to the affected slave. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue15746] test_winsound bombing out on 2003 buildslave

2012-08-21 Thread Trent Nelson
Trent Nelson added the comment: Affirmative: E:\Apps\activestate-python-2.7.2.5-x86>python ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more info

[issue15746] test_winsound bombing out on 2003 buildslave

2012-08-21 Thread STINNER Victor
STINNER Victor added the comment: Copy of the test: def test_alias_nofallback(self): if _have_soundcard(): # Note that this is not the same as asserting RuntimeError # will get raised: you cannot convert this to # self.assertRaises(...) form. The

[issue15746] test_winsound bombing out on 2003 buildslave

2012-08-20 Thread Trent Nelson
New submission from Trent Nelson: 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)