[flac-dev] Anything else for Flac 1.3.0?
Martijn van Beurden
mvanb1 at gmail.com
Sun May 26 11:00:32 PDT 2013
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 one non-critical bug on MSVC and minGW that I didn't get
earlier because I didn't run fullcheck on Windows yet. In test_flac.sh,
I got this
> round-trip test (rt-8-8-111.wav->oggflac->oggflac->wav) encode...
> re-encode... decode... compare... OK
> round-trip test (rt-8-8-4777.wav->oggflac->oggflac->wav) encode...
> re-encode... decode... compare... OK
> testing --skip=# (encode) (raw<->flac)... OK
> testing --skip=mm:ss (encode) (raw<->flac)... OK
> testing --skip=mm:ss.sss (encode) (raw<->flac)... Type "flac" for a
> usage summary or "flac --help" for all options
> make[1]: Leaving directory `/home/Martijn/flac-ag/test'
When trying to do this by hand, I get this
> >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.
>
> ERROR: invalid value for --skip
> Type "flac" for a usage summary or "flac --help" for all options
Apparently there's something with the dot there that doesn't work in
Windows, because using skip with only minutes and seconds (and no
fraction) works.
I don't think this is critical enough to delay a release however.
More information about the flac-dev
mailing list