[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: |
Tue, 4 Apr 2017 18:36:21 -0400 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 3/22/2017 9:16 AM, Michael Albinus wrote:
branch: master
commit 716b46848989bc343797d98488a7a0cc33ed3179
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
Extend `file-notify-test02-rm-watch'
* test/lisp/filenotify-tests.el (file-notify-test02-rm-watch):
Expect it failed for inotify. Divide tests into different
`unwind-protect' clauses. Check, that removing watch
descriptors out of order do not harm. (Bug#26126)
Hi Michael,
Starting with this commit, file-notify-test02-rm-watch fails on Cygwin:
$ make -C test filenotify-tests SELECTOR='\"file-notify-test02-rm-watch$$\"'
[...]
Test file-notify-test02-rm-watch condition:
(ert-test-failed
((should
(equal results
(list 2)))
:form
(equal nil
(2))
:value nil :explanation
(different-types nil
(2))))
This may be another of those timing issues that we've dealt with before,
but I haven't had a chance yet to look at it in detail.
Ken
- Re: [Emacs-diffs] master 716b468: Extend `file-notify-test02-rm-watch',
Ken Brown <=