search for: test_bin

Displaying 19 results from an estimated 19 matches for "test_bin".

Did you mean: test_bit
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 del...
2004 Sep 10
4
1.0 source candidate
--- Matt Zimmerman <mdz@debian.org> wrote: > On Fri, Jul 20, 2001 at 05:15:21PM -0700, Josh Coalson wrote: > > > I rethought it and it seemed like a bad idea to post > > a big file, so you can get it here: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 > > With the attached patch, a complete
2012 Apr 18
1
[PATCH 3/3] export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
On 18/04/12 09:08, Erik de Castro Lopo wrote: > Cristian Rodr?guez wrote: > >> 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...
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 fil...
2004 Sep 10
2
Enable the 3dnow function?
...efile:310: *** Recursive variable `TESTS_ENVIRONMENT' references itself (eventually). Stop. make[3]: Leaving directory `/home/lichvarm/tmp/flac/flac-test/test' make[2]: *** [check-am] Error 2 ... So i ran "make -f Makefile.lite release" in test directory. All have passed (except test_bins.sh, there was no test_files/bins/ directory). And it took 6 hours of CPU time, it is really exhaustive :). -- Miroslav Lichvar
2004 Sep 10
0
1.0 source candidate
...================================================== RCS file: /cvsroot/flac/flac/test/Makefile.am,v retrieving revision 1.6 diff -u -r1.6 Makefile.am --- test/Makefile.am 2001/07/18 23:42:07 1.6 +++ test/Makefile.am 2001/07/21 01:58:18 @@ -17,6 +17,10 @@ TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh +EXTRA_DIST = test_unit.sh \ + test_streams.sh \ + test_bins.sh + CLEANFILES = \ $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) $(wildcard *.wav) \ $(wildcard ../../test_files/bins/*.raw) \
2014 Nov 26
1
flac-1.3.1pre1
...tem (OpenBSD), which does not have bash, and doesn't seem to break anything on Debian Linux (3.2.0-4-amd64 #1 SMP Debian 3.2.63-2 x86_64). I am sorry if the above comments seemed rude. I genuinely don't think there is anything there that would warrant using a nonstandard shell. Jan --- test_bins.sh.orig Thu Nov 27 00:16:05 2014 +++ test_bins.sh Thu Nov 27 00:23:25 2014 @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh -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...
2014 Nov 25
2
flac-1.3.1pre1
Op 25-11-14 om 23:39 schreef Jan Stary: > Is there a reason the test scripts are calling bash? The change from sh to bash was made a little more than a year ago. The mailing list thread accompanying this change can be found here: http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html
2014 Nov 25
0
flac-1.3.1pre1
...OK, wrote 9004 bytes, ratio=0.112 ./test_replaygain.sh: line 85: mawk: command not found Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample The following tests pass fine: test_seeking.sh test_streams.sh test_compression.sh This is all on current OpenBSD/i386. Jan --- test_bins.sh Tue Nov 25 04:42:25 2014 +++ /home/hans/src/flac-1.3.1pre1/test/test_bins.sh Tue Nov 25 23:27:47 2014 @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh -e # FLAC - Free Lossless Audio Codec # Copyright (C) 2001-2009 Josh Coalson @@ -18,7 +18,7 @@ # restrictive of those mentioned above. See t...
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.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
2004 Sep 10
0
Enable the 3dnow function?
...erences > itself (eventually). Stop. > make[3]: Leaving directory `/home/lichvarm/tmp/flac/flac-test/test' > make[2]: *** [check-am] Error 2 > ... Oops, I'll fix that soon. > So i ran "make -f Makefile.lite release" in test directory. All have > passed (except test_bins.sh, there was no test_files/bins/ > directory). OK, I'll make it the default in 1.0.5 > And it took 6 hours of CPU time, it is really exhaustive :). Yeah, I've written up a lot more tests to get better coverage. About 30% of the code in flac is test code. Josh _________________...
2004 Sep 10
3
Enable the 3dnow function?
Ok, what about enabling the 3dnow function in libFLAC by default? I think time has shown the function is bugfree... :) -- Miroslav Lichvar
2004 Sep 10
2
Enable the 3dnow function?
...3]: Leaving directory `/home/lichvarm/tmp/flac/flac-test/test' > > make[2]: *** [check-am] Error 2 > > ... > > Oops, I'll fix that soon. fixed in CVS. > > So i ran "make -f Makefile.lite release" in test directory. All > have > > passed (except test_bins.sh, there was no test_files/bins/ > > directory). > > OK, I'll make it the default in 1.0.5 now the default. Josh __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
2004 Sep 10
1
problem compiling with gcc 3?
...ts failed because your run produced the exactly perfect data to trigger something and mine didn't. But if you get it every time that is less likely. If you get it every time in nearby test points it may be certain arguments, which you can find from streams.log. Also, if you get any errors on test_bins.sh they should be totally repeatable. I will try running them again just for kicks. Josh --- Asheesh Laroia <paulproteus@technologist.com> wrote: > Finally finished running the tests on my Athlon 1Ghz on a Mandrake > 8.1 box > with GCC 3.0.1. "All 2 tests passed". I c...
2004 Sep 10
5
1.0 candidate checked in
On Sat, Jul 21, 2001 at 04:06:14PM -0400, Matt Zimmerman wrote: > Argh. Maybe libtool will have to get involved after all. I'll work on it > this afternoon. I think I give up. automake and libtool assume that the compiler will be able to assemble stuff, and compilers don't generally understand NASM input. I don't like the strip_fPIC bit, since just about anything that could
2004 Sep 10
0
1.0 candidate checked in
...bitbuffer.h; I think the current version is correct. 3. Copied src/libFLAC/ia32/Makefile.am to src/libFLAC/ia32/Makefile.am.libtool-1.4b. The only difference is that Makefile.am.libtool-1.4b has --tag=CC and Makefile.am does not. 4. Added the check 'test -d $(BINS_PATH) || exit 77' to test/test_bins.sh 5. Generated all the Makefile.ins, and including a src/libFLAC/ia32/Makfile.in.libtool-1.4b. 6. 'Improved' the flac.sgml rule to fall back to docbook2man if there's no docbook-to-man (this should really be handled in configure.in). I hope this is all correct! I had do go back and...
2004 Sep 10
5
problem compiling with gcc 3?
there is a bug report that the resulting flac binary, when compiled with gcc3, is bad: http://sourceforge.net/tracker/index.php?func=detail&aid=488702&group_id=13478&atid=113478 I don't have a system to try this out on right away; can anyone verify or elaborate on that? Josh __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at
2004 Sep 10
2
1.0 candidate checked in
...rsion > is correct. > 3. Copied src/libFLAC/ia32/Makefile.am to > src/libFLAC/ia32/Makefile.am.libtool-1.4b. The only difference > is that Makefile.am.libtool-1.4b has --tag=CC and Makefile.am > does not. > 4. Added the check 'test -d $(BINS_PATH) || exit 77' to > test/test_bins.sh > 5. Generated all the Makefile.ins, and including a > src/libFLAC/ia32/Makfile.in.libtool-1.4b. > 6. 'Improved' the flac.sgml rule to fall back to docbook2man > if there's no docbook-to-man (this should really be handled > in configure.in). > > I hope this is...