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 165257 - Tests failures report for gst-python 0.8.1
Tests failures report for gst-python 0.8.1
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-python
0.8.1
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2005-01-26 00:01 UTC by Pierre
Modified: 2005-11-11 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2005-01-26 00:01:53 UTC
[...]
Making check in testsuite
make[1]: Entering directory `/tmp/gst-python-0.8.1/testsuite'
make  check-local
make[2]: Entering directory `/tmp/gst-python-0.8.1/testsuite'
.............................................EEF............E
======================================================================
ERROR: testMixer (test_interface.Availability)
----------------------------------------------------------------------
Traceback (most recent call last):
  • File "/tmp/gst-python-0.8.1/testsuite/test_interface.py", line 11 in testMixer
    assert hasattr(gst.interfaces, 'Mixer')
AttributeError: 'module' object has no attribute 'interfaces'

======================================================================
ERROR: testXOverlay (test_interface.Availability)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/gst-python-0.8.1/testsuite/test_interface.py", line 7, in testXOverlay
    assert hasattr(gst.interfaces, 'XOverlay')
AttributeError: 'module' object has no attribute 'interfaces'

======================================================================
ERROR: testQuery (test_xml.PadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/gst-python-0.8.1/testsuite/test_xml.py", line 6, in testQuery
    xml = gst.XML()
RuntimeError: libxml2 bindings required

======================================================================
FAIL: testXOverlay (test_interface.FunctionCall)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/gst-python-0.8.1/testsuite/test_interface.py", line 17, in testXOverlay
    assert isinstance(element, gst.Element)
AssertionError

----------------------------------------------------------------------
Ran 61 tests in 0.122s

FAILED (failures=1, errors=3)
make[2]: Leaving directory `/tmp/gst-python-0.8.1/testsuite'
make[1]: Leaving directory `/tmp/gst-python-0.8.1/testsuite'
make[1]: Entering directory `/tmp/gst-python-0.8.1'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/tmp/gst-python-0.8.1'
Comment 1 Edward Hervey 2005-06-20 17:44:13 UTC
do you still have that error ?
Comment 2 Luca Ognibene 2005-11-11 16:53:12 UTC
Closing. Please reopen if it's still an issue for you.