emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-26 b3e2073 4/4: Fix subproc listening when setting filter to n


From: Noam Postavsky
Subject: Re: emacs-26 b3e2073 4/4: Fix subproc listening when setting filter to non-t (Bug#36591)
Date: Thu, 22 Aug 2019 20:54:07 -0400

On Thu, 22 Aug 2019 at 15:12, Michael Albinus <address@hidden> wrote:

> > +      (should
> > +       (accept-process-output proc 1))  ; Read "one".
> > +      (should (equal (buffer-string) "$ one\n$ "))

> This fails on emba occasionally, see for example
> <https://emba.gnu.org/emacs/emacs/-/jobs/3076>.

Ah right, I wrongly assumed all the output would come in a single
chunk. Attached patch should fix it, should I push to emacs-26 since
tests are not included in the tarball release anyway? Or...?

Attachment: 0001-Fix-non-deterministic-process-test.patch
Description: Text Data


reply via email to

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