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:
Efraim Flashner 2024-10-21 15:00:32 +03:00
parent 5983ecb210
commit e6521aa82e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.