Merge branch 'skip-debug-only-tests' into 'main'

testsuite: Make tests not fail in !debug builds

Closes #2656

See merge request GNOME/glib!2699
This commit is contained in:
Philip Withnall 2022-05-28 19:53:22 +00:00
commit 04803944a3

View File

@ -122,6 +122,11 @@ test_object_constructor_infanticide (void)
GObject *obj;
int i;
#ifndef G_ENABLE_DEBUG
g_test_skip ("skip tests that rely on debug-only warnings");
return;
#endif
g_test_bug ("https://bugzilla.gnome.org/show_bug.cgi?id=661576");
for (i = 0; i < 1000; i++)