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 610255 - Self-test failure in git as of 2010-02-17: FAIL: gobject.sh
Self-test failure in git as of 2010-02-17: FAIL: gobject.sh
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.14
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-17 12:12 UTC by Simon Josefsson
Modified: 2010-02-17 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Josefsson 2010-02-17 12:12:19 UTC
I'm building GTK-DOC from git in order to submit some patches, and I noticed the self-tests aren't working right now (at least on my system).

Running 'make check' gives:

...
PASS: tools.sh
Running suite(s): gtk-doc-tester
tester-unused.txt:1:E: 1 unused documentation entries
66.7%: Checks 3, Failures: 1
FAIL: gobject.sh
...
========================================================================
1 of 6 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=gtk-doc
========================================================================

Can you reproduce this?

Thanks,
/Simon
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-17 12:56:22 UTC
yes, it fails as I have implemented some more reporting. There is some extra warning. It's nothing critical. I will comment out the declaration in the tests that cause this.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-17 13:09:51 UTC
commit 4d0755517cf93f941edc930d3aac2387416d6707
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Feb 17 15:06:44 2010 +0200

    tests: disable one declaration until we know how to handle that
    
    We handle public structs and enums differently.