search for: check_flac

Displaying 7 results from an estimated 7 matches for "check_flac".

2006 Aug 28
2
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...g "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 tests in 'make check' passed. I commented out this portion of the test script and got a failure in the next line. I also tried adding --dont-use-padding (since that was reported to be a previous workaround), but it...
2014 Nov 30
4
awk vs. mawk
...ks the precious pre-computed *GAIN values which we test against, right? It also leaves the test waves unremoved; this will go in a later version when I figure it out. Jan --- test_replaygain.sh.orig Fri Nov 28 18:15:11 2014 +++ test_replaygain.sh Sun Nov 30 14:17:39 2014 @@ -82,11 +82,9 @@ fi check_flac -if mawk ; then +if `which mawk >/dev/null 2>&1` ; then AWK=mawk else - # Really hope awk is not gawk, because the following AWK script doesn't - # work correctly with gawk 4.0.1 but did with earlier versions. AWK=awk fi @@ -95,41 +93,28 @@ else tonegenerator () { - #...
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
..."metaflac.flac") at main.c:1730 #4 0x0805c241 in do_it () at main.c:486 #5 0x0805ca7b in main (argc=4, argv=0xbffffa34) at main.c:284 And output of adding -x: options: -P 4096 -b 1152 -l 0 -q 0 -r 2,2 -V sh: Verify OK, wrote 554232 bytes, ratio=0.967 + chmod +w metaflac.flac + check_flac + run_flac --silent --test metaflac.flac + '[' xno = xyes ']' + flac --silent --test metaflac.flac ././test_metaflac.sh: line 51: 7636 Segmentation fault flac $* + die 'ERROR in metaflac.flac' + echo ERROR in metaflac.flac ERROR in metaflac.flac + exit 1 FAIL: ./test_m...
2006 Aug 29
0
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
...gmentation 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 tests in 'make check' passed. I commented out this portion > of the test script and got a failure in the next line. I also tried > adding --dont-use-padding (since that was reported to be a prev...
2014 Dec 03
0
awk vs. mawk
...e current script shifts the whole wave to the positive and feeds it to --sign=unsigned; why can't we just leave the wave as it is and feed it to --sign=signed? Jan --- test_replaygain.sh.orig Wed Dec 3 12:11:46 2014 +++ test_replaygain.sh Wed Dec 3 12:23:24 2014 @@ -81,34 +81,19 @@ fi check_flac - -if mawk ; then - AWK=mawk -else - # Really hope awk is not gawk, because the following AWK script doesn't - # work correctly with gawk 4.0.1 but did with earlier versions. - AWK=awk - fi - # Replay gain tests - Test the rates which have specific filter table entries # and verify that har...
2014 Dec 10
1
awk vs. mawk
...and feeds it to --sign=unsigned; why can't we just leave the wave > as it is and feed it to --sign=signed? > > > Jan > > > --- test_replaygain.sh.orig Wed Dec 3 12:11:46 2014 > +++ test_replaygain.sh Wed Dec 3 12:23:24 2014 > @@ -81,34 +81,19 @@ fi > > check_flac > > - > -if mawk ; then > - AWK=mawk > -else > - # Really hope awk is not gawk, because the following AWK script doesn't > - # work correctly with gawk 4.0.1 but did with earlier versions. > - AWK=awk > - fi > - > # Replay gain tests - Test the rates which ha...
2014 Dec 11
2
awk vs. mawk
...urrent script shifts the whole wave to the positive and feeds it to --sign=unsigned; why can't we just leave the wave as it is and feed it to --sign=signed? Jan --- ./test_replaygain.sh.orig Thu Dec 11 08:57:12 2014 +++ ./test_replaygain.sh Wed Dec 3 13:11:33 2014 @@ -81,34 +81,19 @@ fi check_flac - -if mawk ; then - AWK=mawk -else - # Really hope awk is not gawk, because the following AWK script doesn't - # work correctly with gawk 4.0.1 but did with earlier versions. - AWK=awk - fi - # Replay gain tests - Test the rates which have specific filter table entries # and verify that har...