comedilib/testing
2001-03-01 21:59:01 +00:00
..
results don't know 2001-01-23 18:24:25 +00:00
bufconfig.c added bufconfig test 2001-03-01 21:59:01 +00:00
cmd_1.c testing additions 2000-11-30 22:57:04 +00:00
cmd_2.c testing additions 2000-11-30 22:57:04 +00:00
cmd_3.c testing additions 2000-11-30 22:57:04 +00:00
comedi_test.h testing additions 2000-11-30 22:57:04 +00:00
info.c added tests and created main 2000-10-10 00:52:10 +00:00
insn_read.c added tests and created main 2000-10-10 00:52:10 +00:00
insn_read_time.c testing additions 2000-11-30 22:57:04 +00:00
main.c added bufconfig test 2001-03-01 21:59:01 +00:00
Makefile added bufconfig test 2001-03-01 21:59:01 +00:00
mmap.c added segfault testing 2001-01-23 18:21:47 +00:00
mode0_read.c added tests and created main 2000-10-10 00:52:10 +00:00
README testing additions 2000-11-30 22:57:04 +00:00
select.c testing additions 2000-11-30 22:57:04 +00:00

The results directory contains last-known testing results that have
been contributed by users.  If your board is listed there,
please compare it the output of comedi_test and if it differs
significantly, send me a copy and/or diff.  I'll either update
the file, or it indicates that there is a bug.  If your board
is not listed here, send me a copy of the output so it can
be included.

comedi_test tends to create a lot of output.  The important
information has lines beginning with either I:, W:, or E:,
indicating information, warning, or error, respectively.
You can grep for this information using the regexp '^.:'.
Errors are usually problems that need to be fixed, but are
not necessarily significant bugs.  Warnings need to be
audited by ds to know whether or not they are significant,
since comedi_test isn't very smart about some checks.  (That's
why they're warnings and not errors.)