mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: findutils-boot0: Adjust the skipped tests on riscv64-linux.
* gnu/packages/commencement.scm (findutils-boot0)[arguments]: In the custom 'skip-problematic-tests phase adjust the tests skipped on riscv64-linux. Change-Id: I6252c69d088a27d4989b324ad64378102b7b5de2
This commit is contained in:
parent
5983ecb210
commit
e6521aa82e
1 changed files with 9 additions and 0 deletions
|
|
@ -2815,6 +2815,15 @@ exec " gcc "/bin/" program
|
|||
(("^XFAIL_TESTS =")
|
||||
"XFAIL_TESTS = test-fnmatch ")
|
||||
(("test-pthread-thread\\$\\(EXEEXT\\)") "")))
|
||||
("riscv64-linux"
|
||||
'(substitute* "gnulib-tests/Makefile"
|
||||
(("^XFAIL_TESTS =")
|
||||
(string-append "XFAIL_TESTS = "
|
||||
"test-hard-locale "
|
||||
"test-sigprocmask "))
|
||||
;; This test fails non-deterministically.
|
||||
(("test-setlocale_null-mt-all\\$\\(EXEEXT\\)") "")
|
||||
(("test-pthread_sigmask1\\$\\(EXEEXT\\)") "")))
|
||||
(_
|
||||
;; XXX: The pthread tests are known to fail at least on
|
||||
;; ARM; skip them.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue