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 594298 - Check if libsoup has SSL support before running HTTPS test in souphttpsrc testsuite
Check if libsoup has SSL support before running HTTPS test in souphttpsrc tes...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-06 11:24 UTC by Marvin Schmidt
Modified: 2009-09-08 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check if libsoup supports SSL before running HTTPS test (1.25 KB, patch)
2009-09-06 11:24 UTC, Marvin Schmidt
committed Details | Review

Description Marvin Schmidt 2009-09-06 11:24:39 UTC
Created attachment 142591 [details] [review]
Check if libsoup supports SSL before running HTTPS test

The souphttpsrc testsuite runs its test_https even if libsoup wasn't compiled
with SSL support, which leads to a test failure:

Running suite(s): souphttpsrc
92%: Checks: 14, Failures: 1, Errors: 0
elements/souphttpsrc.c:236:F:general:test_https:0: Assertion 'run_test
("https://127.0.0.1:134552888/", https_port) == 0' failed

The patch checks whether libsoup supports SSL or not and only runs the
test_https case when SSL support is given.

Best regards and a nice sunday
Comment 1 Sebastian Dröge (slomo) 2009-09-08 13:26:33 UTC
commit 64e1bf61e7ef3396f51f78c520e30d8f044ee16f
Author: Marvin Schmidt <marvin_schmidt@gmx.net>
Date:   Fri Sep 4 13:51:37 2009 +0200

    soup: only run HTTPS test if libsoup has SSL support
    
    Fixes bug #594298.