emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116165: * automated/file-notify-tests.el (file-noti


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116165: * automated/file-notify-tests.el (file-notify-test02-events):
Date: Sun, 26 Jan 2014 16:20:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116165
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-26 17:20:13 +0100
message:
  * automated/file-notify-tests.el (file-notify-test02-events):
  Let test case fail for Bug#16519.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/file-notify-tests.el 
filenotifytests.el-20130702144123-sxglvo6zs3jcj8w1-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-01-22 10:02:46 +0000
+++ b/test/ChangeLog    2014-01-26 16:20:13 +0000
@@ -1,3 +1,8 @@
+2014-01-26  Michael Albinus  <address@hidden>
+
+       * automated/file-notify-tests.el (file-notify-test02-events):
+       Let test case fail for Bug#16519.
+
 2014-01-22  Michael Albinus  <address@hidden>
 
        * automated/file-notify-tests.el (file-notify-test02-events):

=== modified file 'test/automated/file-notify-tests.el'
--- a/test/automated/file-notify-tests.el       2014-01-22 10:02:46 +0000
+++ b/test/automated/file-notify-tests.el       2014-01-26 16:20:13 +0000
@@ -199,6 +199,10 @@
 
 (ert-deftest file-notify-test02-events ()
   "Check file creation/removal notifications."
+  ;; Bug#16519.
+  :expected-result
+  (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify)))
+      :failed :passed)
   (skip-unless (file-notify--test-local-enabled))
   (let (desc)
     (unwind-protect
@@ -237,9 +241,7 @@
       (ignore-errors (delete-file file-notify--test-tmpfile))
       (ignore-errors (delete-file file-notify--test-tmpfile1))))
 
-  (should
-   (or file-notify--test-results
-       (and noninteractive (eq file-notify--library 'gfilenotify)))) ;; 
Bug#16519.
+  (should file-notify--test-results)
   (dolist (result file-notify--test-results)
     ;(message "%s" (ert-test-result-messages result))
     (when (ert-test-failed-p result)


reply via email to

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