mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: libsoup: Disable the hsts test.
The test was found to fail on i686-linux. * gnu/packages/gnome.scm (libsoup-minimal)[phases] {adjust-tests}: De-register the hsts test.
This commit is contained in:
parent
3672f51582
commit
a41aea131a
1 changed files with 7 additions and 7 deletions
|
@ -4939,12 +4939,12 @@ (define-public libsoup-minimal
|
||||||
((".*/sockets/unconnected.*") ""))
|
((".*/sockets/unconnected.*") ""))
|
||||||
|
|
||||||
;; These fail because "subdomain.localhost" does not resolve in
|
;; These fail because "subdomain.localhost" does not resolve in
|
||||||
;; the build environment.
|
;; the build environment. Moreover, the hsts-test suite fails on
|
||||||
(substitute* "tests/hsts-test.c"
|
;; i686-linux because of errors from `session_get_uri' like
|
||||||
((".*/hsts/basic.*") "")
|
;; "Unexpected status 200 OK (expected 301 Moved Permanently)"
|
||||||
((".*/hsts/subdomains.*") "")
|
;; (see: https://gitlab.gnome.org/GNOME/libsoup/-/issues/239).
|
||||||
((".*/hsts/superdomain.*") "")
|
(substitute* "tests/meson.build"
|
||||||
((".*/hsts/utf8-address.*") ""))
|
((".*'name': 'hsts'.*") ""))
|
||||||
(substitute* "tests/hsts-db-test.c"
|
(substitute* "tests/hsts-db-test.c"
|
||||||
((".*/hsts-db/subdomains.*") "")))))))
|
((".*/hsts-db/subdomains.*") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -4971,7 +4971,7 @@ (define-public libsoup-minimal
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mit-krb5" ,mit-krb5)
|
`(("mit-krb5" ,mit-krb5)
|
||||||
("ntlm_auth" ,samba/fixed))) ; For ntlm_auth support
|
("ntlm_auth" ,samba/fixed))) ; For ntlm_auth support
|
||||||
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
(home-page "https://wiki.gnome.org/Projects/libsoup")
|
||||||
(synopsis "GLib-based HTTP Library")
|
(synopsis "GLib-based HTTP Library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue