summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/glib/files/glib-2.25-skip-tests-with-dbus-keyring.patch')
-rw-r--r--dev-libs/glib/files/glib-2.25-skip-tests-with-dbus-keyring.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/glib/files/glib-2.25-skip-tests-with-dbus-keyring.patch b/dev-libs/glib/files/glib-2.25-skip-tests-with-dbus-keyring.patch
new file mode 100644
index 0000000..baca1ec
--- /dev/null
+++ b/dev-libs/glib/files/glib-2.25-skip-tests-with-dbus-keyring.patch
@@ -0,0 +1,22 @@
+--- gio/tests/gdbus-peer.c.orig 2010-08-28 20:06:11.000000000 +0300
++++ gio/tests/gdbus-peer.c 2010-08-28 20:06:21.000000000 +0300
+@@ -1448,7 +1448,7 @@
+
+ g_test_add_func ("/gdbus/peer-to-peer", test_peer);
+ g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing);
+- g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp);
++ //g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp);
+ g_test_add_func ("/gdbus/credentials", test_credentials);
+ g_test_add_func ("/gdbus/overflow", test_overflow);
+
+--- gio/tests/gdbus-non-socket.c.orig 2010-08-28 20:36:52.000000000 +0300
++++ gio/tests/gdbus-non-socket.c 2010-08-28 20:37:02.000000000 +0300
+@@ -336,7 +336,7 @@
+ /* all the tests rely on a shared main loop */
+ loop = g_main_loop_new (NULL, FALSE);
+
+- g_test_add_func ("/gdbus/non-socket", test_non_socket);
++ //g_test_add_func ("/gdbus/non-socket", test_non_socket);
+
+ ret = g_test_run();
+