search for: case62

Displaying 4 results from an estimated 4 matches for "case62".

Did you mean: case2
2013 Apr 23
2
Tests not aborting when appropriate
...iting the *expect.meta files , make fullcheck ran all tests and said "All tests passed", but the output included this (this is the last tests from test_metaflac.sh) > [...] > test case60: --remove --block-type=PICTURE... OK > test case61: --import-picture-from... OK > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... awk: line 29: function > lshift never defined > ERROR, Expected -12.73 db instead of comment[1]: > REPLAYGAIN_TRACK_GAIN=-24601.00 dB > OK > [...] > T...
2013 Apr 24
0
Tests not aborting when appropriate
...e fullcheck ran all tests and said "All > tests passed", but the output included this (this is the last tests from > test_metaflac.sh) > > > [...] > > test case60: --remove --block-type=PICTURE... OK > > test case61: --import-picture-from... OK > > test case62: --import-picture-from... OK > > Testing FLAC file with unknown metadata... OK > > Testing FLAC replaygain 8000 (8000 x 1) ... awk: line 29: function > > lshift never defined That's an error in the awk script, which is embedded in the shell script. I know GNU awk supports l...
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 xiph.org Cc: Earl Chew
2012 Mar 18
2
PATCH: Add test for metaflac --add-replay-gain
Erik, I cannot reproduce the problem you see with either dash(1) or bash(1). > test case62: --import-picture-from... OK > Testing FLAC file with unknown metadata... OK > Testing FLAC replaygain 8000 (8000 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 11025 (11025 x 1) ... OK > Testing FLAC replaygain 12000 (12000 x 1) ... OK >...