tests: FreeBSD doesn't use glibc

FreeBSD has its own libc implementation. It is maintained as a part of
the operating system, not a copy of glibc.
This commit is contained in:
Ting-Wei Lan 2024-09-27 11:37:34 +08:00
parent 0012d1921d
commit 095fd5a06b

View File

@ -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
* 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. */
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
* 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. */
if (!g_test_subprocess ())
{