SerenityOS build: Saturday, September 03
Images 💾⌗
- serenity-i686-20220903-c91511b.img.gz (Raw image, 129.98 MiB)
- serenity-i686-20220903-c91511b.vdi.gz (VirtualBox VDI, 129.79 MiB)
Last commit ⭐⌗
commit c91511b883a4a342daecf447a0ca0f1ba0995b03
Author: kleines Filmröllchen <filmroellchen@serenityos.org>
AuthorDate: Mon Jul 25 13:28:16 2022 +0200
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Fri Sep 2 23:54:50 2022 +0100
Meta+Tests: Allow running FLAC spec tests
The FLAC "spec tests", or rather the test suite by xiph that exercises
weird FLAC features and edge cases, can be found at
https://github.com/ietf-wg-cellar/flac-test-files and is a good
challenge for our FLAC decoder to become more spec compliant. Running
these tests is similar to LibWasm spec tests, you need to pass
INCLUDE_FLAC_SPEC_TESTS to CMake.
As of integrating these tests, 23 out of 63 fail. :yakplus:
Other builds