date test: Use g_test_skip(), not g_test_incomplete()cc9cfc75fc49069e5a5d887985dc94ca15a52972220/head
commitcc9cfc75fc49069e5a5d887985dc94ca15a52972
authorSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 16:57:46 +0000 (2 17:57 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 2 Aug 2018 16:57:46 +0000 (2 17:57 +0100)
tree6f223010ca670d6374f1754beee15fc0538a3c7a
parent7f5296d05536bbe93d2a6ae12cf4db215a0f4eea
date test: Use g_test_skip(), not g_test_incomplete()

g_test_skip() is appropriate for tests that can't run due to missing
functionality on the host system, whereas g_test_incomplete() is
for expected-to-fail tests for unimplemented functionality in the
code under test.

See also https://bugzilla.gnome.org/show_bug.cgi?id=793635 and
commit 5459b345.

Signed-off-by: Simon McVittie <smcv@collabora.com>
glib/tests/date.c