guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

52/60: gnu: findutils-boot0: Adjust the skipped tests on riscv64-linux.


From: guix-commits
Subject: 52/60: gnu: findutils-boot0: Adjust the skipped tests on riscv64-linux.
Date: Sun, 24 Nov 2024 02:50:17 -0500 (EST)

efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit 60b99bbe007e4106de3b45bdaa40ae817a486866
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 15:00:32 2024 +0300

    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
---
 gnu/packages/commencement.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index fa107c9bd4..62de8e60d3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2764,6 +2764,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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]