mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: coreutils: Reenable tests on the 64bit Hurd.
* gnu/packages/base.scm (coreutils): Don't skip tests/misc/sort-NaN-infloop.sh. gnulib-tests no longer hang but XFAIL instead. Change-Id: I9ea21d9522a16058b59f35ea7aae81c5ee1cee24
This commit is contained in:
committed by
Janneke Nieuwenhuizen
parent
cd4bd086db
commit
1ef02c25ed
@@ -565,18 +565,9 @@ used to apply commands with arbitrarily long arguments.")
|
||||
,@(if (system-hurd64?)
|
||||
'((substitute*
|
||||
;; These tests fail
|
||||
'("tests/misc/sort-NaN-infloop.sh"
|
||||
"tests/misc/wc-parallel.sh")
|
||||
'("tests/misc/sort-NaN-infloop.sh")
|
||||
(("^#!.*" all)
|
||||
(string-append all "exit 77;\n")))
|
||||
(substitute* '("gnulib-tests/test-fdutimensat.c"
|
||||
"gnulib-tests/test-futimens.c"
|
||||
"gnulib-tests/test-linkat.c"
|
||||
"gnulib-tests/test-renameat.c"
|
||||
"gnulib-tests/test-renameatu.c"
|
||||
"gnulib-tests/test-utimensat.c")
|
||||
(("(^| )main *\\(.*" all)
|
||||
(string-append all "{\n exit (77);//"))))
|
||||
(string-append all "exit 77;\n"))))
|
||||
'())
|
||||
;; These tests can fail on btrfs.
|
||||
(substitute* "tests/cp/reflink-auto.sh"
|
||||
|
||||
Reference in New Issue
Block a user