mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
Merge branch 'wip/lantw/tests-FreeBSD-doesn't-use-glibc' into 'main'
tests: FreeBSD doesn't use glibc See merge request GNOME/glib!4310
This commit is contained in:
@@ -531,7 +531,7 @@ test_cancellable_disconnect_on_cancelled_callback_hangs (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Run the test in a subprocess. While we can get away with deadlocking a
|
/* Run the test in a subprocess. While we can get away with deadlocking a
|
||||||
* specific thread on Linux, the glibc on FreeBSD manages to detect the
|
* specific thread on Linux, the libc on FreeBSD manages to detect the
|
||||||
* deadlock and aborts the whole test process. */
|
* deadlock and aborts the whole test process. */
|
||||||
if (!g_test_subprocess ())
|
if (!g_test_subprocess ())
|
||||||
{
|
{
|
||||||
@@ -626,7 +626,7 @@ test_cancellable_reset_on_cancelled_callback_hangs (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Run the test in a subprocess. While we can get away with deadlocking a
|
/* Run the test in a subprocess. While we can get away with deadlocking a
|
||||||
* specific thread on Linux, the glibc on FreeBSD manages to detect the
|
* specific thread on Linux, the libc on FreeBSD manages to detect the
|
||||||
* deadlock and aborts the whole test process. */
|
* deadlock and aborts the whole test process. */
|
||||||
if (!g_test_subprocess ())
|
if (!g_test_subprocess ())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user