public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* sidcomp.audio test failure
@ 2001-07-12 22:59 Ben Elliston
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2001-07-12 22:59 UTC (permalink / raw)
  To: sid

I tracked down a failure in the `linusraw.exp' test today.  It's an
interesting one!  The problem is that the audio component uses
non-blocking I/O to write the audio data to /dev/audio.  On my older
Linux system with a cs4232 sound chipset, the test passes.  On my
newer system with a cs46xx chipset, the driver has a maximum write
size limitation of 32kb.

I have confirmed all of this by reading the drivers/sound/audio.c
source from the kernel.

Basically, I think this test is bogus.  It is a mistake to not
consider the possibility that the driver will return with any possible
value for the number of bytes written.  Instead, the test should
perhaps keep polling the component until it has emptied its buffer and
*then* check that the tx-sample-count is the correct value.  Thoughts?

In the meantime, I have marked the test as XFAIL.  It might fail, it
might not -- that depends on your OS and your sound hardware.  ;-(

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-13  5:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <15182.36386.608754.484771.cygnus.project.sid@scooby.brisbane.redhat.com>
2001-07-13  4:53 ` sidcomp.audio test failure Frank Ch. Eigler
2001-07-13  5:23   ` Ben Elliston
2001-07-12 22:59 Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).