diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-04 14:17:53 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-04 14:17:53 +0100 |
commit | 1b012fcb045b492580be5f33bc751537c7966dae (patch) | |
tree | c025378e1da0d13ff6e1e4958e49c45e7187018a /dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch | |
parent | sys-apps/portage-3.0.10.3-r1: use correct multiprocessing patch (diff) | |
download | prefix-test-sam.tar.gz prefix-test-sam.tar.bz2 prefix-test-sam.zip |
dev-libs/glib: try to sync somewhat with gx86test-sam
- glib-2.56.2: old, no longer in gx86, add python 3.8 and 3.9 to
supported versions, not really changing anything, used in tests only,
will allow depcleaning python 3.7 on Prefix systems though
- glib-2.66.2: latest, but meson/ninja based, of course completely
broken, needs work, de-keyworded for now
Package-Manager: Portage-3.0.10.3-prefix, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch')
-rw-r--r-- | dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch b/dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch new file mode 100644 index 0000000000..d1a41ecb79 --- /dev/null +++ b/dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch @@ -0,0 +1,32 @@ +From 95b22035f6151ab465c37fe5e3e340713cb74e23 Mon Sep 17 00:00:00 2001 +From: Matt Turner <mattst88@gmail.com> +Date: Tue, 24 Mar 2020 18:44:54 -0700 +Subject: [PATCH] Mark gdbus-server-auth test flaky + +See https://gitlab.gnome.org/GNOME/glib/-/issues/1954 +--- + gio/tests/meson.build | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/gio/tests/meson.build b/gio/tests/meson.build +index 788cf978b..7f45d0191 100644 +--- a/gio/tests/meson.build ++++ b/gio/tests/meson.build +@@ -122,12 +122,13 @@ if dbus1_dep.found() + }, + 'gdbus-server-auth' : { + 'dependencies' : [dbus1_dep], ++ 'suite' : ['flaky'], + }, + } + else + # We can build a cut-down version of this test without libdbus + gio_tests += { +- 'gdbus-server-auth' : {}, ++ 'gdbus-server-auth' : {'suite' : ['flaky']}, + } + endif + +-- +2.24.1 + |