diff options
| author | John Kehayias <john@guixotic.coop> | 2025-09-12 17:09:54 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:20 +0900 |
| commit | 8b133856378de28e49a2fe45356a4257164a3dbd (patch) | |
| tree | 81d1469d76c91b2ae0913a39215742c56b155f46 /gnu/packages | |
| parent | 3f390cf7dd8e5b396a19d8c88241b0f4107318a2 (diff) | |
gnu: coreutils: Skip a test.
This test fails on btrfs more generally, not only on hurd.
* gnu/packages/base.scm (coreutils)[arguments]<#:phases>: Skip the
reflink-auto test unconditionally.
Change-Id: I27c4750f848a6b4c3c251614d95aefe41efe5d81
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/base.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 51a06c5413e..2b3367d5b2b 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm | |||
| @@ -526,8 +526,6 @@ used to apply commands with arbitrarily long arguments.") | |||
| 526 | "tests/split/fail.sh" | 526 | "tests/split/fail.sh" |
| 527 | ;; These tests error | 527 | ;; These tests error |
| 528 | "tests/dd/nocache.sh" | 528 | "tests/dd/nocache.sh" |
| 529 | ;; These tests can intermitently fail on btrfs | ||
| 530 | "tests/cp/reflink-auto.sh" | ||
| 531 | ;; These tests fail | 529 | ;; These tests fail |
| 532 | "tests/cp/sparse.sh" | 530 | "tests/cp/sparse.sh" |
| 533 | "tests/cp/special-f.sh" | 531 | "tests/cp/special-f.sh" |
| @@ -573,6 +571,10 @@ used to apply commands with arbitrarily long arguments.") | |||
| 573 | (("(^| )main *\\(.*" all) | 571 | (("(^| )main *\\(.*" all) |
| 574 | (string-append all "{\n exit (77);//")))) | 572 | (string-append all "{\n exit (77);//")))) |
| 575 | '()) | 573 | '()) |
| 574 | ;; These tests can fail on btrfs. | ||
| 575 | (substitute* "tests/cp/reflink-auto.sh" | ||
| 576 | (("^#!.*" all) | ||
| 577 | (string-append all "exit 77;\n"))) | ||
| 576 | (substitute* "Makefile.in" | 578 | (substitute* "Makefile.in" |
| 577 | ;; fails on filesystems where inotify cannot be used, | 579 | ;; fails on filesystems where inotify cannot be used, |
| 578 | ;; more info in #47935 | 580 | ;; more info in #47935 |
