[gstreamer-bugs] [Bug 393796] 21 of 44 tests failed w/ HP-UX 11.11 & native compiler

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 8 07:16:59 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=393796

  GStreamer | gstreamer (core) | Ver: 0.10.11





------- Comment #2 from Ian Munro  2007-01-08 15:15 UTC -------
Thanks for the hint - plugin suffix . '.sl' on HP-UX.

gstregistry.c

    if (!g_str_has_suffix (filename, ".so") &&
        !g_str_has_suffix (filename, ".sl") &&
        !g_str_has_suffix (filename, ".dll") &&
        !g_str_has_suffix (filename, ".dynlib")) {

This is much more promising, only 3 tests failing now

gmake  check-TESTS
gmake[3]: Entering directory `/work/build/gstreamer-0.10.11/tests/check'
Running suite(s): GstABI
No structure size list was generated for this architecture.
Run with GST_ABI environment variable set to output header.
100%: Checks: 1, Failures: 0, Errors: 0
PASS: gst/gstabi
Running suite(s): GstBuffer
100%: Checks: 8, Failures: 0, Errors: 0
PASS: gst/gstbuffer
Running suite(s): GstBus
100%: Checks: 3, Failures: 0, Errors: 0
PASS: gst/gstbus
Running suite(s): GstCaps
100%: Checks: 11, Failures: 0, Errors: 0
PASS: gst/gstcaps
Running suite(s): GstInfo
100%: Checks: 2, Failures: 0, Errors: 0
PASS: gst/gstinfo
Running suite(s): GstIterator
100%: Checks: 3, Failures: 0, Errors: 0
PASS: gst/gstiterator
Running suite(s): GstMessage
100%: Checks: 1, Failures: 0, Errors: 0
PASS: gst/gstmessage
Running suite(s): GstMiniObject
100%: Checks: 6, Failures: 0, Errors: 0
PASS: gst/gstminiobject
Running suite(s): GstObject
100%: Checks: 8, Failures: 0, Errors: 0
PASS: gst/gstobject
Running suite(s): GstPad
100%: Checks: 8, Failures: 0, Errors: 0
PASS: gst/gstpad
Running suite(s): GstSegment
100%: Checks: 10, Failures: 0, Errors: 0
PASS: gst/gstsegment
Running suite(s): GstSystemClock
100%: Checks: 4, Failures: 0, Errors: 0
PASS: gst/gstsystemclock
Running suite(s): GstStructure
100%: Checks: 5, Failures: 0, Errors: 0
PASS: gst/gststructure
Running suite(s): GstTag
100%: Checks: 4, Failures: 0, Errors: 0
PASS: gst/gsttag
Running suite(s): GstTask
100%: Checks: 5, Failures: 0, Errors: 0
PASS: gst/gsttask
Running suite(s): GstValue
100%: Checks: 21, Failures: 0, Errors: 0
PASS: gst/gstvalue
Running suite(s): GstXML
100%: Checks: 1, Failures: 0, Errors: 0
PASS: gst/gstxml
Running suite(s): states
100%: Checks: 1, Failures: 0, Errors: 0
PASS: generic/states
Running suite(s): Pipelines
100%: Checks: 2, Failures: 0, Errors: 0
PASS: pipelines/simple-launch-lines
Running suite(s): Pipeline cleanup
100%: Checks: 1, Failures: 0, Errors: 0
PASS: pipelines/cleanup
Running suite(s): Parse Launch syntax
80%: Checks: 5, Failures: 1, Errors: 0
pipelines/parse-launch.c:41:F:parselaunch:delayed_link:0: Error parsing
pipeline parsetestelement name=src ! fakesink silent=true name=sink: no element
"parsetestelement"
FAIL: pipelines/parse-launch
Running suite(s): Gst
100%: Checks: 6, Failures: 0, Errors: 0
PASS: gst/gst
Running suite(s): GstBin
100%: Checks: 10, Failures: 0, Errors: 0
PASS: gst/gstbin
Running suite(s): GstElement
100%: Checks: 6, Failures: 0, Errors: 0
PASS: gst/gstelement
Running suite(s): GstEvent
100%: Checks: 2, Failures: 0, Errors: 0
PASS: gst/gstevent
Running suite(s): GstGhostPad
100%: Checks: 10, Failures: 0, Errors: 0
PASS: gst/gstghostpad
Running suite(s): GstPlugin
100%: Checks: 8, Failures: 0, Errors: 0
PASS: gst/gstplugin
Running suite(s): GstQuery
100%: Checks: 2, Failures: 0, Errors: 0
PASS: gst/gstquery
Running suite(s): GstUtils
100%: Checks: 11, Failures: 0, Errors: 0
PASS: gst/gstutils
Running suite(s): Sinks
100%: Checks: 7, Failures: 0, Errors: 0
PASS: generic/sinks
Running suite(s): fakesink
100%: Checks: 2, Failures: 0, Errors: 0
PASS: elements/fakesink
Running suite(s): fakesrc
100%: Checks: 5, Failures: 0, Errors: 0
PASS: elements/fakesrc
Running suite(s): fdsrc
100%: Checks: 3, Failures: 0, Errors: 0
PASS: elements/fdsrc
Running suite(s): filesrc
100%: Checks: 3, Failures: 0, Errors: 0
PASS: elements/filesrc
Running suite(s): identity
100%: Checks: 1, Failures: 0, Errors: 0
PASS: elements/identity
Running suite(s): GstBaseSrc
100%: Checks: 4, Failures: 0, Errors: 0
PASS: libs/basesrc
Running suite(s): Controller


Unexpected critical/warning: file gstcontroller.c: line 532: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstobject.c: line 346: assertion `object !=
NULL' failed


Unexpected critical/warning: file gstobject.c: line 346: assertion `object !=
NULL' failed


Unexpected critical/warning: file gstobject.c: line 346: assertion `object !=
NULL' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed


Unexpected critical/warning: file gstcontroller.c: line 590: assertion
`G_IS_OBJECT (object)' failed
15%: Checks: 20, Failures: 17, Errors: 0
gstcheck.c:66:F:general:controller_refcount_new_list:0: Unexpected
critical/warning: file gstcontroller.c: line 532: assertion `G_IS_OBJECT
(object)' failed
gstcheck.c:66:F:general:controller_new_fail2:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_new_fail3:0: Unexpected critical/warning:
file gstobject.c: line 346: assertion `object != NULL' failed
gstcheck.c:66:F:general:controller_new_fail4:0: Unexpected critical/warning:
file gstobject.c: line 346: assertion `object != NULL' failed
gstcheck.c:66:F:general:controller_new_fail5:0: Unexpected critical/warning:
file gstobject.c: line 346: assertion `object != NULL' failed
gstcheck.c:66:F:general:controller_new_okay1:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_new_okay2:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_new_okay3:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_param_twice:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_finalize:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_interpolate_none:0: Unexpected
critical/warning: file gstcontroller.c: line 590: assertion `G_IS_OBJECT
(object)' failed
gstcheck.c:66:F:general:controller_interpolate_trigger:0: Unexpected
critical/warning: file gstcontroller.c: line 590: assertion `G_IS_OBJECT
(object)' failed
gstcheck.c:66:F:general:controller_interpolate_linear:0: Unexpected
critical/warning: file gstcontroller.c: line 590: assertion `G_IS_OBJECT
(object)' failed
gstcheck.c:66:F:general:controller_unset:0: Unexpected critical/warning: file
gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_unset_all:0: Unexpected critical/warning:
file gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_live:0: Unexpected critical/warning: file
gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
gstcheck.c:66:F:general:controller_misc:0: Unexpected critical/warning: file
gstcontroller.c: line 590: assertion `G_IS_OBJECT (object)' failed
FAIL: libs/controller
Running suite(s): typefindhelper
0%: Checks: 1, Failures: 1, Errors: 0
libs/typefindhelper.c:54:F:general:test_buffer_range:0: Assertion 'caps !=
NULL' failed
FAIL: libs/typefindhelper
Running suite(s): stress
100%: Checks: 1, Failures: 0, Errors: 0
PASS: pipelines/stress
Running suite(s): LibsABI
No structure size list was generated for this architecture.
Run with GST_ABI environment variable set to output header.
100%: Checks: 1, Failures: 0, Errors: 0
PASS: libs/libsabi
Running suite(s): data protocol
100%: Checks: 5, Failures: 0, Errors: 0
PASS: libs/gdp
Running suite(s): adapter
100%: Checks: 8, Failures: 0, Errors: 0
PASS: libs/adapter
Running suite(s): GstNetClientClock
100%: Checks: 2, Failures: 0, Errors: 0
PASS: libs/gstnetclientclock
Running suite(s): GstNetTimeProvider
100%: Checks: 2, Failures: 0, Errors: 0
PASS: libs/gstnettimeprovider
==========================================================================
3 of 44 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
==========================================================================
gmake[3]: *** [check-TESTS] Error 1
gmake[3]: Leaving directory `/work/build/gstreamer-0.10.11/tests/check'
gmake[2]: *** [check-am] Error 2
gmake[2]: Leaving directory `/work/build/gstreamer-0.10.11/tests/check'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/work/build/gstreamer-0.10.11/tests'
gmake: *** [check-recursive] Error 1


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list