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 710370 - discoverertest fails
discoverertest fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
1.2.0
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-17 10:13 UTC by Heiko Becker
Modified: 2018-05-04 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Heiko Becker 2013-10-17 10:13:36 UTC
The discoverer test fails with qt-gstreamer-0.10.3:

18: Test command: /home/heiko/Quelltexte/exherbo/git-sources/qt-gstreamer/build/tests/auto/discoverertest
18: Test timeout computed to be: 9.99988e+06
18: ********* Start testing of DiscovererTest *********
18: Config: Using QTest library 4.8.5, Qt 4.8.5
18: PASS   : DiscovererTest::initTestCase()
18: PASS   : DiscovererTest::testGLibTypes()
18: QWARN  : DiscovererTest::testSyncDiscovery() working around PNG decoder bug
18: FAIL!  : DiscovererTest::testSyncDiscovery(numbers07.png) Compared values are not the same
18:    Actual (error.domain().toString()): gst-core-error-quark
18:    Expected ("errorDomain"): 
18:    Loc: [/home/heiko/Quelltexte/exherbo/git-sources/qt-gstreamer/tests/auto/discoverertest.cpp(568)]
18: FAIL!  : DiscovererTest::testSyncDiscovery(numbers07.jpg) Compared values are not the same
18:    Actual (error.domain().toString()): gst-core-error-quark
18:    Expected ("errorDomain"): 
18:    Loc: [/home/heiko/Quelltexte/exherbo/git-sources/qt-gstreamer/tests/auto/discoverertest.cpp(568)]
18: QWARN  : DiscovererTest::testAsyncDiscovery() working around PNG decoder bug
18: FAIL!  : DiscovererTest::testAsyncDiscovery(numbers07.png) Compared values are not the same
18:    Actual (error.domain().toString()): gst-core-error-quark
18:    Expected ("errorDomain"): 
18:    Loc: [/home/heiko/Quelltexte/exherbo/git-sources/qt-gstreamer/tests/auto/discoverertest.cpp(623)]
18: FAIL!  : DiscovererTest::testAsyncDiscovery(numbers07.jpg) Compared values are not the same
18:    Actual (error.domain().toString()): gst-core-error-quark
18:    Expected ("errorDomain"): 
18:    Loc: [/home/heiko/Quelltexte/exherbo/git-sources/qt-gstreamer/tests/auto/discoverertest.cpp(623)]
18: PASS   : DiscovererTest::cleanupTestCase()
18: Totals: 3 passed, 4 failed, 0 skipped
18: ********* Finished testing of DiscovererTest *********
18/19 Test #18: discoverertest ...................***Failed    0.07 sec

gstreamer version is 0.10.36.
Comment 1 Heiko Becker 2014-07-18 15:37:21 UTC
The same test still fails with 1.2.0.
Comment 2 George Kiagiadakis 2018-05-04 14:42:02 UTC
commit 1ebcb1c4ecd948d0fa9b12f80ec02afd7720a989
Author: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date:   Fri May 4 17:40:59 2018 +0300

    Fix discoverer test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710370