[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.
- 22/60: gnu: tcc-boot: Support more architectures., (continued)
- 22/60: gnu: tcc-boot: Support more architectures., guix-commits, 2024/11/24
- 25/60: gnu: Add tcc-boot-musl., guix-commits, 2024/11/24
- 34/60: gnu: gcc-core-mesboot1: Adjust for dependency changes., guix-commits, 2024/11/24
- 38/60: gnu: Add gcc-muslboot0., guix-commits, 2024/11/24
- 42/60: gnu: hello-mesboot: Add support for riscv64-linux., guix-commits, 2024/11/24
- 43/60: gnu: Add byacc-mesboot., guix-commits, 2024/11/24
- 46/60: gnu: Add mawk-mesboot., guix-commits, 2024/11/24
- 49/60: gnu: %boot-mesboot6-inputs: Adjust for riscv64-linux., guix-commits, 2024/11/24
- 48/60: gnu: mesboot-package: Adjust for riscv64-linux builds., guix-commits, 2024/11/24
- 53/60: gnu: file-boot0: Fix building on riscv64-linux., guix-commits, 2024/11/24
- 52/60: gnu: findutils-boot0: Adjust the skipped tests on riscv64-linux.,
guix-commits <=
- 21/60: gnu: tcc-boot0: Specify the build target., guix-commits, 2024/11/24
- 31/60: gnu: gmp-boot: Update and build package., guix-commits, 2024/11/24
- 32/60: gnu: mpfr-boot: Update and build package., guix-commits, 2024/11/24
- 37/60: gnu: gcc-mesboot: Adjust for changes in gcc-mesboot1., guix-commits, 2024/11/24
- 39/60: gnu: Add musl-boot., guix-commits, 2024/11/24
- 56/60: gnu: Add byacc-boot0., guix-commits, 2024/11/24
- 36/60: gnu: gcc-mesboot1: Adjust setting include paths., guix-commits, 2024/11/24
- 41/60: gnu: Add %boot-muslboot2-inputs., guix-commits, 2024/11/24
- 54/60: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., guix-commits, 2024/11/24
- 55/60: gnu: %boot0-inputs: Remove duplicate packages., guix-commits, 2024/11/24