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.

classification
Title: make test_linuxaudiodev ignore EBUSY
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: anthonybaxter, gvanrossum, loewis
Priority: normal Keywords: patch

Created on 2002-04-18 04:36 by anthonybaxter, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
lin.patch anthonybaxter, 2002-04-18 04:36 patch for test_linuxaudiodev.py
Messages (4)
msg39643 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2002-04-18 04:36
When testing, I don't want to have to stop
playing mp3s just to get the test suite to
have zero failures. The following trivial
patch makes it skip on EBUSY.

submitted for feedback as I'm not sure if
there's a reason to not do this...
msg39644 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-18 17:02
Logged In: YES 
user_id=21627

Sounds reasonable to me.
msg39645 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-04-22 18:01
Logged In: YES 
user_id=6380

To me too. Somebody can check it in.
msg39646 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2002-04-23 02:43
Logged In: YES 
user_id=29957

checked in on trunk and 22 branch.
History
Date User Action Args
2022-04-10 16:05:14adminsetgithub: 36460
2002-04-18 04:36:56anthonybaxtercreate