summaryrefslogtreecommitdiff
path: root/test/test_seeking.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* test/ : Use more portable echo constructsErik de Castro Lopo2015-10-041-1/+1
| | | | | | Fix suggested by Daniel Macks. Closes: https://sourceforge.net/p/flac/bugs/433/
* tests/*.sh : Switch back to /bin/sh.Erik de Castro Lopo2014-11-271-2/+2
| | | | | | | | | | | Jan Stary reported that on OpenBSD bash isn't located in /bin/ which means that the test fail. He also noted that there didn't seem to be anything bash specific in the tests. This patch takes some suggestions from Jan, plus a few fixes tested on Debian using the bin/sh provided by bash and dash. Suggested-by: Jan Stary <hans@stare.cz>
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Factor out common test functionality to test/common.sh.in.Erik de Castro Lopo2013-09-171-26/+11
|
* Switch test scripts to bash.Erik de Castro Lopo2013-09-171-1/+1
|
* test/test_seeking.sh : Fix detection of Ogg support.Erik de Castro Lopo2013-09-151-5/+3
|
* test/ : Use new --no-error-on-compression-fail option as needed.Erik de Castro Lopo2013-08-011-3/+3
|
* Language fix: "difference licenses"Ulrich Klauer2013-05-271-1/+1
| | | | Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Reduce valgrind num-callers to 50Martijn van Beurden2013-04-221-6/+6
| | | | | | | My Valgrind doesn't run, saying it doesn't support showing more than 50 entries of a stack trace Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-021-2/+2
|
* Tweak MALLOC_PERTURB_ expression in tests.Erik de Castro Lopo2012-04-191-1/+1
|
* export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suiteCristian Rodríguez2012-04-191-0/+2
| | | | | That enables an special implementation that checks for common memory errors and will save us from a lot pain.
* Speed up the tests by testing slightly fewer combinations.Erik de Castro Lopo2012-02-261-1/+1
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* change default extension for ogg flac from .ogg to .oga (SF#1762492: ↵Josh Coalson2007-08-011-7/+7
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478)
* switch from --logfile-fd= to --log-fd= to match newer valgrind optionsJosh Coalson2007-06-201-3/+3
|
* add support for reading the raw pcm samples so that seeker can check that ↵Josh Coalson2007-06-161-6/+17
| | | | decoding resumes at the right place
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* add logging of command to valgrind logJosh Coalson2006-11-201-0/+3
|
* add argument to test_seeking to accept #samples in the input, to better ↵Josh Coalson2006-11-161-6/+9
| | | | evaluate whether or not seeking near/past end-of-stream
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-161-1/+1
|
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation ↵Josh Coalson2006-10-151-1/+0
| | | | still needs work
* merge down from merged-API-layer branch: cvs -q up -dP -j ↵Josh Coalson2006-09-131-24/+29
| | | | API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
* add configure options --disable-thorough-tests which breaks up testing into ↵Josh Coalson2006-05-251-3/+3
| | | | 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* only generate ogg files if flac is ogg-enabledJosh Coalson2005-09-031-3/+4
|
* fix: only do ogg-flac seeking tests if flac has ogg support built inJosh Coalson2005-02-011-8/+21
|
* add test_seeking runs for native FLAC files with total_samples=0 in the ↵Josh Coalson2005-01-261-0/+26
| | | | STREAMINFO
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* initial importJosh Coalson2004-11-091-0/+94