emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45772: closed ([core-updates] Non-deterministic GNU awk test failure


From: GNU bug Tracking System
Subject: bug#45772: closed ([core-updates] Non-deterministic GNU awk test failure)
Date: Thu, 11 Nov 2021 19:28:01 +0000

Your message dated Thu, 11 Nov 2021 14:27:19 -0500
with message-id <877ddetrvs.fsf@gmail.com>
and subject line Re: bug#45772: [core-updates] Non-deterministic GNU awk test 
failure
has caused the debbugs.gnu.org bug report #45772,
regarding [core-updates] Non-deterministic GNU awk test failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45772: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45772
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [core-updates] Non-deterministic GNU awk test failure Date: Sun, 10 Jan 2021 14:11:57 -0500
Seen trying to rebuild the world on core-updates, with gawk-5.1.0:

--8<---------------cut here---------------start------------->8---
for i in _* ; \
do  \
        if [ "$i" != "_*" ]; then \
        echo ============== $i ============= ; \
        base=`echo $i | sed 's/^_//'` ; \
        if [ -r ${base}.ok ]; then \
        diff -c ${base}.ok $i ; \
        else \
        diff -c "."/${base}.ok  $i ; \
        fi ; \
        fi ; \
done 
============== _sigpipe1 =============
*** sigpipe1.ok Wed Aug 28 18:43:58 2019
--- _sigpipe1   Sun Jan 10 19:08:15 2021
***************
*** 1,3 ****
  system
  pipe to command
! pipe from command
--- 1,4 ----
  system
  pipe to command
! gawk: sigpipe1.awk:7: fatal: print to "yes | true" failed: Broken pipe
! EXIT CODE: 2

Re-running later
--8<---------------cut here---------------end--------------->8---

On a second attempt the same test passed.

Maxim



--- End Message ---
--- Begin Message --- Subject: Re: bug#45772: [core-updates] Non-deterministic GNU awk test failure Date: Thu, 11 Nov 2021 14:27:19 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

I'm guessing this must be have been resolved with commit daf54a3953, now
available on core-updates-frozen.

Closing.

Maxim


--- End Message ---

reply via email to

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