r44084 - /desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Tue Jan 20 12:55:50 UTC 2015
Author: laney
Date: Tue Jan 20 12:55:50 2015
New Revision: 44084
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44084
Log:
Oops, fix refresh
Modified:
desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
Modified: desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch?rev=44084&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch [utf-8] Tue Jan 20 12:55:50 2015
@@ -6,16 +6,16 @@
===================================================================
--- a/gio/tests/socket.c
+++ b/gio/tests/socket.c
-@@ -1447,6 +1447,9 @@
+@@ -1447,7 +1447,9 @@
g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped);
#endif
g_test_add_func ("/socket/close_graceful", test_close_graceful);
+#if !defined(__arm__)
-+ g_test_add_func ("/socket/timed_wait", test_timed_wait);
+ g_test_add_func ("/socket/timed_wait", test_timed_wait);
+#endif
- g_test_add_func ("/socket/timed_wait", test_timed_wait);
g_test_add_func ("/socket/fd_roundtrip", test_fd_roundtrip);
g_test_add_func ("/socket/address", test_sockaddr);
+ #ifdef G_OS_UNIX
Index: b/glib/tests/mainloop.c
===================================================================
--- a/glib/tests/mainloop.c
More information about the pkg-gnome-commits
mailing list