mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libnice: Disable the 'test-bsd' test.
* gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'.
This commit is contained in:
parent
cb09adc093
commit
58c42ce41d
1 changed files with 6 additions and 1 deletions
|
@ -295,12 +295,17 @@ Android, and ChromeOS.")
|
||||||
"-Dgtk_doc=enabled")
|
"-Dgtk_doc=enabled")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-failing-test
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/meson.build"
|
(substitute* "tests/meson.build"
|
||||||
;; ‘test-set-port-range.c:66:main: assertion failed:
|
;; ‘test-set-port-range.c:66:main: assertion failed:
|
||||||
;; (nice_agent_gather_candidates (agent, stream1))’
|
;; (nice_agent_gather_candidates (agent, stream1))’
|
||||||
(("'test-set-port-range'" all)
|
(("'test-set-port-range'" all)
|
||||||
|
(string-append "# " all))
|
||||||
|
;; The following test is disabled as it fails in a
|
||||||
|
;; nondeterministic fashion (see:
|
||||||
|
;; https://gitlab.freedesktop.org/libnice/libnice/-/issues/151).
|
||||||
|
(("'test-bsd'" all)
|
||||||
(string-append "# " all)))
|
(string-append "# " all)))
|
||||||
(substitute* "stun/tests/meson.build"
|
(substitute* "stun/tests/meson.build"
|
||||||
;; test-bind.c:234: bad_responses: Assertion `len >= 20'
|
;; test-bind.c:234: bad_responses: Assertion `len >= 20'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue