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 777393 - Test suite does not succeed on OSX
Test suite does not succeed on OSX
Status: RESOLVED DUPLICATE of bug 752468
Product: gobject-introspection
Classification: Platform
Component: build
1.51.x
Other Mac OS
: Normal minor
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-01-17 13:47 UTC by Peter Williams
Modified: 2017-04-02 21:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Williams 2017-01-17 13:47:56 UTC
Not all of the g-i tests pass when run on OSX, at least on Sierra. The problems that I'm seeing are the same as in this GitHub Gist: https://gist.github.com/anonymous/45a725625ab84e24cbab . Some of the scanner tests fail with this class of output differences:

- shared-library="libregress.so"
+ shared-library="/unused/libregress.dylib"

The build step sets "/unused" as an RPATH, so that's where that bit is probably coming from.
Comment 1 Philip Chimento 2017-04-02 21:13:29 UTC
I have some patches waiting for review on another bug.

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