summaryrefslogtreecommitdiff
path: root/glib/patches/0013-Disable-mainloop-child_sources-test.patch
blob: 24ecc981bfa77181887a9ccf6a08b3d2ee184909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From bcbe1d0233d7ee88f9b4b079ebd714a124002f0b Mon Sep 17 00:00:00 2001
From: Rafael Ostertag <rafi@opencsw.org>
Date: Sat, 25 Aug 2012 11:01:59 +0200
Subject: [PATCH] Disable mainloop/child_sources test

---
 glib/tests/mainloop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glib/tests/mainloop.c b/glib/tests/mainloop.c
index 98dfb40..d5c1051 100644
--- a/glib/tests/mainloop.c
+++ b/glib/tests/mainloop.c
@@ -478,7 +478,7 @@ main (int argc, char *argv[])
   g_test_add_func ("/mainloop/timeouts", test_timeouts);
   g_test_add_func ("/mainloop/priorities", test_priorities);
   g_test_add_func ("/mainloop/invoke", test_invoke);
-  g_test_add_func ("/mainloop/child_sources", test_child_sources);
+/*  g_test_add_func ("/mainloop/child_sources", test_child_sources); */
   g_test_add_func ("/mainloop/recursive_child_sources", test_recursive_child_sources);
 
   return g_test_run ();
-- 
1.7.11.3