[Python-bugs-list] [ python-Bugs-783242 ] test_ossaudiodev timing failure

SourceForge.net noreply@sourceforge.net
Mon, 04 Aug 2003 20:14:37 -0700


Bugs item #783242, was opened at 2003-08-04 23:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=783242&group_id=5470

Category: Extension Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_ossaudiodev timing failure

Initial Comment:
test_audiodev reports a failure because the expected
output includes the line:

elapsed time: 2.9 sec

but when run on my system (RH 9.0), produces the output:

elapsed time: 3.0 sec

I'm not sure what the right fix is, but including that
bit of timing information seems somewhat fragile; you
don't want to number to be too low, but it should be ok
for it to be a little high since you can't control time
slices allocated to the test all that precisely.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=783242&group_id=5470