r31495 - in /desktop/experimental/glib2.0/debian: changelog patches/98-disable-two-more-GDBus-tests-using-fork.patch patches/series

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu Nov 17 22:16:50 UTC 2011


Author: sjoerd
Date: Thu Nov 17 22:16:49 2011
New Revision: 31495

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31495
Log:
* debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
  - Added. Disable gdbus test which use GMainContext over a fork, see
    https://bugzilla.gnome.org/show_bug.cgi?id=658999 for more details

Added:
    desktop/experimental/glib2.0/debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=31495&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Thu Nov 17 22:16:49 2011
@@ -1,3 +1,11 @@
+glib2.0 (2.30.2-3) UNRELEASED; urgency=low
+
+  * debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
+    - Added. Disable gdbus test which use GMainContext over a fork, see
+      https://bugzilla.gnome.org/show_bug.cgi?id=658999 for more details
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 17 Nov 2011 22:15:50 +0000
+
 glib2.0 (2.30.2-2) experimental; urgency=low
 
   * debian/patches/95-gmain-get-rid-of-poll_waiting.patch:

Added: desktop/experimental/glib2.0/debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch?rev=31495&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch (added)
+++ desktop/experimental/glib2.0/debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch [utf-8] Thu Nov 17 22:16:49 2011
@@ -1,0 +1,44 @@
+From 8d2c14401db67f647bcbcab2d22c02a0728dfceb Mon Sep 17 00:00:00 2001
+From: David Zeuthen <davidz at redhat.com>
+Date: Wed, 5 Oct 2011 10:56:11 -0400
+Subject: [PATCH] GDBus: disable two more GDBus tests using fork()
+
+Signed-off-by: David Zeuthen <davidz at redhat.com>
+---
+ gio/tests/gdbus-proxy.c |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/gio/tests/gdbus-proxy.c b/gio/tests/gdbus-proxy.c
+index 975a9ac..2e280fc 100644
+--- a/gio/tests/gdbus-proxy.c
++++ b/gio/tests/gdbus-proxy.c
+@@ -441,6 +441,7 @@ test_bogus_method_return (GDBusProxy *proxy)
+   g_assert (result == NULL);
+ }
+ 
++#if 0 /* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999 */
+ static void
+ test_bogus_signal (GDBusProxy *proxy)
+ {
+@@ -516,6 +517,7 @@ test_bogus_property (GDBusProxy *proxy)
+   _g_assert_signal_received (proxy, "g-properties-changed");
+   g_dbus_proxy_set_interface_info (proxy, old_iface_info);
+ }
++#endif /* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999 */
+ 
+ /* ---------------------------------------------------------------------------------------------------- */
+ 
+@@ -565,8 +567,10 @@ test_expected_interface (GDBusProxy *proxy)
+ 
+   /* And also where we deliberately set the expected interface definition incorrectly */
+   test_bogus_method_return (proxy);
++  /* Disabled: see https://bugzilla.gnome.org/show_bug.cgi?id=658999
+   test_bogus_signal (proxy);
+   test_bogus_property (proxy);
++  */
+ 
+   /* Also check that we complain if setting a cached property of the wrong type */
+   if (g_test_trap_fork (0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR))
+-- 
+1.7.7.3
+

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=31495&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series [utf-8] Thu Nov 17 22:16:49 2011
@@ -7,3 +7,4 @@
 95-gmain-get-rid-of-poll_waiting.patch
 96-fix-one-bit-mutex-test-on-some-platforms.patch
 97-silence-compiler-warnings.patch
+98-disable-two-more-GDBus-tests-using-fork.patch




More information about the pkg-gnome-commits mailing list