Displaying 20 results from an estimated 1000 matches similar to: "Tests fail"
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
2013 Mar 14
4
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote:
>
> On 14.3.2013 9:37, Erik de Castro Lopo wrote:
> > Janne Hyv?rinen wrote:
> >
> >> The patch was made from the published pre2 version. It missed the MinGW
> >> changes that were applied to git version.
> > Patch applied. Thanks.
> >
> > Erik
>
> Unfortunately with this commit the LRN's patch from commit
2013 Mar 19
1
flac 1.3.0pre2 pre-release
I'd also like to note that this is happening for me with current HEAD
(619b43df36b725e11e12db768d558b1930a583b6).
On Mon, Mar 18, 2013 at 11:25 PM, Jaren Stangret <sirjaren at gmail.com> wrote:
> I've been trying to get the test suite cleaned up and even with the
> original "untouched" test suite via flac 1.3.0pre2, I'm getting a test
> suite failure.
>
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
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
2003 Apr 03
0
Call for papers
"CALL FOR PAPERS"
THE ISLAMIC SOCIETY IN SOUTH EAST ASIA CONFERENCE ON
STATISTICAL AND MATHEMATICAL SCIENCES
BANDUNG, 25 - 26 APRIL 2003
Fakultas Matematika dan Ilmu Pengetahuan Alam
Universitas Islam Bandung
Jalan Tamansari No. 1, Bandung 40116
Telepon +62 22 4203368 Ext. 136 or 135
Facsimile +62 22 4263895
E-mail: - fmipa_unisba at yahoo.com
- wanda at
2011 Nov 10
4
Maktabah Syamilah on wine
Hi, I'm one of ubuntu indonesian muslim users. The truth is; all of kind software piracy is forbidden in our religion, some people who care this rule get an OS migration. But there are a problem, the best Islamic software "Maktabah Syamilah" doesn't run perfectly, take a look at the screenshots!
This is maktabah syamilah on windows:
[Image: http://i44.tinypic.com/iqyo48.png ]
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 tests in
2006 Sep 07
1
test_metaflac fails in make check for flac 1.1.2 after --add-padding is performed
Josh,
I applied this patch and all the "make check" tests passed (but I do not have valgrind and I did not use --enable-exhaustive-tests during configure, so it isn't all the tests). Do you see anything suspicious about it?
--- flac-1.1.2.oldBuild/src/flac/decode.c 2005-01-24 20:13:46.000000000 -0800
+++ flac-1.1.2/src/flac/decode.c 2006-09-06 23:36:26.000000000 -0700
2013 Mar 21
2
flac 1.3.0pre2 pre-release
Jaren Stangret wrote:
> Testing the metadata-handling properties of flac-to-flac encoding...
> case00a... Files case00a-expect.meta and out.meta differ
> ERROR: metadata does not match expected case00a-expect.meta
> make: *** [fullcheck] Error 1
Last night I did a git bisect on this issue and this error arose
when I changed the version from "1.2.1" to "1.3.0pre1".
2006 Nov 07
2
build issues
BTW, I ran into a few issues building with recent cvs.
You might want to consider copying autogen.sh from one of the other xiph
codec projects and setting a proper minimum version in AUTOMAKE_OPTIONS.
The current one just breaks if it the default automake isn't the
appropriate version, but debian based systems (at least) often
have several versions installed in parallel. We have code to
2012 Feb 26
3
PATCH: Add test for metaflac --add-replay-gain
The test is rather simple, and only compares the computed output values for a 1kHz signal
at the known filter table sampling frequencies with previously obained golden values.
As such, the test only verifies that the performance of the replay
gain analyser has not changed.
A better test would be to compare the computed value with an independently
obtain theorectical value. This is possible by
2012 Feb 02
2
Fix cuesheet.c to allow metaflac_test.sh to run to completion
Erik,
I'll resync and have another look.
Earl
________________________________
From: Erik de Castro Lopo <mle+la at mega-nerd.com>
To: flac-dev at xiph.org
Cc: Earl Chew <earl_chew at yahoo.com>
Sent: Wednesday, February 1, 2012 10:30:21 PM
Subject: Re: [flac-dev] Fix cuesheet.c to allow metaflac_test.sh to run to completion
Earl Chew wrote:
> When reading the INDEX
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
2014 Nov 25
0
flac-1.3.1pre1
On Nov 25 00:43:22, mle+la at mega-nerd.com wrote:
> http://downloads.xiph.org/releases/flac/beta/
> Please test.
Running 'make fullcheck' fails for me like this:
$ pwd
/home/hans/src/flac-1.3.1pre1/test
$ make fullcheck
FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_libFLAC.sh
/bin/sh: ./test_libFLAC.sh: No such file or directory
*** Error 1 in
2014 Apr 30
2
make fullcheck fails: strtod/atof and locale
make fullcheck fails on my computer: flac cannot recognize --skip option
that contains decimal point, e.g. "--skip=1.234".
System locale uses comma as a separator, so strtod/atof expect comma, not point,
and "make fullcheck" fails.
Here's what I can see in FLAC source code:
atof() function found in:
file: src/share/grabbag/seektable.c
function:
2007 Sep 14
1
upcoming release, need help
the those logs look fine, maybe some other test 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 &&
2013 Apr 09
3
Check level not passed to tests
Hi all,
For testing a few mingw-builds I tried to use ./configure
--disable-thorough-testing (because testing in a virtual machine through
mingw isn't really fast) but it turned out this setting doesn't do
anything.
It turns out these configuration options aren't passed to the test
scripts at all. I do not fully understand how Makefiles or environment
variables work, but my
2006 Nov 09
3
Re: build issues
On Wed, Nov 08, 2006 at 05:28:39PM -0800, Josh Coalson wrote:
> which tests? for a little while there, test_seeking would fail
> because of an intermittent bug in the seek routine which has been
> fixed. test_flac and test_metaflac are currently failing because
> of mismatches in the vendor string that I mentioned before.
Ok, I updated to CVS as of this morning, and now only two of
2007 Sep 12
3
Two GCC warnings flags you should enable ASAP
Josh,
There are two GCC warning flags you should enable for all the
C code ASAP. From the gcc man page:
-Wmissing-prototypes (C only)
Warn if a global function is defined without a previous prototype
declaration. This warning is issued even if the definition itself
provides a prototype. The aim is to detect global functions that
fail to be declared in header files.