mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-11 10:13:07 +02:00
Revert "tests: Temporarily disable desktop-app-info terminal test on FreeBSD"
Since we no longer require /proc for the desktop-app-info test, we can run it on FreeBSD again. This reverts commit 3235eee0e2c75f746f14f95e58220b95a74ad3a6.
This commit is contained in:
parent
4657e9bf60
commit
04c8a6bc61
@ -1184,7 +1184,6 @@ test_id (void)
|
|||||||
g_free (result);
|
g_free (result);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(__FreeBSD__)
|
|
||||||
static const char *
|
static const char *
|
||||||
get_terminal_divider (const char *terminal_name)
|
get_terminal_divider (const char *terminal_name)
|
||||||
{
|
{
|
||||||
@ -1211,15 +1210,10 @@ get_terminal_divider (const char *terminal_name)
|
|||||||
|
|
||||||
g_return_val_if_reached (NULL);
|
g_return_val_if_reached (NULL);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_launch_uris_with_terminal (gconstpointer data)
|
test_launch_uris_with_terminal (gconstpointer data)
|
||||||
{
|
{
|
||||||
#if defined(__FreeBSD__)
|
|
||||||
/* FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2781 */
|
|
||||||
g_test_skip ("/proc pipe sharing currently doesn’t work reliably on FreeBSD CI");
|
|
||||||
#else
|
|
||||||
int fd;
|
int fd;
|
||||||
int ret;
|
int ret;
|
||||||
int flags;
|
int flags;
|
||||||
@ -1373,7 +1367,6 @@ test_launch_uris_with_terminal (gconstpointer data)
|
|||||||
g_clear_error (&error);
|
g_clear_error (&error);
|
||||||
g_clear_list (&paths, NULL);
|
g_clear_list (&paths, NULL);
|
||||||
g_clear_list (&uris, g_free);
|
g_clear_list (&uris, g_free);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user