Drop patch marking the clipboard test flaky: applied upstream
authorJeremy Bícha <jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 12:04:21 +0000 (08:04 -0400)
committerJeremy Bícha <jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 19:44:23 +0000 (15:44 -0400)
debian/patches/debian/Disable-clipboard-test.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/debian/Disable-clipboard-test.patch b/debian/patches/debian/Disable-clipboard-test.patch
deleted file mode 100644 (file)
index 2ed09f5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-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 | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build
-index 98b57cb..71f955f 100644
---- a/testsuite/gdk/meson.build
-+++ b/testsuite/gdk/meson.build
-@@ -12,7 +12,9 @@ clipboard_client = executable('clipboard-client',
- tests = [
-   { 'name': 'array' },
-   { 'name': 'cairo' },
--  { 'name': 'clipboard', 'parallel': false, },
-+  { 'name': 'clipboard',
-+    'parallel': false,
-+    'suites': ['flaky'], },
-   { 'name': 'contentformats' },
-   { 'name': 'contentserializer' },
-   { 'name': 'cursor' },
index fc3f33fb0d76ea8698de159b3104e3fa05671d71..b395b6692967db1364f00307d5f686e65b7e868c 100644 (file)
@@ -3,7 +3,6 @@ Revert-build-Drop-the-install-tests-option.patch
 debian/reftest_compare_surfaces-Report-how-much-the-images-diffe.patch
 debian/reftests-Allow-minor-differences-to-be-tolerated.patch
 debian/Disable-inscription-markup.ui-reftest.patch
-debian/Disable-clipboard-test.patch
 debian/subprojects-Add-gst-player-1.0-as-subporject.patch
 debian/gstreamer-player-1.0-Do-not-install-it-if-it-s-a-subproje.patch
 debian/media-Use-gstplayer-from-meson-subproject.patch