search for: test_metaflac

Displaying 20 results from an estimated 46 matches for "test_metaflac".

2012 Mar 13
2
PATCH: Add test for metaflac --add-replay-gain
Erik ? ? Testing FLAC file with unknown metadata... OK ? ? ./test_metaflac.sh: line 450: syntax error near unexpected token `then' ? ? ./test_metaflac.sh: line 450: `? then' Do both /bin/bash and /bin/dash give exactly the same error message ? Earl ________________________________ From: Erik de Castro Lopo <mle+la at mega-nerd.com> To: flac-dev at xip...
2013 Apr 25
0
[PATCH] Add set -x to stop test_metaflac.sh
test_metaflac.sh wasn't aborting when replaygain values were incorrect because the die() function was embedded in a pipe. set -x was added so the script exits with a non-zero exit code when die is called in a pipe. --- test/test_metaflac.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_...
2012 Feb 26
3
PATCH: Add test for metaflac --add-replay-gain
...odelling of filter operation in scilab. Such a test would verify that the performance of the replay gain analyser is actually correct. There is only one test to verify handling of harmonics of the filter table sampling frequencies. Signed-off-by: Earl Chew <earl_chew at yahoo.com> --- ?test/test_metaflac.sh |?? 86 +++++++++++++++++++++++++++++++++++++++++++++++++ ?1 files changed, 86 insertions(+), 0 deletions(-) diff --git a/test/test_metaflac.sh b/test/test_metaflac.sh index 19f5a00..5b82f11 100755 --- a/test/test_metaflac.sh +++ b/test/test_metaflac.sh @@ -392,6 +392,92 @@ run_metaflac --remove...
2006 Aug 28
2
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
doing "make check" on flac-1.1.2, I get a segmentation fault ././test_metaflac.sh: line 51: 17370 Segmentation fault flac $* when running this portion of the test/test_metaflac.sh script: (set -x && run_metaflac --preserve-modtime --add-padding=12345 $flacfile) check_exit check_flac <---------------- where the segfault happens All other...
2013 Apr 21
0
[PATCH] Reduce valgrind num-callers to 50
My Valgrind doesn't run, saying it doesn't support showing more than 50 entries of a stack trace --- test/test_bins.sh | 4 ++-- test/test_flac.sh | 8 ++++---- test/test_grabbag.sh | 8 ++++---- test/test_libFLAC++.sh | 2 +- test/test_libFLAC.sh | 2 +- test/test_metaflac.sh | 12 ++++++------ test/test_seeking.sh | 12 ++++++------ test/test_streams.sh | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/test/test_bins.sh b/test/test_bins.sh index 65ba6e2..92d6693 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -52,8 +52,...
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...ot;ERROR writing pad byte to WAVE data chunk" : "ERROR writing pad byte to AIFF SSND chunk" Tom Tom Goetze <tgoetze@yahoo.com> wrote: Date: Wed, 30 Aug 2006 00:00:56 -0700 (PDT) From: Tom Goetze <tgoetze@yahoo.com> Subject: Re: [Flac-dev] test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed To: Josh Coalson <xflac@yahoo.com>, flac-dev@xiph.org Josh Coalson <xflac@yahoo.com> wrote: --- Tom Goetze wrote: > doing "make check" on flac-1.1.2, I get a segmentation fault > > ././test_m...
2006 Aug 29
0
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
--- Tom Goetze <tgoetze@yahoo.com> wrote: > doing "make check" on flac-1.1.2, I get a segmentation fault > > ././test_metaflac.sh: line 51: 17370 Segmentation fault flac > $* > > when running this portion of the test/test_metaflac.sh script: > > (set -x && run_metaflac --preserve-modtime --add-padding=12345 > $flacfile) > check_exit > check_flac <--------------...
2012 Apr 18
3
[PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
That enables an special implementation that checks for common memory errors and will save us from a lot pain. --- test/test_bins.sh | 2 ++ test/test_flac.sh | 2 ++ test/test_grabbag.sh | 2 ++ test/test_libFLAC++.sh | 2 ++ test/test_libFLAC.sh | 3 +++ test/test_metaflac.sh | 2 ++ test/test_seeking.sh | 2 ++ test/test_streams.sh | 2 ++ 8 files changed, 17 insertions(+), 0 deletions(-) diff --git a/test/test_bins.sh b/test/test_bins.sh index 55a0b8a..9b1fa0f 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -37,6 +37,8 @@ LD_LIBRARY_PATH=.....
2012 Mar 18
2
PATCH: Add test for metaflac --add-replay-gain
...> Testing FLAC replaygain 44100 (44100 x 1) ... OK > Testing FLAC replaygain 48000 (48000 x 1) ... OK > Testing FLAC replaygain 96000 (48000 x 2) ... OK > Testing FLAC replaygain 192000 (48000 x 4) ... OK Would you please place the copy of both the unpatched and patched version of the test_metaflac.sh with the problem in a *tar.gz or *zip file, and send it to me directly ? I am using: dash.i686??????????? 0.5.5.1-3.fc12 bash.i686??????????? 4.0.33-1.fc12 Earl ________________________________ From: Erik de Castro Lopo <mle+la at mega-nerd.com> To: flac-dev at xiph.org Cc: Earl...
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
...would only be approximate. However, 00:00:00 is _exact_ because > it denotes the start of the track, so allow it as a special case. This > allows metaflac_test.sh to pass. Thanks for this patch Earl, but unfortunately even with this patch in place (and the exit 0 I added the script removed), test_metaflac.sh still fails with: ? ? test case43: --import-cuesheet-from... ERROR: metadata does not match ? ? expected metaflac-test-files/case43-expect.meta Would be great if you could have another look at this. Cheers, Erik -- ---------------------------------------------------------------------- Erik...
2004 Sep 10
1
[Flac-users] FLAC 1.0.4 build issue
...oot? ERROR during test_libFLAC++ FAIL: ./test_libFLAC++.sh Generating stream... flac 1.0.4, Copyright (C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_metaflac.sh: line 43: 19767 Segmentation fault (core dumped) flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ERROR during generation FAIL: ./test_metaflac.sh Generating streams... Checking for --ogg support in fl...
2012 Mar 11
0
PATCH: Add test for metaflac --add-replay-gain
Earl Chew wrote: > There is only one test to verify handling of harmonics of the filter table > sampling frequencies. Earl, I've had a couple of attempts to get this patch working, without luck. With this patch applied, when i run the test_metaflac.sh script, I get: Testing FLAC file with unknown metadata... OK ./test_metaflac.sh: line 450: syntax error near unexpected token `then' ./test_metaflac.sh: line 450: ` then' It's basically barfing at this line: ? if [ -n "${ACTION##*:*}" ] ; then Not sure wher...
2004 Sep 10
1
[Flac-users] osx 1.0.4
...ng up to this (which I believe is where disk I/o begins?): Generating stream... flac 1.0.4, Copyright (C) 2000,2001,2002 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. ././test_metaflac.sh: line 43: 11820 Bus error flac --verify -0 --output-name=$flacfile --force-raw-format --endian=big --sign=signed --channels=1 --bps=8 --sample-rate=44100 $inputfile ERROR during generation FAIL: ./test_metaflac.sh Generating streams... Checking for --ogg support in flac... flac --o...
2012 Feb 03
0
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik, My working view has this as the last commit: commit 19e3918d4e35f4ab99e7fcc58c169025c576dd16 Author: David Schleef <ds at schleef.org> Date:?? Thu Aug 25 18:40:29 2011 -0700 ??? Fix md5 structure clearing in previous commit Using this, test_metaflac.sh runs cleanly with my cuesheet.c change. I set up another view using HEAD at git.xiph.org, and in this other view test_metaflac.sh fails. With my change in place, the failure is a mismatch between information stored in the golden file. --- metaflac-test-files/case43-expect.meta????? 2012-02-...
2012 Mar 12
2
PATCH: Add test for metaflac --add-replay-gain
...] PATCH: Add test for metaflac --add-replay-gain Earl Chew wrote: > There is only one test to verify handling of harmonics of the filter table > sampling frequencies. Earl, I've had a couple of attempts to get this patch working, without luck. With this patch applied, when i run the test_metaflac.sh script, I get: ? ? Testing FLAC file with unknown metadata... OK ? ? ./test_metaflac.sh: line 450: syntax error near unexpected token `then' ? ? ./test_metaflac.sh: line 450: `? then' It's basically barfing at this line: ? if [ -n "${ACTION##*:*}" ] ; then Not sure wher...
2012 Feb 14
3
Regain play analysis patches
...e fly, but that would either require > another program or script (eg Perl), Anything but Perl. I can write Perl but I can't read it :-). > or a dependence on an external toolkit such as sox. I'd be ok with requiring sox to run the test suite. > The tests increase the runtime of test_metaflac.sh from 11s to 15s > on my machine. Thats fine too. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2014 Nov 25
19
flac-1.3.1pre1
Hi all, As people may have seen there's a pre-release here: http://downloads.xiph.org/releases/flac/beta/ Specifically: flac-1.3.1pre1.tar.xz : The source code flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries Please test. I'm particularly interested in hearing about the windows binaries which were cross compiled from Linux to Windows. Unfortunately there is a bug
2014 Nov 25
0
flac-1.3.1pre1
...e # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson @@ -18,7 +18,7 @@ # restrictive of those mentioned above. See the file COPYING.Xiph in this # distribution. -source common.sh +. ./common.sh PATH=../src/test_libFLAC:$PATH PATH=../objs/$BUILD/bin:$PATH --- test_metaflac.sh Tue Nov 25 04:42:25 2014 +++ /home/hans/src/flac-1.3.1pre1/test/test_metaflac.sh Tue Nov 25 23:02:07 2014 @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh -e # FLAC - Free Lossless Audio Codec # Copyright (C) 2002-2009 Josh Coalson @@ -18,7 +18,7 @@ # restrictive of those mentioned above. Se...
2007 Sep 14
1
upcoming release, need help
...failed like the unit tests which are unfortunately not logged. could you try running them individually and see if there's a problem (they're relatively quick) $ cd test $ ./test_libFLAC.sh release && ./test_libFLAC++.sh release && ./test_flac.sh release && ./test_metaflac.sh release && ./test_seeking.sh release that will stop on the first error --- Avuton Olrich <avuton@gmail.com> wrote: > On 9/14/07, Josh Coalson <xflac@yahoo.com> wrote: > > checked in to CVS is what will be very close to the 1.2.1 release > > of flac schedul...
2013 Apr 25
2
Tests not aborting when appropriate
On 25-04-13 11:38, Erik de Castro Lopo wrote: > Lets see the patch first and then see if we can make it prettier. > > Erik Sure. Patch attached. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-set-x-to-stop-test_metaflac.sh.patch Type: text/x-patch Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130425/87c6fe42/attachment.bin