mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
tests: skip test_tree on win32
Currently it simply crashes, because types == NULL. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
5f1bae1594
commit
7fa4999457
@ -344,8 +344,8 @@ test_tree (void)
|
|||||||
gchar **types;
|
gchar **types;
|
||||||
gsize i;
|
gsize i;
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) || defined(G_OS_WIN32)
|
||||||
g_test_skip ("The OSX backend does not implement g_content_type_guess_for_tree()");
|
g_test_skip ("The OSX & Windows backends do not implement g_content_type_guess_for_tree()");
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user