gnu: gettext: Skip Gnulib tests that fail on GNU/Hurd.
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In 'patch-tests' phase, arrange to not run 'test-tls'. Adjust 'XFAIL_TESTS' flag passed to #:make-flags.
parent
7a2082023a
commit
2b151eb286
|
@ -120,13 +120,19 @@
|
||||||
"coreutils-gnulib-tests.patch")))))
|
"coreutils-gnulib-tests.patch")))))
|
||||||
'())
|
'())
|
||||||
|
|
||||||
|
#$@(if (hurd-target?)
|
||||||
|
#~((substitute*
|
||||||
|
"gettext-tools/gnulib-tests/Makefile.in"
|
||||||
|
;; See 'coreutils' for the rationale.
|
||||||
|
((" test-tls\\$\\(EXEEXT\\) ") " ")))
|
||||||
|
'())
|
||||||
|
|
||||||
#t)))))
|
#t)))))
|
||||||
|
|
||||||
;; When tests fail, we want to know the details.
|
;; When tests fail, we want to know the details.
|
||||||
#:make-flags #~'("VERBOSE=yes"
|
#:make-flags #~'("VERBOSE=yes"
|
||||||
#$@(if (hurd-target?)
|
#$@(if (hurd-target?)
|
||||||
;; Linking to libgettextlib.so makes test-raise fail
|
'("XFAIL_TESTS=test-perror2")
|
||||||
'("XFAIL_TESTS=test-raise")
|
|
||||||
'()))))
|
'()))))
|
||||||
(home-page "https://www.gnu.org/software/gettext/")
|
(home-page "https://www.gnu.org/software/gettext/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in New Issue