[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#712848: FTBFS on kfreebsd-*: test-suite hangs and is killed after a timeout



The test-suite for glib2.0 fails to complete on kfreebsd-* as can be
seen at [1]. On both kfreebsd-amd64 and kfreebsd-i386 the test-suite is
killed after 150 min of inactivity.

We would appreciate any help and insight from the kfreebsd to fix those
failures on kfreebsd-*.

Some observations (kfreebsd-amd64):

* it hangs in /gdbus/proxy/async

when "commented out", the builds continues up to

/gdbus/codegen-peer-to-peer: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
FAIL
GTester: last random seed: R02Se8737fe1b38820e4006b87deae6daa93

* some failures might be due to new kqueue module
   Overview of changes from GLib 2.35.1 to 2.35.2
   GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)

Petr

--- gio/tests/gdbus-proxy.c
+++ gio/tests/gdbus-proxy.c
@@ -930,7 +930,9 @@
   g_test_add_func ("/gdbus/proxy", test_proxy);
   g_test_add_func ("/gdbus/proxy/no-properties", test_no_properties);
   g_test_add_func ("/gdbus/proxy/wellknown-noauto", test_wellknown_noauto);
+#ifndef __FreeBSD_kernel__
   g_test_add_func ("/gdbus/proxy/async", test_async);
+#endif

   ret = g_test_run();



Reply to: