emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 716b468: Extend `file-notify-test02-rm-watch'


From: Ken Brown
Subject: Re: [Emacs-diffs] master 716b468: Extend `file-notify-test02-rm-watch'
Date: Mon, 8 May 2017 09:28:41 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 5/1/2017 2:45 PM, Michael Albinus wrote:

Hi Michael,

I've moved the `sit-for' call to `file-notify--test-read-event' by
intention, so we have just one place to change. You could do something
like

(if (eq system-type 'cygwin)
  (sit-for 0.1 'nodisp))

The other backends do not need them as far as I'm aware of, so do it at
your convenience. Maybe also with a comment ...

I can find a sit-for time that works reliably when I repeatedly run file-notify-test02-rm-watch. But then that test still fails when it is run as part of 'make check'.

My inclination at this point is to simply skip this test on Cygwin. Is that OK with you?

Regards,

Ken



reply via email to

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