New submission from Stefan Krah <stefan-use...@bytereef.org>: Got this test failure on Windows/qemu:
====================================================================== FAIL: test_stopasync (__main__.PlaySoundTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib\test\test_winsound.py", line 199, in test_stopasync None, winsound.SND_PURGE AssertionError: RuntimeError not raised The problem is that PlaySound(None, winsound.SND_PURGE) does not raise on systems without a soundcard. The wrapped C function returns success in this case, so I think it's ok to go along with it and disable this assertion. ---------- messages: 102821 nosy: skrah severity: normal status: open title: test_winsound: failure on systems without soundcard _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8367> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com