minimodem-mirror/tests
Kamal Mostafa 78cff1778b tests: verify --tx consistency
PASS: 16-verify-tx-consistent.test
FAIL: 17-verify-tx-consistent-float.test

The FAIL is due inconsistency in the .wav header (only for floats)
constructed by libsndfile -- its different every wall-clock second.
Even just a bare header (no audio samples) shows the effect:

  minimodem --float-samples --tx 1000 -f /tmp/xx.wav </dev/null
  sum -r /tmp/xx.wav
  sleep 1
  minimodem --float-samples --tx 1000 -f /tmp/xx.wav </dev/null
  sum -r /tmp/xx.wav

This might also relate to:
https://github.com/kamalmostafa/minimodem/issues/24
2016-04-23 10:24:13 -07:00
..
01-self-test-1200.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
02-self-test-300.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
03-self-test-rtty.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
04-self-test-0.5.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
05-self-test-12000.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
06-self-test-float-samples.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
07-self-test-no-lut.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
08-self-test-lut16.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
09-self-test-lut16-float.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
10-verify-perfect.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
11-verify-perfect-nolut.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
12-verify-perfect-lut16.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
13-verify-perfect-nolut-float.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
14-verify-perfect-lut16-float.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
15-verify-perfect-float.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
16-verify-tx-consistent.test tests: verify --tx consistency 2016-04-23 10:24:13 -07:00
17-verify-tx-consistent-float.test tests: verify --tx consistency 2016-04-23 10:24:13 -07:00
21-rate-slop.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
30-amplitude.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
31-amplitude-float.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
40-noise.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
41-noise-purefreqs.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
60-multibyte.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
70-callerid-mdmf.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
71-callerid-sdmf.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
80-SAME.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
81-ascii7.test fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
81-tdd.test TTY/TDD self-test and man page entry 2016-01-21 13:20:48 -08:00
Makefile.am fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
run-self-tests fix tests/ harness for automake 1.13 2014-11-09 10:34:00 -08:00
self-test minimodem: --stopbits replaces --txstopbits; better bps metric 2012-08-30 15:05:33 -07:00
testdata-ascii.txt trim tests/testdata-ascii.txt 2016-02-19 12:29:21 -08:00
testdata-baudot.txt move src/testcases to ./tests 2012-08-15 11:44:26 -07:00
testdata-callerid-mdmf.bytes minimodem: --rx callerid 2012-10-05 19:40:17 -07:00
testdata-callerid-mdmf.txt minimodem: --rx callerid 2012-10-05 19:40:17 -07:00
testdata-callerid-sdmf.bytes minimodem: --rx callerid 2012-10-05 19:40:17 -07:00
testdata-callerid-sdmf.txt minimodem: --rx callerid 2012-10-05 19:40:17 -07:00
testdata-multibyte.txt minimodem: --rx prints all bytes unmolested, unless --print-filter 2012-10-05 13:29:30 -07:00