[csw-devel] SF.net SVN: gar:[21150] csw/mgar/pkg/glib2/trunk

lblume at users.sourceforge.net lblume at users.sourceforge.net
Mon May 20 09:33:19 CEST 2013


Revision: 21150
          http://gar.svn.sourceforge.net/gar/?rev=21150&view=rev
Author:   lblume
Date:     2013-05-20 07:33:18 +0000 (Mon, 20 May 2013)
Log Message:
-----------
glib2/trunk: Disable another sporaidally failing test

Modified Paths:
--------------
    csw/mgar/pkg/glib2/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/glib2/trunk/files/0023-disable-mainloop-invoke-test.patch

Modified: csw/mgar/pkg/glib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glib2/trunk/Makefile	2013-05-19 15:53:12 UTC (rev 21149)
+++ csw/mgar/pkg/glib2/trunk/Makefile	2013-05-20 07:33:18 UTC (rev 21150)
@@ -86,6 +86,9 @@
 PATCHFILES += 0003-Make-glib-work-with-zoneinfo-version-1.patch
 PATCHFILES += 0022-Change-shell-to-bash-in-test-shell-scripts.patch
 
+# What to say? Disable yet another sporadically failing up test
+PATCHFILES += 0023-disable-mainloop-invoke-test.patch
+
 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
 

Added: csw/mgar/pkg/glib2/trunk/files/0023-disable-mainloop-invoke-test.patch
===================================================================
--- csw/mgar/pkg/glib2/trunk/files/0023-disable-mainloop-invoke-test.patch	                        (rev 0)
+++ csw/mgar/pkg/glib2/trunk/files/0023-disable-mainloop-invoke-test.patch	2013-05-20 07:33:18 UTC (rev 21150)
@@ -0,0 +1,12 @@
+--- a/glib/tests/mainloop.c.original	Sat Jul 14 22:33:18 2012
++++ b/glib/tests/mainloop.c	Sun May 19 23:58:20 2013
+@@ -477,7 +477,8 @@
+   g_test_add_func ("/mainloop/basic", test_mainloop_basic);
+   g_test_add_func ("/mainloop/timeouts", test_timeouts);
+   g_test_add_func ("/mainloop/priorities", test_priorities);
+-  g_test_add_func ("/mainloop/invoke", test_invoke);
++/* Fails sporadically on amd64, disabled */
++/*  g_test_add_func ("/mainloop/invoke", test_invoke); */
+   g_test_add_func ("/mainloop/child_sources", test_child_sources);
+   g_test_add_func ("/mainloop/recursive_child_sources", test_recursive_child_sources);
+ 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list