summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
Commit message (Collapse)AuthorAge
...
* fate: add some helper functions to simplify test rulesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: apply TARGET_EXEC only to commands starting with absolute pathMåns Rullgård2010-07-18
| | | | Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: use our variable names in test rules imported from Mike's dbMåns Rullgård2010-07-18
| | | | Originally committed as revision 24312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate-run: rename some variables consistently with other filesMåns Rullgård2010-07-18
| | | | Originally committed as revision 24311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add stddev comparatorMåns Rullgård2010-07-17
| | | | | | | This allows CMP=stddev in test rules. The test passes if the reported stddev is <= the FUZZ value (default 1). Originally committed as revision 24289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: whitespace cosmeticsMåns Rullgård2010-07-17
| | | | Originally committed as revision 24288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: ensure file sizes match in oneoff testsMåns Rullgård2010-07-10
| | | | Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: fail with a sensible error message if reference file is missingMåns Rullgård2010-07-09
| | | | Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete output files from successful testsMåns Rullgård2010-07-09
| | | | Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: exit with error immediately if test command failsMåns Rullgård2010-07-09
| | | | Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: add oneoff comparison methodMåns Rullgård2010-07-09
| | | | | | | | This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: pass additional variables to test scriptMåns Rullgård2010-07-09
| | | | | | | | | | This passes the following additional variables to the test script: - CMP method to use comparing output with reference, default 'diff' - REF reference file, default 'tests/ref/fate/${test}' - FUZZ maximum fuzz factor in comparison, meaning depends on CMP Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE testsMåns Rullgård2010-03-15
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk