After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675088 - gio/tests/gdbus-proxy.c:test_async() is broken
gio/tests/gdbus-proxy.c:test_async() is broken
Status: RESOLVED DUPLICATE of bug 674805
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other Linux
: Normal normal
: ---
Assigned To: David Zeuthen (not reading bugmail)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-04-29 16:36 UTC by Dan Winship
Modified: 2012-04-29 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2012-04-29 16:36:25 UTC
The async test in gio/tests/gdbus-proxy.c kicks off a g_dbus_proxy_new_for_bus() call, but doesn't actually run a main loop and wait for it to complete.

Fixing that is trivial, but after doing so, the test doesn't pass:

/gdbus/proxy/async: **
ERROR:gdbus-proxy.c:221:test_properties: assertion failed (g_variant_get_byte (variant) == 1): (42 == 1)
Aborted
Comment 1 David Zeuthen (not reading bugmail) 2012-04-29 18:57:48 UTC
This was reported in bug 674805.

*** This bug has been marked as a duplicate of bug 674805 ***