1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Disable tests breaking with PNG 3 behaviour
Author: Andrea Pappacoda <andrea@pappacoda.it>
Bug: https://github.com/randy408/libspng/issues/276
Bug-Debian: https://bugs.debian.org/1099244
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: not-needed
Last-Update: 2025-03-04
--- libspng-0.7.4.orig/tests/images/meson.build
+++ libspng-0.7.4/tests/images/meson.build
@@ -45,8 +45,6 @@ test('cdfn2c08', test_exe, args: files('
test('cdhn2c08', test_exe, args: files('cdhn2c08.png'))
test('cdsn2c08', test_exe, args: files('cdsn2c08.png'))
test('cdun2c08', test_exe, args: files('cdun2c08.png'))
-test('ch1n3p04', test_exe, args: files('ch1n3p04.png'))
-test('ch2n3p08', test_exe, args: files('ch2n3p08.png'))
test('cm0n0g04', test_exe, args: files('cm0n0g04.png'))
test('cm7n0g04', test_exe, args: files('cm7n0g04.png'))
test('cm9n0g04', test_exe, args: files('cm9n0g04.png'))
|