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 725705 - Testsuite summary for GStreamer Editing Services 1.1.90
Testsuite summary for GStreamer Editing Services 1.1.90
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-editing-services
1.1.90
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-05 04:27 UTC by Weiller
Modified: 2014-03-05 09:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Weiller 2014-03-05 04:27:44 UTC
===================================================================
   GStreamer Editing Services 1.1.90: tests/check/test-suite.log
===================================================================

# TOTAL: 15
# PASS:  10
# SKIP:  0
# XFAIL: 0
# FAIL:  5
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: ges/uriclip
=================

Running suite(s): ges-filesource
33%: Checks: 3, Failures: 1, Errors: 1
ges/uriclip.c:95:E:filesource:test_filesource_basic:0: (after this point) Received signal 11 (Segmentation fault)
ges/uriclip.c:147:F:filesource:test_filesource_properties:0: Assertion 'GES_IS_ASSET (asset)' failed

FAIL: ges/timelineedition
=========================

Running suite(s): ges-timeline-edition
85%: Checks: 7, Failures: 0, Errors: 1
ges/timelineedition.c:488:E:timeline-edition:test_simple_triming:0: (after this point) Test timeout expired

FAIL: ges/titles
================

Running suite(s): ges-titles


Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute


Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute
33%: Checks: 3, Failures: 2, Errors: 0
gstcheck.c:75:F:titles:test_title_source_properties:0: Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute
gstcheck.c:75:F:titles:test_title_source_in_layer:0: Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute

FAIL: ges/overlays
==================

Running suite(s): ges-overlays


Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute


Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute
33%: Checks: 3, Failures: 2, Errors: 0
gstcheck.c:75:F:overlays:test_overlay_properties:0: Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute
gstcheck.c:75:F:overlays:test_overlay_in_layer:0: Unexpected critical/warning: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so': /usr/local/lib/../lib/libpangocairo-1.0.so.0: undefined symbol: cairo_ft_font_options_substitute

FAIL: ges/project
=================

Running suite(s): ges-project
83%: Checks: 6, Failures: 1, Errors: 0
ges/project.c:227:F:project:test_project_load_xges:0: 'g_list_length (clips)' (0) is not equal to '1' (1)
Comment 1 Thibault Saunier 2014-03-05 09:04:52 UTC
I think you have something wrong with your settup, our testsuite run on our continous integration server: https://jenkins.arracacha.collabora.co.uk/job/GStreamer-master/lastCompletedBuild/testReport/%28root%29/ (look for GES) and all pass.

I also ran the testes on my end, and they all pass.

Also those "Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so' Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstpango.so'" make me believe your settup has problems.

Closing for now reopen if you come with a clean setup and more information.