update patch. archive/raspbian/4.12.3+ds-1+rpi1 raspbian/4.12.3+ds-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 26 Oct 2023 15:56:46 +0000 (15:56 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 26 Oct 2023 15:56:46 +0000 (15:56 +0000)
debian/patches/disable-a-couple-more-failing-tests.patch

index 4e1ac587bb6b8cc9756b5a5691ada5edddc8f1ce..ea07180b28263ac431aba51a78f94acb79fe50f8 100644 (file)
@@ -1,21 +1,16 @@
 From: Peter Michael Green <plugwash@raspbian.org>
-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),