search for: flac__test_level

Displaying 11 results from an estimated 11 matches for "flac__test_level".

2013 Apr 09
3
Check level not passed to tests
...rough 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 test/Makefile has the following lines FLAC__TEST_LEVEL = 0 FLAC__TEST_WITH_VALGRIND = no [...] TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=0 FLAC__TEST_WITH_VALRGIND=no However, when I added the following line at the bottom of test/test_streams.sh echo "Test level was $FLAC__TEST_LEVEL" the output I got was "Test level was 1". I traced...
2013 Apr 21
0
[PATCH] Re: Check level not passed to tests
...t) 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 test/Makefile has the following lines > > FLAC__TEST_LEVEL = 0 > FLAC__TEST_WITH_VALGRIND = no > [...] > TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=0 FLAC__TEST_WITH_VALRGIND=no > > However, when I added the following line at the bottom of > test/test_streams.sh > > echo "Test level was $FLAC__TEST_LEVEL" > > the output I...
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, line 39, it uses `date +%N` to get nanoseconds, which is uns...
2013 Apr 10
2
flac 1.3.0pre3 pre-release
...ignore it. The other patch is still good. >> Here's a patch to get working Unicode support for one forgotten print >> function in metaflac. > I've just verified these patches (the UTF-8 ones, not the long line > patch) work for both MSVC as well as MinGW, basic tests > (FLAC__TEST_LEVEL = 0) passed. I tested the MSVC build by replacing the > binaries of a directory I did the MinGW build in with the MSVC binaries > and running the tests again. Handling filenames with Cyrillic and Greek > characters finally (fully) works here with these patches, which is great! > > I...
2013 Apr 08
2
flac 1.3.0pre3 pre-release
On 8.4.2013 21:38, Janne Hyv?rinen wrote: > Friendly people on Hydrogenaudio found some bugs with the Unicode > printing code, so I was forced to make adjustments. > > While doing testing I noticed that long filenames cause printing bugs > on Linux too. If line length on status printing exceeded console > length it kept printing the same line over and over. > The patch I
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2013 Apr 10
0
flac 1.3.0pre3 pre-release
...patch is still good. >>> Here's a patch to get working Unicode support for one forgotten print >>> function in metaflac. >> I've just verified these patches (the UTF-8 ones, not the long line >> patch) work for both MSVC as well as MinGW, basic tests >> (FLAC__TEST_LEVEL = 0) passed. I tested the MSVC build by replacing the >> binaries of a directory I did the MinGW build in with the MSVC binaries >> and running the tests again. Handling filenames with Cyrillic and Greek >> characters finally (fully) works here with these patches, which is >&g...
2019 Jul 19
4
Prelease now available
Erik de Castro Lopo wrote: > Hopefull the final release candidate: > > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz > http://mega-nerd.com/tmp/flac-1.3.3rc3.tar.xz.asc I am assuming everyone was happy with that and that I can release a new version. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo
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/
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 /home/hans/src/flac-1.3.1pre1/test (Makefile:702 'fullcheck') $ ls -l ./test_libFLAC.sh -rwxr-xr-- 1 hans hans 1275 Nov 25 04:42 ./test_libFLAC.sh $ ./test_libFLAC.sh...
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