search for: fullcheck

Displaying 20 results from an estimated 35 matches for "fullcheck".

Did you mean: nullcheck
2015 Feb 22
2
make fullcheck fails
fullcheck target was removed from test/Makefile.am, but not from <root>/Makefile.am. So `make fullcheck' fails with the following message: ... *** No rule to make target `fullcheck'. Stop. ...
2015 Feb 23
1
make fullcheck fails
Erik de Castro Lopo wrote: > The fullcheck target was dumped because the extra tests in that target > were pulled into the regular 'make check' target. My point was that Makefile.am in the root folder still have fullcheck target. So it make sense either to remove it from this file: diff --git a/Makefile.am b/Makefile.am index...
2013 May 26
2
Anything else for Flac 1.3.0?
I have also run a `make fullcheck` on Mac OS X 10.8. Only one test fails: FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_grabbag.sh ./test_grabbag.sh: line 39: 1N: value too great for base (error token is "1N") make[1]: *** [fullcheck] Error 1 make: *** [fullcheck] Error 2 The cause is that in test_grabbag.sh, li...
2015 Feb 23
0
make fullcheck fails
lvqcl wrote: > fullcheck target was removed from test/Makefile.am, but not from > <root>/Makefile.am. So `make fullcheck' fails with the following message: > > ... > *** No rule to make target `fullcheck'. Stop. The fullcheck target was dumped because the extra tests in that target were pulled...
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() fu...
2008 Apr 21
1
R-2.7.0 RC (2008-04-20 r45403) fails fullcheck
A strange thing happened. After installing the most recent RC version of 2.7 (2008-04-20 r45403) I compiled it as usual with no errors. After installing it I ran "make fullcheck". I got as far as testing recommended packages and I got the following: ... -------- Testing package foreign -------- Running examples in 'foreign-Ex.R' ... Comparing `foreign-Ex.Rout' to `foreign-Ex.Rout.prev' ...OK Running specific tests Running `S3.R' Comparing `S3...
2002 Sep 18
1
problem with make fullcheck on Sparc Solaris 8
...een trying out R-1.6.0 tarballs (2002-9-10 and 2002-9-17) on: arch sparc os solaris2.8 system sparc, solaris2.8 status beta major 1 minor 6.0 year 2002 month 09 day 17 language R As you see form above, R-1.6.0 compiles fine and works. However, when I "make fullcheck" I get the following error: running code in 'tools-Ex.R' ... OK running code in 'ts-Ex.R' ... OK running code in 'survival-Ex.R' ...bash: survival-Ex.R: No such file or directory mv: cannot access survival-Ex.Rout *** Error code 2 make: Fatal error: Command failed for...
2013 May 26
5
Anything else for Flac 1.3.0?
Hi all, In my latest commit I have updated all version strings and copyright dates. I am now going to do a little testing (and encourage anyone else to do the same) and hopefully release in the next day or so. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2013 Apr 23
2
Tests not aborting when appropriate
Hi, I was running make fullcheck when I found something weird. After editing 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:...
2002 Sep 10
9
R 1.6.0 beta
...aily, although some days might be skipped if the build script fails. We now bundle the recommended packages with the base sources. -------------- The procedure for building and testing everything can be as simple as <unpack sources> cd R-1.6.0 ./configure && make && make fullcheck (Make fullcheck can take a long time, especially in the boot and nlme packages). The current version in known to pass the checks for our Linux/x86 systems but has two known problems on Solaris/gcc: An optimizer bug in gcc 3.0.3 causing "cluster" to fail in mona.f and a convergence issu...
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 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". Obvioulsy the test shouldn't have failed just because the version string changed :-). Erik -- ------------------------------------------------...
2014 Nov 23
3
New release
I can confirm git head builds and passes /make fullcheck/ (skipping the noise part of test_streams.sh) on - armv6-linux (Raspbian), GCC 4.6 & GCC 4.8 - i686-pc-mingw32, GCC 4.8.1 - MSVC 2005 Express 32-bit (make fullcheck with MinGW) - MSVC 2013 Express 32-bit (make fullcheck with MinGW) Furthermore, I've also ran the test_streams.sh of FLAC 1....
2013 Mar 19
1
flac 1.3.0pre2 pre-release
...g --enable-thorough-tests > --enable-exhaustive-tests --disable-valgrind-testing --disable-static > --disable-dependency-tracking --disable-debug --enable-sse --disable-3dnow > --disable-altivec --disable-doxygen-docs --disable-xmms-plugin > --enable-cpplibs --enable-ogg > > *make fullcheck:* > This test fails with 'test_flac.sh': > > Testing --keep-foreign-metadata... > round-trip test (wacky1.wav) encode... NOTE: --keep-foreign-metadata is a > new feature; make sure to test the output file before deleting the original. > decode... NOTE: --keep-foreign-metad...
2014 Nov 23
7
New release
Hi all, I've been notified of a CVE to be publish against FLAC early next week. I have a patch for it and have thoroughly tested it as well as had it verified by the Google Security Team member who found it. I've been asked not to publish that patch until Tuesday. Once I publis the patch, I like to release FLAC 1.3.1 immediately and would therefore like to make sure that all the
2013 Apr 24
0
Tests not aborting when appropriate
Martijn van Beurden wrote: > I was running make fullcheck when I found something weird. After editing > 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=P...
2013 May 26
0
Anything else for Flac 1.3.0?
On 26-05-13 11:33, Erik de Castro Lopo wrote: > [...] > I am now going to do a little testing (and encourage anyone else to do > the same) and hopefully release in the next day or so. I've ran make fullcheck on - x86_64-linux-gnu - arm-linux-gnueabihf (Raspbian) - i686-pc-mingw32 - MSVC 2012 (tested by replacing binaries built with i686-pc-mingw32 and running test again) All tests passed, except the thing mentioned below. When disabling the checks for --skip and --until, it passes. I've found o...
2013 May 26
2
Anything else for Flac 1.3.0?
Martijn van Beurden wrote: >> >flac.exe -d "C:\Users\Martijn\Music\file.flac" --skip=00:01.11 >> >> flac 1.3.0, Copyright (C) 2000-2013 Josh Coalson & Xiph.Org Foundation >> flac comes with ABSOLUTELY NO WARRANTY. This is free software, and >> you are welcome to redistribute it under certain conditions. Type >> `flac' for details.
2014 Mar 03
1
[PATCH] Repair cuesheet tests
Hi, Running make fullcheck was broken here, and I found out it has been that way since commit 1d3d50 which changed from the sheel from /bin/sh to /bin/bash -e. There are a few cuesheet tests that are designed to fail, which made /bin/bash -e trigger a non-zero exit status. Attached is a patch to fix this. --------------...
2013 Apr 09
3
Check level not passed to tests
...e how to fix this. This is probably also the case for $FLAC__TEST_WITH_VALGRIND While going trough test/Makefile, I found this # This is the full test suite, but only works correctly in-tree. # In particular test_grabbag.sh, test_flac.sh and test_metaflac.sh will not # run correctly out-of-tree. fullcheck: $(check_SCRIPTS) ./test_libFLAC.sh ./test_libFLAC++.sh ./test_grabbag.sh [...]