[glib: 1/9] tests: skip appmonitor test on win32
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/9] tests: skip appmonitor test on win32
- Date: Mon, 21 Mar 2022 12:19:27 +0000 (UTC)
commit e9d9edde824df1229bc5539610b98c98013e93aa
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Sat Jan 22 02:32:28 2022 +0400
tests: skip appmonitor test on win32
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
gio/tests/appmonitor.c | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/gio/tests/appmonitor.c b/gio/tests/appmonitor.c
index 725d91e5c..9db8c4dea 100644
--- a/gio/tests/appmonitor.c
+++ b/gio/tests/appmonitor.c
@@ -78,6 +78,11 @@ test_app_monitor (Fixture *fixture,
GAppInfoMonitor *monitor;
GMainLoop *loop;
+#ifdef G_OS_WIN32
+ g_test_skip (".desktop monitor on win32");
+ return;
+#endif
+
app_path = g_build_filename (fixture->applications_dir, "app.desktop", NULL);
/* FIXME: this shouldn't be required */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]