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 504499 - Messages from check no longer contain the test case name
Messages from check no longer contain the test case name
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-19 17:52 UTC by Peter Kjellerstedt
Modified: 2007-12-20 09:21 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Correctly report check test names again (2.21 KB, patch)
2007-12-19 17:54 UTC, Peter Kjellerstedt
committed Details | Review

Description Peter Kjellerstedt 2007-12-19 17:52:33 UTC
Please describe the problem:
When running make check, the messages from check are supposed to contain the test case name. However, due to a change in 0.10.15 where support for specifying which check tests to run via GST_CHECKS was added, the test case name is now reported as "tf" for all test cases...

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Peter Kjellerstedt 2007-12-19 17:54:19 UTC
Created attachment 101270 [details] [review]
Correctly report check test names again

The patch also corrects a test for the version of check so it will still work the day check 0.10.0 is released.
Comment 2 Tim-Philipp Müller 2007-12-20 09:21:11 UTC
Committed, thanks:

 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Peter Kjellerstedt <pkj axis com>

        * libs/gst/check/gstcheck.h:
          Fix detection of the check version we're compiling against (would
          otherwise break if check goes v0.10.0); correctly report the
          name of the failed test again in case of failure, instead of
          just 'tf' (fixes #504499).