serenity/Tests/LibGfx
Andreas Kling 09780ba7a9 Tests/LibGfx: Actually test image decoders in TestImageDecoder
We were passing raw Gfx::Bitmap objects into the various image decoders
instead of encoded image data. This made all of them fail, but the test
expectations were set up in a way that aligned with this outcome.

With this patch, we now test the codecs for real. Except ICO, since we
don't have an ICO file handy. That's a FIXME.
2021-11-11 11:20:58 +01:00
..
BenchmarkGfxPainter.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
CMakeLists.txt Tests: Remove all file(GLOB) from CMakeLists in Tests 2021-09-02 09:08:23 +02:00
TestFontHandling.cpp Tests: Conform font tests to new font format 2021-09-19 00:58:59 +02:00
TestImageDecoder.cpp Tests/LibGfx: Actually test image decoders in TestImageDecoder 2021-11-11 11:20:58 +01:00