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 779641 - test_query_properties broken on i686
test_query_properties broken on i686
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks:
 
 
Reported: 2017-03-06 05:35 UTC by Jan Alexander Steffens (heftig)
Modified: 2017-03-06 09:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix setting properties on i686 (1013 bytes, patch)
2017-03-06 05:35 UTC, Jan Alexander Steffens (heftig)
committed Details | Review

Description Jan Alexander Steffens (heftig) 2017-03-06 05:35:14 UTC
Created attachment 347295 [details] [review]
[PATCH] Fix setting properties on i686

The general tests trap after a warning on i686:

GLib-GObject-WARNING **: g_object_set_valist: object class 'GDataQuery' has no property named '\xff\xff\xff\xff\xff\xff\xff\xff[\u0008\x97''

The attached patch fixes the problem.

Without the cast, an integer literal will have to wrong size for a
64-bit integer parameter.
Comment 1 Philip Withnall 2017-03-06 09:13:11 UTC
Review of attachment 347295 [details] [review]:

Good catch, thanks for the patch.