[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51064] [PATCH] gnu: fish: Update to 3.3.1
From: |
Ludovic Courtès |
Subject: |
[bug#51064] [PATCH] gnu: fish: Update to 3.3.1 |
Date: |
Tue, 12 Oct 2021 17:02:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Filip,
Filip Staffa <gnu@filipstaffa.net> skribis:
> * gnu/packages/shells.scm (fish): Update to 3.3.1
On x86_64-linux, I’m getting this test failure:
--8<---------------cut here---------------start------------->8---
Testing file checks/invocation.fish ... ok (56 ms)
Testing file checks/job-control-noninteractive.fish ... ok (14 ms)
Testing file checks/job-control-not-a-tty.fish ... ok (8 ms)
Testing file checks/job-ids.fish ... ok (13 ms)
Testing file checks/jobs.fish ... Failure:
The CHECK on line 18 wants:
All clear of zombies.
which failed to match line stdout:1:
Found existing zombie processes. Clean up zombies before running this test.
Context:
Found existing zombie processes. Clean up zombies before running this test.
<= does not match CHECK 'All clear of zombies.' on line 18
<= nothing to match CHECK 'Trigger process reaping' on line 28
<= nothing to match CHECK '1' on line 46
<= nothing to match CHECK 'Command' on line 50
<= nothing to match CHECK 'sleep' on line 51
<= nothing to match CHECK 'sleep' on line 52
<= nothing to match CHECK '0' on line 55
<= nothing to match CHECK 'Command' on line 66
<= nothing to match CHECK 'sleep' on line 67
<= nothing to match CHECK 'sleep' on line 68
<= nothing to match CHECK '1' on line 71
<= nothing to match CHECK '2' on line 75
<= nothing to match CHECK '1' on line 79
<= nothing to match CHECK '2' on line 82
<= nothing to match CHECK 'Command' on line 110
<= nothing to match CHECK 'sleep' on line 111
<= nothing to match CHECK 'sleep is done' on line 112
<= nothing to match CHECK '1' on line 113
<= nothing to match CHECK 'Command' on line 117
<= nothing to match CHECK 'sleep' on line 118
<= nothing to match CHECK '0' on line 119
<= nothing to match CHECK 'foo' on line 133
<= nothing to match CHECK 'caller' on line 134
when running command:
../test/root/bin/fish checks/jobs.fish
Testing file checks/line-continuation.fish ... ok (6 ms)
Testing file checks/line-number.fish ... ok (6 ms)
Testing file checks/locale.fish ... ok (28 ms)
--8<---------------cut here---------------end--------------->8---
Does that ring a bell? Any suggestions?
Thanks,
Ludo’.