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 735358 - tests: fix regression in gdbus test with dbus 1.8.6.
tests: fix regression in gdbus test with dbus 1.8.6.
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2014-08-25 07:48 UTC by darkxst
Modified: 2014-08-25 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: fix regression in gdbus test with dbus 1.8.6. (917 bytes, patch)
2014-08-25 07:48 UTC, darkxst
committed Details | Review

Description darkxst 2014-08-25 07:48:12 UTC
With dbus 1.8.6 gdbus test are failing in the Ubuntu buildd. It seems the session bus is
gone by the time the gdbus test runs. removing the --exit-with-session from dbus-launch
fixes this.
Comment 1 darkxst 2014-08-25 07:48:15 UTC
Created attachment 284378 [details] [review]
tests: fix regression in gdbus test with dbus 1.8.6.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-08-25 11:04:33 UTC
Review of attachment 284378 [details] [review]:

OK.
Comment 3 darkxst 2014-08-25 11:19:33 UTC
Attachment 284378 [details] pushed as c11d025 - tests: fix regression in gdbus test with dbus 1.8.6.