[glib/halfline/test-case-pipe-confusion: 15/15] Revert "tests: Temporarily disable desktop-app-info terminal test on FreeBSD"
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/halfline/test-case-pipe-confusion: 15/15] Revert "tests: Temporarily disable desktop-app-info terminal test on FreeBSD"
- Date: Tue, 18 Oct 2022 14:09:40 +0000 (UTC)
commit 471d834261720c145849d3dc82402215935e5f83
Author: Ray Strode <rstrode redhat com>
Date: Tue Oct 18 10:08:41 2022 -0400
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.
gio/tests/desktop-app-info.c | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c
index 0609a36418..f46217f086 100644
--- a/gio/tests/desktop-app-info.c
+++ b/gio/tests/desktop-app-info.c
@@ -1184,7 +1184,6 @@ test_id (void)
g_free (result);
}
-#if !defined(__FreeBSD__)
static const char *
get_terminal_divider (const char *terminal_name)
{
@@ -1211,15 +1210,10 @@ get_terminal_divider (const char *terminal_name)
g_return_val_if_reached (NULL);
}
-#endif
static void
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 ret;
const char *terminal_exec = data;
@@ -1347,7 +1341,6 @@ test_launch_uris_with_terminal (gconstpointer data)
g_clear_error (&error);
g_clear_list (&paths, NULL);
g_clear_list (&uris, g_free);
-#endif
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]