r40902 - in /desktop/experimental/glib2.0/debian: changelog patches/series patches/skip-broken-timer-test.patch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Mar 18 15:43:22 UTC 2014


Author: laney
Date: Tue Mar 18 15:43:22 2014
New Revision: 40902

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40902
Log:
test_timer_basic is still broken. Skip it.

Added:
    desktop/experimental/glib2.0/debian/patches/skip-broken-timer-test.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=40902&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Tue Mar 18 15:43:22 2014
@@ -1,3 +1,9 @@
+glib2.0 (2.39.92-2) UNRELEASED; urgency=medium
+
+  * test_timer_basic is still broken. Skip it.
+
+ -- Iain Lane <laney at debian.org>  Tue, 18 Mar 2014 13:52:50 +0000
+
 glib2.0 (2.39.92-1) experimental; urgency=medium
 
   * New upstream release.

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=40902&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Tue Mar 18 15:43:22 2014
@@ -17,3 +17,4 @@
 gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
 81-skip-monitor-test-on-non-linux.patch
 0001-timer-test-use-volatile-for-locals.patch
+skip-broken-timer-test.patch

Added: desktop/experimental/glib2.0/debian/patches/skip-broken-timer-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/skip-broken-timer-test.patch?rev=40902&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/skip-broken-timer-test.patch	(added)
+++ desktop/experimental/glib2.0/debian/patches/skip-broken-timer-test.patch	[utf-8] Tue Mar 18 15:43:22 2014
@@ -0,0 +1,16 @@
+Description: Skip test which performs some unreliable floating point comparisons
+Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=722604
+
+Index: b/glib/tests/timer.c
+===================================================================
+--- a/glib/tests/timer.c
++++ b/glib/tests/timer.c
+@@ -203,7 +203,7 @@
+ {
+   g_test_init (&argc, &argv, NULL);
+ 
+-  g_test_add_func ("/timer/basic", test_timer_basic);
++/*  g_test_add_func ("/timer/basic", test_timer_basic);*/
+   g_test_add_func ("/timer/stop", test_timer_stop);
+   g_test_add_func ("/timer/continue", test_timer_continue);
+   g_test_add_func ("/timer/reset", test_timer_reset);




More information about the pkg-gnome-commits mailing list