[Python-Dev] Misc. warnings
holger krekel
pyth@devel.trillke.net
Wed, 8 Jan 2003 15:21:04 +0100
Barry A. Warsaw wrote:
>
> BTW Greg, there's a problem with test_ossaudiodev -- it hangs quite
> nicely when running "make test". When I kill it I get the following
> traceback. No time for me to debug it right now...
had a similar problem earlier. you aren't listening to music while
running the test, are you? Maybe the test should timeout, anyway?
holger
>
> -Barry
>
> -------------------- snip snip --------------------
> test_ossaudiodev
> Traceback (most recent call last):
> File "./Lib/test/regrtest.py", line 961, in ?
> main()
> File "./Lib/test/regrtest.py", line 259, in main
> ok = runtest(test, generate, verbose, quiet, testdir)
> File "./Lib/test/regrtest.py", line 389, in runtest
> the_package = __import__(abstest, globals(), locals(), [])
> File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 93, in ?
> test()
> File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 90, in test
> play_sound_file(data, rate, ssize, nchannels)
> File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 53, in play_sound_file
> a.write(data)
> KeyboardInterrupt
> [85616 refs]
> make: [test] Error 1 (ignored)
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev