From: Peter Michael Green Date: Thu, 26 Oct 2023 15:56:46 +0000 (+0000) Subject: update patch. X-Git-Tag: raspbian/4.12.3+ds-1+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df70c6aa7a28e9c4818653734a1ee0f01cc9f6a5;p=gtk4.git update patch. --- diff --git a/debian/patches/disable-a-couple-more-failing-tests.patch b/debian/patches/disable-a-couple-more-failing-tests.patch index 4e1ac587bb..ea07180b28 100644 --- a/debian/patches/disable-a-couple-more-failing-tests.patch +++ b/debian/patches/disable-a-couple-more-failing-tests.patch @@ -1,21 +1,16 @@ From: Peter Michael Green -Date: Thu, 19 Jan 2023 23:31:24 +0000 -X-Dgit-Generated: 4.8.3+ds-1+rpi1 f82f5d8de40e6e52679b0cd340135cc98e043737 Subject: Disable a couple more failing tests. - ---- - diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build -index 582bce6fb8..9ee118a49a 100644 +index 54ede78118..2fdedd3278 100644 --- a/testsuite/tools/meson.build +++ b/testsuite/tools/meson.build @@ -5,7 +5,7 @@ bash = find_program('bash', required : false) if bash.found() test_env = environment() -- foreach t : ['simplify', 'simplify-3to4', 'validate', 'settings'] -+ foreach t : ['validate', 'settings'] +- foreach t : ['simplify', 'simplify-3to4', 'validate', 'enumerate', 'settings'] ++ foreach t : ['validate', 'enumerate', 'settings'] if get_option('install-tests') configure_file(output: t, input: '@0@.in'.format(t),