GNOME Bugzilla – Bug 709532
testsuite has failures
Last modified: 2015-02-25 20:19:05 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 ============================================================================
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
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.