comedilib/testing
Ian Abbott c45f319171 comedi_test: deal with INSN_GTOD values more carefully
Try and avoid arithmetic overflow when converting the difference between
two INSN_GTOD timestamps to a signed number of microseconds.
2016-06-20 11:29:14 +01:00
..
results new files 2003-11-20 18:40:30 +00:00
Makefile.am need headers 2003-05-02 07:53:02 +00:00
README testing additions 2000-11-30 22:57:04 +00:00
bufconfig.c additional tests, fixes, move some functions to ../lib 2001-05-28 02:39:00 +00:00
cmd_1.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00
cmd_2.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00
cmd_3.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00
comedi_test.h comedi_internal_trigger is provided by comedilib now. 2008-01-28 20:38:47 +00:00
info.c Handle COMEDI_SUBD_PWM and check for future unknown subdevice types. 2008-11-05 11:40:42 +00:00
insn_read.c test reading 0 samples 2002-06-06 00:38:54 +00:00
insn_read_time.c comedi_test: deal with INSN_GTOD values more carefully 2016-06-20 11:29:14 +01:00
inttrig.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00
lib.c staging area for moving functions from here to ../lib 2001-05-28 02:38:09 +00:00
main.c testing: remove unused variables in comedi_test program 2013-05-07 13:15:54 +01:00
mmap.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00
mode0_read.c fix for compiler warning about strict aliasing rules 2004-06-19 19:55:26 +00:00
select.c comedi_test: attempt to change read and write subdevice during test 2016-05-13 11:48:31 +01:00

README

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.)