mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 23:29:16 +02:00
gio: Comment out a whole test
... instead of just commenting out the registration and leaving "unused function" warnings for gcc.
This commit is contained in:
parent
b92e2cd8f8
commit
b9a98a81da
@ -1083,6 +1083,7 @@ delayed_message_processing (void)
|
|||||||
|
|
||||||
/* ---------------------------------------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#ifdef BUG_631379_FIXED
|
||||||
static gboolean
|
static gboolean
|
||||||
nonce_tcp_on_authorize_authenticated_peer (GDBusAuthObserver *observer,
|
nonce_tcp_on_authorize_authenticated_peer (GDBusAuthObserver *observer,
|
||||||
GIOStream *stream,
|
GIOStream *stream,
|
||||||
@ -1284,6 +1285,7 @@ test_nonce_tcp (void)
|
|||||||
g_main_loop_quit (service_loop);
|
g_main_loop_quit (service_loop);
|
||||||
g_thread_join (service_thread);
|
g_thread_join (service_thread);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_credentials (void)
|
test_credentials (void)
|
||||||
@ -1458,8 +1460,9 @@ main (int argc,
|
|||||||
|
|
||||||
g_test_add_func ("/gdbus/peer-to-peer", test_peer);
|
g_test_add_func ("/gdbus/peer-to-peer", test_peer);
|
||||||
g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing);
|
g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing);
|
||||||
/* XXX bgo#631379
|
#ifdef BUG_631379_FIXED
|
||||||
* g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp); */
|
g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp);
|
||||||
|
#endif
|
||||||
g_test_add_func ("/gdbus/credentials", test_credentials);
|
g_test_add_func ("/gdbus/credentials", test_credentials);
|
||||||
g_test_add_func ("/gdbus/overflow", test_overflow);
|
g_test_add_func ("/gdbus/overflow", test_overflow);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user