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 709532 - testsuite has failures
testsuite has failures
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.0
Other Linux
: Normal major
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-06 22:13 UTC by Gilles Dartiguelongue
Modified: 2015-02-25 20:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build.log (134.78 KB, text/x-log)
2013-10-06 22:13 UTC, Gilles Dartiguelongue
Details

Description Gilles Dartiguelongue 2013-10-06 22:13:45 UTC
Created attachment 256590 [details]
build.log

============================================================================
Testsuite summary for GStreamer Bad Plug-ins 1.2.0
============================================================================
# TOTAL: 27
# PASS:  24
# SKIP:  0
# XFAIL: 0
# FAIL:  3
# XPASS: 0
# ERROR: 0
============================================================================
See tests/check/test-suite.log
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
============================================================================
Comment 1 Gilles Dartiguelongue 2013-10-06 22:17:45 UTC
Manual run of failing tests:

# LC_ALL=C ./mpegvideoparse 
Running suite(s): mpegvideoparse
16%: Checks: 6, Failures: 5, Errors: 0
elements/parser.c:273:F:general:test_parse_normal:0: 'g_list_length (buffers) - test->discard' (1) is not equal to 'frames' (10)
elements/parser.c:273:F:general:test_parse_split:0: 'g_list_length (buffers) - test->discard' (1) is not equal to 'frames' (20)
elements/parser.c:273:F:general:test_parse_detect_stream_mpeg1:0: 'g_list_length (buffers) - test->discard' (1) is not equal to 'frames' (10)
elements/parser.c:273:F:general:test_parse_detect_stream_mpeg2:0: 'g_list_length (buffers) - test->discard' (1) is not equal to 'frames' (10)
elements/parser.c:273:F:general:test_parse_gop_split:0: 'g_list_length (buffers) - test->discard' (1) is not equal to 'frames' (10)

# LC_ALL=C ./gdppay
Running suite(s): gdppay
20%: Checks: 5, Failures: 4, Errors: 0
elements/gdppay.c:122:F:general:test_audio:0: 'g_list_length (buffers)' (4) is not equal to '3' (3)
elements/gdppay.c:428:F:general:test_first_no_new_segment:0: 'g_list_length (buffers)' (4) is not equal to '3' (3)
elements/gdppay.c:272:F:general:test_streamheader:0: 'g_list_length (buffers)' (4) is not equal to '3' (3)
elements/gdppay.c:474:F:general:test_crc:0: 'g_list_length (buffers)' (4) is not equal to '3' (3)

 # LC_ALL=C ./camerabin
Running suite(s): camerabin
Unexpected critical/warning: gst_mini_object_unref: assertion `mini_object != NULL' failed84%: Checks: 13, Failures: 1, Errors: 1
gstcheck.c:75:E:wrappercamerabinsrc:test_image_video_cycle:0: (after this point) Test timeout expired
elements/camerabin.c:235:F:wrappercamerabinsrc:test_video_capture_with_tags:0: Failure 'val2 == NULL' occured
Comment 2 Thiago Sousa Santos 2015-02-25 20:19:05 UTC
Thanks for reporting. Those issues have been fixed in git master and will be available in the 1.6 releases. Feel free to open new bugs if you find tests failing in newer versions.