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 660843 - asyncqueue-test is broken
asyncqueue-test is broken
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gthread
unspecified
Other All
: Normal major
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 660747
 
 
Reported: 2011-10-03 23:23 UTC by Allison Karlitskaya (desrt)
Modified: 2011-10-04 02:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GAsyncQueue: properly set free function (996 bytes, patch)
2011-10-04 02:21 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2011-10-03 23:23:00 UTC
the asyncqueue-test in the toplevel tests/ directory was broken by the recent changes to GAsyncQueue between b17b02da796628afe7829f5e8929c7666eb54f31 and 3d814e7a2ae80f422889c5f830af7e26c1f88a02.
Comment 1 Allison Karlitskaya (desrt) 2011-10-04 02:21:53 UTC
Created attachment 198175 [details] [review]
GAsyncQueue: properly set free function

The copying of code from g_async_queue_new() to g_async_queue_new_full()
in ef08aa786bca87c520ef319b97df4b3ed0782233 copied the setting of the
free function to NULL (instead of the one passed in by the user).

Fix that up so that the test passes again.
Comment 2 Allison Karlitskaya (desrt) 2011-10-04 02:22:36 UTC
Attachment 198175 [details] pushed as 070aefc - GAsyncQueue: properly set free function