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 793739 - Error: Too few tests run
Error: Too few tests run
Status: RESOLVED DUPLICATE of bug 790914
Product: glib
Classification: Platform
Component: build
2.54.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2018-02-22 23:45 UTC by abonnementspaul
Modified: 2018-02-23 14:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Unit tests output. (10.29 KB, text/x-log)
2018-02-22 23:45 UTC, abonnementspaul
Details

Description abonnementspaul 2018-02-22 23:45:10 UTC
Created attachment 368810 [details]
Unit tests output.

Hello,

While compiling glib 2.54.3, using the Arch building system, I get an error on the unit tests. 

The command run to run the tests is "make check".

For short, I think the compilation was successful, but something in the tests metadata is off, or a test failed and the following tests were not run.

I attached the log file, as the error message told me to.

Thank you.
Comment 1 Philip Withnall 2018-02-23 14:43:06 UTC
Relevant bit of the log:

ERROR: appinfo
==============

# random seed: R02Sf85a6dbca0e8f10eb17365347ac701fe
1..14
# Start of appinfo tests
ok 1 /appinfo/basic
PASS: appinfo 1 /appinfo/basic

(/home/myname/git/svn/packages/glib2/repos/core-x86_64/src/glib/gio/tests/.libs/lt-appinfo:316): GLib-GIO-WARNING **: couldn't find a terminal, falling back to xterm
ok 2 /appinfo/text
PASS: appinfo 2 /appinfo/text
../../tap-test : ligne 5 :   316 Trappe pour point d'arrêt et de trace              (core dumped)$1 -k --tap
# GLib-GIO-FATAL-WARNING: couldn't find a terminal, falling back to xterm
ERROR: appinfo - too few tests run (expected 14, got 2)
ERROR: appinfo - exited with status 133 (terminated by signal 5?)

Which means this is bug #790914, which was fixed in GLib 2.55.1.

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