ladybird/Tests/LibAudio
kleines Filmröllchen 73a367a00a Tests: Refactor FLAC spec test to not use a TestCase subclass
The deallocation of the test cases at the very end happens through a
NonnullRefPtr<TestCase>, meaning the deallocation will assume the wrong
object size and trip up ASAN. Therefore, we cannot use a TestCase
subclass.

I also took this opportunity and made use of the new LoaderError
formatter.
2023-03-19 14:15:35 +00:00
..
CMakeLists.txt Meta+Tests: Allow running FLAC spec tests 2022-09-02 23:54:50 +01:00
TestFLACSpec.cpp Tests: Refactor FLAC spec test to not use a TestCase subclass 2023-03-19 14:15:35 +00:00