d/p/debian/Disable-clipboard-test.patch: Adjust for new version
authorSimon McVittie <smcv@debian.org>
Tue, 4 Jan 2022 15:53:16 +0000 (15:53 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 4 Jan 2022 15:53:16 +0000 (15:53 +0000)
debian/patches/debian/Disable-clipboard-test.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/debian/Disable-clipboard-test.patch b/debian/patches/debian/Disable-clipboard-test.patch
new file mode 100644 (file)
index 0000000..343ac1a
--- /dev/null
@@ -0,0 +1,25 @@
+From: Simon McVittie <smcv@debian.org>
+Date: Fri, 3 Sep 2021 15:08:08 +0100
+Subject: Disable clipboard test
+
+This regularly times out on buildds, but I can't reproduce the hang
+locally.
+
+Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4229
+Forwarded: no
+---
+ testsuite/gdk/meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build
+index e3b2e88..e54001a 100644
+--- a/testsuite/gdk/meson.build
++++ b/testsuite/gdk/meson.build
+@@ -12,7 +12,6 @@ clipboard_client = executable('clipboard-client',
+ tests = [
+   { 'name': 'array' },
+   { 'name': 'cairo' },
+-  { 'name': 'clipboard', 'parallel': false, },
+   { 'name': 'contentformats' },
+   { 'name': 'contentserializer' },
+   { 'name': 'cursor' },
index e5e9cd27c2efc3819ba65cf69cbdeb5be6da949d..232cfb1ea5bd22f6b9ae26eb5aaeb23b99039c1e 100644 (file)
@@ -3,4 +3,5 @@ reftests-Allow-minor-differences-to-be-tolerated.patch
 debian/Disable-web-fonts-for-now.patch
 debian/templates-Remove-html5shiv.patch
 debian/Skip-some-known-failing-tests-on-mips-family-architecture.patch
+debian/Disable-clipboard-test.patch
 debian/Stub-out-optimized-GResource-processing.patch