summaryrefslogtreecommitdiff
path: root/glib/patches/0021-Disable-some-gapplication-tests.patch
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-11-26 15:58:51 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-11-26 15:58:51 +0400
commit41fd080e84fa3fe410cd63dd6ca9938a8b1ec61f (patch)
treec02517441a7e4ef5d248d9002f0b01045977b643 /glib/patches/0021-Disable-some-gapplication-tests.patch
parent64bde11ce70b75959179c6fb2e705d9acba21217 (diff)
downloadcibs-pkgs-41fd080e84fa3fe410cd63dd6ca9938a8b1ec61f.tar.gz
glib 2.32.4 with OpenCSW patches; now buildable only for 32
Diffstat (limited to 'glib/patches/0021-Disable-some-gapplication-tests.patch')
-rw-r--r--glib/patches/0021-Disable-some-gapplication-tests.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/glib/patches/0021-Disable-some-gapplication-tests.patch b/glib/patches/0021-Disable-some-gapplication-tests.patch
new file mode 100644
index 0000000..de9cfba
--- /dev/null
+++ b/glib/patches/0021-Disable-some-gapplication-tests.patch
@@ -0,0 +1,28 @@
+From 2b24dcc16f1ba9d422cc285c7439ee9b240de924 Mon Sep 17 00:00:00 2001
+From: Rafael Ostertag <raos@opencsw.org>
+Date: Sun, 26 Aug 2012 20:45:23 +0200
+Subject: [PATCH] Disable some gapplication/* tests
+
+---
+ gio/tests/gapplication.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
+index a83411c..4192a59 100644
+--- a/gio/tests/gapplication.c
++++ b/gio/tests/gapplication.c
+@@ -435,9 +435,9 @@ main (int argc, char **argv)
+ g_test_add_func ("/gapplication/no-dbus", test_nodbus);
+ g_test_add_func ("/gapplication/basic", basic);
+ /* g_test_add_func ("/gapplication/non-unique", test_nonunique); */
+- g_test_add_func ("/gapplication/properties", properties);
++/* g_test_add_func ("/gapplication/properties", properties);*/
+ g_test_add_func ("/gapplication/app-id", appid);
+- g_test_add_func ("/gapplication/quit", test_quit);
++/* g_test_add_func ("/gapplication/quit", test_quit);*/
+ g_test_add_func ("/gapplication/actions", test_actions);
+
+ return g_test_run ();
+--
+1.7.11.3
+