mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
mapping-test: Add debug spew
This might help figuring out why the test is failing in continuous.
This commit is contained in:
parent
84fd73b2fa
commit
de1c0722b9
@ -143,6 +143,7 @@ test_mapping (void)
|
|||||||
map = map_or_die (filename, TRUE);
|
map = map_or_die (filename, TRUE);
|
||||||
g_assert (g_mapped_file_get_length (map) == 3);
|
g_assert (g_mapped_file_get_length (map) == 3);
|
||||||
g_mapped_file_free (map);
|
g_mapped_file_free (map);
|
||||||
|
g_message ("test_mapping: ok");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -173,6 +174,7 @@ test_private (void)
|
|||||||
g_assert (strcmp (buffer, "ABC") == 0);
|
g_assert (strcmp (buffer, "ABC") == 0);
|
||||||
g_free (buffer);
|
g_free (buffer);
|
||||||
|
|
||||||
|
g_message ("test_private: ok");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -251,6 +253,8 @@ test_child_private (gchar *argv0)
|
|||||||
g_assert (len == 3);
|
g_assert (len == 3);
|
||||||
g_assert (strcmp (buffer, "ABC") == 0);
|
g_assert (strcmp (buffer, "ABC") == 0);
|
||||||
g_free (buffer);
|
g_free (buffer);
|
||||||
|
|
||||||
|
g_message ("test_child_private: ok");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user