doc/misc/erc.texi: fix typo
[emacs.git] / test / ChangeLog
blobf33cf84cf98c41ae708007a7faf0cacf97b98a33
1 2015-01-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el
4         (python-indent-dedent-line-backspace-2)
5         (python-indent-dedent-line-backspace-3): New tests.
7 2015-01-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9         * automated/python-tests.el (python-indent-pep8-1)
10         (python-indent-pep8-2, python-indent-pep8-3)
11         (python-indent-after-comment-2): Fix tests.
12         (python-indent-after-comment-3): New test.
14 2015-01-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16         * automated/python-tests.el (python-indent-pep8-1)
17         (python-indent-pep8-2, python-indent-pep8-3)
18         (python-indent-after-comment-1, python-indent-after-comment-2)
19         (python-indent-inside-paren-1, python-indent-inside-paren-2)
20         (python-indent-after-block-1, python-indent-after-block-2)
21         (python-indent-after-backslash-1, python-indent-after-backslash-2)
22         (python-indent-after-backslash-3, python-indent-block-enders-1)
23         (python-indent-block-enders-2, python-indent-block-enders-3)
24         (python-indent-block-enders-4, python-indent-block-enders-5)
25         (python-indent-dedenters-1, python-indent-dedenters-2)
26         (python-indent-dedenters-3, python-indent-dedenters-4)
27         (python-indent-dedenters-5, python-indent-dedenters-6)
28         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
29         (python-indent-base-case, python-indent-after-block-3)
30         (python-indent-after-backslash-5, python-indent-inside-paren-3)
31         (python-indent-inside-paren-4, python-indent-inside-paren-5)
32         (python-indent-inside-paren-6, python-indent-inside-string-1)
33         (python-indent-inside-string-2, python-indent-inside-string-3)
34         (python-indent-dedent-line-backspace-1): New Tests.
36 2015-01-24  Glenn Morris  <rgm@gnu.org>
38         * automated/regexp-tests.el: Require regexp-opt, which is
39         not preloaded --without-x.
41 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
43         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
44         * automated/package-test.el (with-package-test):
45         Bind `abbreviated-home-dir' to nil.
46         (package-test-describe-package, package-test-signed):
47         Expect abbreviated directory names.
49 2015-01-22  Wolfgang Jenkner  <wjenkner@inode.at>
51         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
52         New functions.
53         (test-calc-remove-units, test-calc-extract-units)
54         (test-calc-convert-units): New tests.
55         [Backport]
57 2014-12-30  Michael Albinus  <michael.albinus@gmx.de>
59         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
60         New defun.
61         (tramp-test30-special-characters): Use it.  (Bug#19463)
62         (tramp--test-check-files): Filter nil file names out.
64 2014-12-29  Michael Albinus  <michael.albinus@gmx.de>
66         Sync with Tramp 2.2.11.
68         * automated/tramp-tests.el (tramp-test30-special-characters):
69         Skip test on MS-Windows.
71 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
73         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
75 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
77         * automated/python-tests.el (python-shell-buffer-substring-1)
78         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
79         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
80         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
81         (python-shell-buffer-substring-8)
82         (python-info-encoding-from-cookie-1)
83         (python-info-encoding-from-cookie-2)
84         (python-info-encoding-from-cookie-3)
85         (python-info-encoding-from-cookie-4)
86         (python-info-encoding-from-cookie-5)
87         (python-info-encoding-from-cookie-6)
88         (python-info-encoding-from-cookie-7, python-info-encoding-1)
89         (python-info-encoding-2): New tests.
91 2014-12-25  Michael Albinus  <michael.albinus@gmx.de>
93         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
94         expect a given order of "." and "..".
96 2014-12-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
98         * automated/python-tests.el (python-indent-electric-colon-2)
99         (python-indent-electric-colon-3): New tests.
101 2014-12-14  João Távora  <joaotavora@gmail.com>
103         * automated/electric-tests.el (autowrapping-7): Tests for
104         tex-mode.
106 2014-12-13  Glenn Morris  <rgm@gnu.org>
108         * automated/flymake/warnpred/test.pl: Tweak format, since the
109         previous one seems to have stopped giving a warning with perl 5.20.1.
111 2014-11-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
113         * automated/python-tests.el
114         (python-shell-calculate-process-environment-4)
115         (python-shell-calculate-process-environment-5): New tests.
116         (python-shell-make-comint-3): Use file-equal-p.
117         (python-shell-get-or-create-process-1)
118         (python-shell-get-or-create-process-2)
119         (python-shell-get-or-create-process-3): Fix interpreter for
120         Windows (Bug#18595).
122 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
124         * automated/python-tests.el (python-indent-dedenters-8): New test
125         for Bug#18432.
127 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
129         * automated/python-tests.el (python-indent-region-1)
130         (python-indent-region-2, python-indent-region-3)
131         (python-indent-region-4, python-indent-region-5): New tests.
133 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
135         Backport Tramp changes from trunk.
137         * automated/tramp-tests.el (tramp-remote-process-environment):
138         Declare.
139         (tramp--test-enabled): Ignore errors.
140         (tramp--instrument-test-case): Extend docstring.  Print debug
141         buffer in any case.
142         (tramp-test15-copy-directory): Skip for tramp-smb.el.
143         (tramp-test21-file-links): Use `file-truename' for directories.
144         (tramp-test26-process-file): Extend test according to Bug#17815.
145         (tramp-test27-start-file-process, tramp-test28-shell-command):
146         Retrieve process output more robustly.
147         (tramp-test29-vc-registered): Set $BZR_HOME.
148         (tramp--test-check-files): Extend test with `substitute-in-file-name'.
149         (tramp-test30-special-characters): Skip for tramp-adb.el,
150         tramp-gvfs.el and tramp-smb.el.  Add further file names.
152 2014-10-20  Glenn Morris  <rgm@gnu.org>
154         * Version 24.4 released.
156 2014-10-01  Glenn Morris  <rgm@gnu.org>
158         * automated/package-test.el (with-package-test, package-test-signed):
159         Also set HOME to a temp value, in case the real one is absent (e.g.
160         hydra) or read-only.  (Bug#18575)
161         (package-test-signed): Use skip-unless rather than expected-result.
163 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
165         * automated/python-tests.el:
166         (python-indent-electric-colon-1): New test.  (Bug#18228)
168 2014-08-18  Glenn Morris  <rgm@gnu.org>
170         * automated/python-tests.el (python-shell-calculate-exec-path-2):
171         Update test for today's python.el changes.
173 2014-08-11  Glenn Morris  <rgm@gnu.org>
175         * automated/data/files-bug18141.el.gz: New file.
176         * automated/files.el (files-test-bug-18141-file):
177         New variable and test.  (Bug#18141)
179 2014-08-07  Glenn Morris  <rgm@gnu.org>
181         * automated/Makefile.in (check-tar): Remove, no longer needed.
183 2014-08-03  Glenn Morris  <rgm@gnu.org>
185         * automated/Makefile.in (check-tar): Add as alias for check.
187 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
189         * automated/python-tests.el:
190         (python-util-clone-local-variables-1): Fix test.
192 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
194         * automated/python-tests.el (python-shell-make-comint-1):
195         (python-shell-make-comint-2): Fix indentation.
196         (python-shell-make-comint-3)
197         (python-shell-make-comint-4): New tests.
198         (python-shell-get-or-create-process-1): Fix test.
199         (python-shell-get-or-create-process-2)
200         (python-shell-get-or-create-process-3): New tests.
201         (python-shell-internal-get-or-create-process-1): Fix test.
202         (python-shell-prompt-detect-1): New test.
203         (python-shell-prompt-detect-2): New test.  (Bug#17370)
204         (python-shell-prompt-detect-3)
205         (python-shell-prompt-detect-4)
206         (python-shell-prompt-detect-5)
207         (python-shell-prompt-detect-6)
208         (python-shell-prompt-validate-regexps-1)
209         (python-shell-prompt-validate-regexps-2)
210         (python-shell-prompt-validate-regexps-3)
211         (python-shell-prompt-validate-regexps-4)
212         (python-shell-prompt-validate-regexps-5)
213         (python-shell-prompt-validate-regexps-6)
214         (python-shell-prompt-validate-regexps-7)
215         (python-shell-prompt-set-calculated-regexps-1)
216         (python-shell-prompt-set-calculated-regexps-2)
217         (python-shell-prompt-set-calculated-regexps-3)
218         (python-shell-prompt-set-calculated-regexps-4)
219         (python-shell-prompt-set-calculated-regexps-5)
220         (python-shell-prompt-set-calculated-regexps-6)
221         (python-util-valid-regexp-p-1): New tests.
223 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
225         * automated/python-tests.el
226         (python-indent-block-enders-1)
227         (python-indent-block-enders-2): Fix tests.
228         (python-indent-block-enders-3)
229         (python-indent-block-enders-4)
230         (python-indent-block-enders-5)
231         (python-indent-dedenters-1)
232         (python-indent-dedenters-2): Remove tests.
233         (python-indent-dedenters-1)
234         (python-indent-dedenters-2)
235         (python-indent-dedenters-3)
236         (python-indent-dedenters-4)
237         (python-indent-dedenters-5)
238         (python-indent-dedenters-6)
239         (python-indent-dedenters-7)
240         (python-info-dedenter-opening-block-position-1)
241         (python-info-dedenter-opening-block-position-2)
242         (python-info-dedenter-opening-block-position-3)
243         (python-info-dedenter-opening-block-positions-1)
244         (python-info-dedenter-opening-block-positions-2)
245         (python-info-dedenter-opening-block-positions-3)
246         (python-info-dedenter-opening-block-positions-4)
247         (python-info-dedenter-opening-block-positions-5)
248         (python-info-dedenter-opening-block-message-1)
249         (python-info-dedenter-opening-block-message-2)
250         (python-info-dedenter-opening-block-message-3)
251         (python-info-dedenter-opening-block-message-4)
252         (python-info-dedenter-opening-block-message-5)
253         (python-info-dedenter-statement-p-1)
254         (python-info-dedenter-statement-p-2)
255         (python-info-dedenter-statement-p-3)
256         (python-info-dedenter-statement-p-4)
257         (python-info-dedenter-statement-p-5): New tests.
259 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
261         * automated/python-tests.el
262         (python-tests-self-insert): New function.
263         (python-triple-quote-pairing): Use it.
264         (python-parens-electric-indent-1): New test. (Bug#17658)
266 2014-06-28  Leo Liu  <sdl.web@gmail.com>
268         * automated/calc-tests.el: New file and add tests for math-bignum.
269         (Bug#17556)
271 2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
273         * automated/dbus-tests.el (dbus--test-register-service)
274         (dbus-test02-register-service-session): Replace `dbus-ping' calls
275         by `dbus-list-known-names'.  (Bug#17858)
277 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * automated/package-test.el (package-test-update-listing)
280         (package-test-update-archives, package-test-describe-package):
281         Adjust tests according to new package-list-unsigned.
283 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
285         * automated/python-tests.el (python-util-strip-string-1): New test.
287 2014-05-08  Glenn Morris  <rgm@gnu.org>
289         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
290         (vc-bzr-test-faulty-bzr-autoloads):
291         Give bzr a temporary home-directory, in case the real one is missing.
293 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
295         * automated/ruby-mode-tests.el
296         (ruby-interpolation-after-dollar-sign): New test.
298 2014-05-05  Glenn Morris  <rgm@gnu.org>
300         * automated/help-fns.el: New file.
302 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
304         * automated/tramp-tests.el (top):
305         * automated/file-notify-tests.el (top): Do not disable interactive
306         passwords in batch mode.
307         (password-cache-expiry): Set to nil.
309 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
311         * automated/file-notify-tests.el
312         (file-notify-test-remote-temporary-file-directory):
313         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
314         Use a mock-up method as default.
315         (tramp-test00-availability): Print the used directory name.
316         (tramp-test33-recursive-load): Fix typo.
318 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
320         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
321         (tramp-test30-special-characters): Remove test for backslash.
323 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
325         * automated/tramp-tests.el
326         (tramp-test19-directory-files-and-attributes)
327         (tramp-test22-file-times): Check for `file-attributes' equality
328         only if there is a usable timestamp.
329         (tramp--test-check-files): Do not use `copy-sequence'.
331 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
333         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
334         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
336 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
338         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
339         (tramp--test-make-temp-name): Optional argument LOCAL.
340         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
341         (tramp-test10-write-region): No special test for out-of-band copy
342         needed anymore.
343         (tramp-test11-copy-file, tramp-test12-rename-file)
344         (tramp-test21-file-links): Extend tests.
345         (tramp-test20-file-modes): More robust check for user "root".
346         (tramp--test-check-files): New defun.
347         (tramp-test30-special-characters, tramp-test33-recursive-load)
348         (tramp-test34-unload): New tests.
349         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
351 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
353         * automated/electric-tests.el: Fix spelling error in test name.
354         (whitespace-skipping-for-quotes-not-outside):
355         Rename from whitespace-skipping-for-quotes-not-ouside.
357 2014-04-09  Glenn Morris  <rgm@gnu.org>
359         * automated/python-tests.el (python-triple-quote-pairing):
360         Enable/disable electric-pair-mode as needed.
362         * automated/electric-tests.el (electric-pair-backspace-1):
363         Replace deleted function.
365 2014-04-07  João Távora  <joaotavora@gmail.com>
367         * automated/electric-tests.el (define-electric-pair-test):
368         Don't overtest.
369         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
370         (inhibit-in-mismatched-string-inside-c-comments): New test.
372         * automated/electric-tests.el (inhibit-if-strings-mismatched):
373         New test, change from `inhibit-only-of-next-is-mismatched'.
375 2014-04-06  João Távora  <joaotavora@gmail.com>
377         * automated/python-tests.el (python-triple-quote-pairing): New test.
378         (python-syntax-after-python-backspace): New test.
380         * automated/electric-tests.el (electric-pair-define-test-form):
381         More readable test docstrings.
382         (whitespace-skipping-for-quotes-not-ouside)
383         (whitespace-skipping-for-quotes-only-inside)
384         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
386 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
388         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
389         (undo-test-region-t-marker): New tests of marker adjustments.
390         (undo-test-marker-adjustment-moved):
391         (undo-test-region-mark-adjustment): New tests to demonstrate
392         bug#16818, which fail without the fix.
394 2014-03-23  Daniel Colascione  <dancol@dancol.org>
396         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
397         test: correct parsing of keyword arguments.
399 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
401         * automated/package-test.el (package-test-describe-package):
402         Fix test failure in non-graphical mode.
404 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
406         * automated/package-test.el (package-test-describe-package):
407         Check for the "Keywords: " line.
409         * automated/data/package/archive-contents: Include the :keywords
410         field in `simple-single' data form.
412 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
414         * automated/package-test.el
415         (package-test-install-two-dependencies): New test (bug#16826).
417         * automated/data/package/simple-two-depend-1.1.el: New file.
419         * automated/data/package/archive-contents:
420         Add info about the new package.
422 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
424         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
425         (tramp-test10-write-region): Extend for out-of-band copy.
426         (tramp-test31-asynchronous-requests): New test.
428 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
430         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
431         Add new test of undo in region.
432         (undo-test-in-region-eob): Add test case described at
433         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
435 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
437         * automated/tramp-tests.el (tramp--test-enabled)
438         (tramp-test15-copy-directory): No special handling of tramp-adb.el
439         anymore.  It's fixed in that package.
441 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
443         * automated/tramp-tests.el (tramp--test-enabled): Move connection
444         cleanup into this function.  Remove respective code from all test
445         cases.
446         (tramp--instrument-test-case): Declare `indent' and `debug'.
447         Handle other errors as well.
448         (tramp-test14-delete-directory): Check for `file-error' error.
449         (tramp-test15-copy-directory): Ignore return value of
450         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
451         (tramp-test19-directory-files-and-attributes): Take care of
452         timestamp of "../".
453         (tramp-test20-file-modes, tramp-test27-start-file-process)
454         (tramp-test28-shell-command): Skip for tramp-adb.el.
455         (tramp-test21-file-links): `file-truename' shall preserve trailing
456         link of directories.
457         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
458         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
459         `kill-buffer-query-functions' to nil.
460         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
462 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
464         * automated/tramp-tests.el
465         (tramp-test19-directory-files-and-attributes): Do not include
466         directories in comparison; they might have changed their
467         timestamps already.
469 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
471         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
472         (tramp-test17-insert-directory): First line could contain more
473         text, when produced by `ls-lisp'.
474         (tramp-test19-directory-files-and-attributes): Instrument failed
475         test case.
477 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
479         * automated/tramp-tests.el (tramp-test17-insert-directory):
480         Make first line "total 123" optional.
481         (tramp-test20-file-modes, tramp-test22-file-times)
482         (tramp-test26-process-file, tramp-test27-start-file-process)
483         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
484         tramp-smb.el.
485         (tramp-test20-file-modes): Check for "root" only when there is an
486         explicit user name.
487         (tramp-test21-file-links): Handle "... not supported" error.
488         (tramp-test22-file-times): Skip for "don't know" return values.
489         (tramp-test26-process-file, tramp-test28-shell-command):
490         Remove color escape sequences.
491         (tramp-test28-shell-command): Use `accept-process-output' rather
492         than `sit-for'.
493         (tramp-test30-utf8): Set coding system `utf-8'.
495 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
497         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
498         an initial `sit-for' prior the while loop.
500 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
502         Sync with Tramp 2.2.9.
504         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
505         (tramp-test28-shell-command): Make a while loop when waiting for
506         process exit.
508 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
510         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
511         and `vc-hg'.  Declare `tramp-find-executable' and
512         `tramp-get-remote-path'.
513         (tramp-test29-vc-registered): New test.
514         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
516 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
518         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
519         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
520         (tramp-test28-shell-command): Improve `shell-command' test.  Add
521         `async-shell-command' tests.
523 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
525         * automated/file-notify-tests.el (file-notify--wait-for-events):
526         Use `read-event' instead of `sit-for'.
527         (file-notify-test02-events): Remove expected result, the bug is
528         fixed meanwhile.
529         (file-notify-test02-events, file-notify-test03-autorevert):
530         Use `sleep-for' instead of `sit-for'.
532 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
534         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
535         New test.
537 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
539         * automated/file-notify-tests.el (file-notify--deftest-remote):
540         Do not skip when the local test has failed.  They are unrelated.
541         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
542         `noninteractive' to nil, otherwise `sit-for' could be degraded to
543         `sleep-for'.
544         (file-notify-test02-events): Check for `file-remote-p' instead of
545         `file-notify--test-remote-enabled'.
547 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
549         * automated/file-notify-tests.el (file-notify-test02-events):
550         Let test case fail for Bug#16519.
552 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
554         * automated/file-notify-tests.el (file-notify-test02-events):
555         Hide Bug#16519, until it is solved.
557 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
559         * automated/file-notify-tests.el
560         (file-notify--test-local-enabled): Fix error in logic.
561         (file-notify--wait-for-events): New defmacro.
562         (file-notify-test02-events): Make short breaks between file operations.
563         Use `file-notify--wait-for-events'.  Check, that events have arrived.
564         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
566         * automated/comint-testsuite.el
567         (comint-testsuite-password-strings): Add localized examples.
569 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
571         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
572         case if inotify is not linked with Emacs.  Use `read-event' rather
573         than `sit-for' in order to process events.  (Bug#13662)
575 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
577         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
578         test case with adapted test string.  (Bug#13064)
580 2013-12-28  Glenn Morris  <rgm@gnu.org>
582         * automated/electric-tests.el: Require 'elec-pair.
584 2013-12-26  João Távora  <joaotavora@gmail.com>
586         * automated/electric-tests.el (electric-pair-test-for):
587         Fix autowrapping tests in batch-mode by running with
588         `transient-mark-mode' set to `lambda'.
590         * automated/electric-tests.el: New file.
592 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
594         * automated/python-tests.el
595         (python-nav-lisp-forward-sexp-safe-1): Remove test.
596         (python-nav-forward-sexp-safe-1): New test.
598 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
600         * automated/ruby-mode-tests.el: Add tests for
601         `ruby-align-to-stmt-keywords'.
603         * indent/ruby.rb: Update examples to reflect the lack of change in
604         default indentation of `begin' blocks.
606 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
608         * indent/ruby.rb: Update examples according to the change
609         in `smie-indent-close'.
611 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
613         * indent/ruby.rb: New examples.
615 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
617         * automated/python-tests.el (python-indent-dedenters-2): New test.
619 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
621         * automated/python-tests.el (python-indent-after-comment-1)
622         (python-indent-after-comment-2): New tests.
624 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
626         * automated/python-tests.el (python-indent-block-enders-1):
627         Rename from python-indent-block-enders.
628         (python-indent-block-enders-2): New test.
630 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
632         * indent/js.js: New file.
634 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
636         * automated/dbus-tests.el: New file.
638 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * automated/regexp-tests.el: New file.
642 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
644         * automated/reftex-tests.el (reftex-parse-from-file-test):
645         Run temp-dir through file-truename, to make sure the temporary file
646         names are comparable as strings.
648         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
649         Force Unix EOLs by using 'utf-8-unix', since the default of
650         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
652 2013-11-28  Glenn Morris  <rgm@gnu.org>
654         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
656 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
658         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
659         (EMACSOPT): Use $(PATH_SEP).
661 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
663         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
664         Set to nil.
666 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
668         * automated/file-notify-tests.el
669         (file-notify-test-remote-temporary-file-directory):
670         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
671         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
672         (file-notify--deftest-remote): Cleanup connection initially.
673         (file-notify-test03-autorevert): Run also in batch mode.  Use a
674         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
675         does not work on MS Windows.  Call `accept-process-output' for
676         remote files.  Apply `string-match' instead of `string-equal', the
677         messages are different on MS Windows.
679         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
680         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
681         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
683 2013-11-23  Glenn Morris  <rgm@gnu.org>
685         * automated/python-tests.el (python-shell-make-comint-1)
686         (python-shell-make-comint-2, python-shell-get-process-1):
687         Suppress creation of some temp-files.
689         * automated/python-tests.el (python-shell-parse-command-1)
690         (python-shell-make-comint-1, python-shell-make-comint-2)
691         (python-shell-get-process-1)
692         (python-shell-internal-get-or-create-process-1):
693         Skip rather than fail if prereqs not found.
695         * automated/Makefile.in (emacs):
696         Empty EMACSLOADPATH rather than unsetting.
698 2013-11-22  Glenn Morris  <rgm@gnu.org>
700         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
701         Set expected-result.
703 2013-11-21  Glenn Morris  <rgm@gnu.org>
705         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
706         (compile-main): Pass XARGS_LIMIT to xargs.
708         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
709         (EMACSOPT): Use PATH_SEPARATOR.
711 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
713         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
714         Add a failing test for Bug#15874.
715         (ruby--insert-coding-comment-ruby-style)
716         (ruby--insert-coding-comment-emacs-style)
717         (ruby--insert-coding-comment-custom-style):
718         Add a few tests for `ruby--insert-coding-comment'.
720 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
722         Improve API of recently-added bool vector functions (Bug#15912).
723         * automated/data-tests.el: Adjust to API changes.
725 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
727         * automated/tramp-tests.el (tramp-test07-file-exists-p)
728         (tramp-test08-file-local-copy)
729         (tramp-test09-insert-file-contents, tramp-test10-write-region)
730         (tramp-test11-copy-file, tramp-test12-rename-file)
731         (tramp-test13-make-directory, tramp-test14-delete-directory)
732         (tramp-test15-copy-directory, tramp-test16-directory-files)
733         (tramp-test17-insert-directory, tramp-test18-file-attributes)
734         (tramp-test19-directory-files-and-attributes)
735         (tramp-test20-file-modes, tramp-test21-file-links)
736         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
737         (tramp-test24-file-name-completion, tramp-test25-load)
738         (tramp-test26-process-file, tramp-test27-start-file-process)
739         (tramp-test28-shell-command): Cleanup connection initially.
741 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
743         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
744         connection before running the test.
746 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
748         * automated/tramp-tests.el (tramp-test15-copy-directory)
749         (tramp-test16-directory-files, tramp-test17-insert-directory)
750         (tramp-test18-file-attributes)
751         (tramp-test19-directory-files-and-attributes)
752         (tramp-test20-file-modes, tramp-test21-file-links)
753         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
754         (tramp-test24-file-name-completion, tramp-test25-load)
755         (tramp-test26-process-file, tramp-test27-start-file-process)
756         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
757         (tramp-test29-utf8): New test.
759 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
761         * automated/file-notify-tests.el (file-notify-test02-events)
762         (file-notify-test03-autorevert): Suppress messages in `write-region'.
764         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
765         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
766         (tramp-test26-process-file, tramp-test28-shell-command):
767         Ensure, that the directory is not empty when calling "ls".
769 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
771         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
772         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
773         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
774         (tramp-test09-insert-file-contents, tramp-test10-write-region)
775         (tramp-test26-process-file): Add tests.
776         (tramp-test11-copy-file): Remove debug message.
777         (tramp-test20-file-modes): Special case, if user is "root".
779 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
781         * automated/file-notify-tests.el:
782         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
783         `tramp-remote-path' when running on hydra.
784         (tramp-test07-file-exists-p): Remove instrumentation code.
785         (tramp-test26-process-file): Don't use "/bin/true" and
786         "/bin/false", these paths do not exist on hydra.
788 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
790         * automated/process-tests.el: New file.
792 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
794         * indent/ruby.rb: New examples.
796 2013-11-06  Glenn Morris  <rgm@gnu.org>
798         * automated/Makefile.in (setwins): Avoid accidental matches.
800 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
802         * automated/tramp-tests.el (tramp-test07-file-exists-p):
803         Fix docstring.  Instrument, in order to hunt failure on hydra.
805 2013-11-06  Glenn Morris  <rgm@gnu.org>
807         * automated/flymake-tests.el (warning-predicate-rx-gcc)
808         (warning-predicate-function-gcc, warning-predicate-rx-perl)
809         (warning-predicate-function-perl):
810         * automated/info-xref.el (info-xref-test-makeinfo):
811         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
812         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
814 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
816         * automated/tramp-tests.el: New file.
818 2013-11-05  Glenn Morris  <rgm@gnu.org>
820         Get rid of --chdir usage.
821         * automated/Makefile.in (EMACSOPT): Move -L here.
822         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
823         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
824         (.el.elc): No more need to pass -L here.
825         (compile-main): Get rid of sub-shell and cd.
826         (compile-clean, check): Get rid of cd.
828         Make it possible to run tests with a different working directory.
829         * automated/flymake-tests.el (flymake-tests-data-directory): New.
830         (flymake-tests--current-face): Use flymake-tests-data-directory.
831         (warning-predicate-function-gcc, warning-predicate-rx-perl)
832         (warning-predicate-function-perl): Adapt for above change.
833         * automated/zlib-tests.el (zlib-tests-data-directory): New.
834         (zlib--decompress): Use zlib-tests-data-directory.
836         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
837         Remove test that makes no sense.
839         * automated/files.el (files-test-local-variable-data):
840         Fix result typo presumably caused by interference from dir-locals.
841         (file-test--do-local-variables-test): Prevent dir-locals interfering.
843 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
845         * indent/ruby.rb: Add a statement on the line after heredoc.
846         Move a now-successful example.
848         * automated/ruby-mode-tests.el: Remove outdated comment.
850 2013-11-04  Glenn Morris  <rgm@gnu.org>
852         * automated/Makefile.in (abs_srcdir): Remove.
853         (emacs): Unset EMACSLOADPATH.
854         (.el.elc, check): Use -L to append srcdir to load-path.
856 2013-11-02  Glenn Morris  <rgm@gnu.org>
858         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
859         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
860         (abs_srcdir): New, set by configure.
861         (EMACS): Use a relative file name.
862         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
863         (lisp-compile): Remove (assume it's up-to-date).
864         (compile-main): Do not run lisp-compile.
865         (compile-main, compile-clean, compile-always, bootstrap-clean)
866         (check): Use srcdir rather than $test.  Check cd return value.
867         Use --chdir.
868         (doit, compile, compile-always): Remove stuff copied from lisp/.
869         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
871 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
873         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
874         Add a skipping test.
876 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
880         * indent/css-mode.css (.x2): Test alignement inside braces.
882 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
884         * indent/ruby.rb: New failing example.
886         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
887         Fix the test, in respect to adding the space after the curly.
889 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
891         * automated/ert-tests.el (ert-test-skip-unless): New test case.
892         (ert-test-deftest): Adapt test for changed macro expansion.
893         (ert-test-run-tests-interactively):
894         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
895         Add a skipping test.
897         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
898         (file-notify--test-local-enabled): Make it a function.  Check also
899         for `file-remote-p' of `temporary-file-directory'.
900         (file-notify--test-remote-enabled-checked): New defvar.
901         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
902         internal functions.  Cache result.
903         (file-notify--deftest-remote, file-notify-test00-availability)
904         (file-notify-test01-add-watch, file-notify-test02-events)
905         (file-notify-test03-autorevert): Add checks with `skip_unless'.
906         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
908 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
910         * indent/ruby.rb: Fix syntax error in the latest example.
912 2013-10-23  Glenn Morris  <rgm@gnu.org>
914         * automated/Makefile.in (abs_top_srcdir, top_builddir):
915         New, set by configure.
916         (top_srcdir): Remove.
917         (abs_test, abs_lispsrc): New.
918         (lisp): No longer absolute.
919         (emacs, lisp-compile, compile, compile-always):
920         Quote entities that might contain whitespace.
922 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
924         * indent/ruby.rb: Move two examples to "working" section, add one
925         more.
927 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
929         * indent/ruby.rb: New examples for indentation of blocks.
930         Example of hash inside parens that inflooped before the present commit.
932 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
934         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
935         allows another timer to run.
937 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
939         * indent/ruby.rb: More examples for bug#15594, both failing and
940         now passing.
942 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
944         * indent/ruby.rb: Add two more cases.
946 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
949         first use.
950         (ruby-should-indent): Use indent-according-to-mode.
951         (ruby-deftest-move-to-block): Use `declare'.
953 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
955         * indent/ruby.rb: Fix a spurious change, add more failing examples.
957 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * indent/ruby.rb: Add a few more tests; adjust some indentation.
961 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
963         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
964         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
966         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
968 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
971         Adjust indentation of continued line to the new SMIE behavior.
973 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
975         * automated/completion-tests.el:
976         * indent/css-mode.css: New files.
978 2013-10-03  Daiki Ueno  <ueno@gnu.org>
980         * automated/data/package/signed/archive-contents:
981         * automated/data/package/signed/archive-contents.sig:
982         * automated/data/package/signed/signed-good-1.0.el:
983         * automated/data/package/signed/signed-good-1.0.el.sig:
984         * automated/data/package/signed/signed-bad-1.0.el:
985         * automated/data/package/signed/signed-bad-1.0.el.sig:
986         * automated/data/package/key.pub:
987         * automated/data/package/key.sec: New files.
989         * automated/package-test.el (package-test-update-listing)
990         (package-test-update-archives, package-test-describe-package):
991         Adjust to package.el change.
992         (package-test-signed): New test.
994 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
996         * automated/package-test.el: Update all cases to use :url instead
997         of :homepage.
999         * automated/package-x-test.el
1000         (package-x-test--single-archive-entry-1-3): Same.
1002 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1004         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1005         was unused.
1006         (simple-single-desc): Expect :homepage property.
1007         (multi-file-desc): Same.
1008         (with-package-test): Do not save previous `default-directory'
1009         value, let-bind the var instead.
1010         (package-test-install-single): Expect :homepage property in the
1011         generated pkg file.
1012         (package-test-describe-package): Expect Homepage button.
1013         (package-test-describe-non-installed-package)
1014         (package-test-describe-non-installed-multi-file-package): Same.
1015         (package-test-describe-not-installed-package): Remove, it was a
1016         duplicate.
1018         * automated/package-x-test.el
1019         (package-x-test--single-archive-entry-1-3): Expect :homepage
1020         property.
1021         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1023         * automated/data/package/simple-single-1.3.el: Add URL header.
1025         * automated/data/package/archive-contents: Add :homepage
1026         properties to `simple-single' and `multi-file'.
1028 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1030         * automated/data-tests.el:
1031         (bool-vector-count-matches-all-0-nil)
1032         (bool-vector-count-matches-all-0-t)
1033         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1034         (bool-vector-count-matches-at, bool-vector-intersection-op)
1035         (bool-vector-union-op, bool-vector-xor-op)
1036         (bool-vector-set-difference-op)
1037         (bool-vector-change-detection, bool-vector-not): New tests.
1038         (mock-bool-vector-count-matches-at)
1039         (test-bool-vector-bv-from-hex-string)
1040         (test-bool-vector-to-hex-string)
1041         (test-bool-vector-count-matches-at-tc)
1042         (test-bool-vector-apply-mock-op)
1043         (test-bool-vector-binop): New helper functions.
1044         (bool-vector-test-vectors): New testcase data.
1046 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1048         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1049         (advice-test-called-interactively-p-filter-args)
1050         (advice-test-called-interactively-p-around): New tests.
1052 2013-09-16  Glenn Morris  <rgm@gnu.org>
1054         * automated/eshell.el (eshell-match-result):
1055         Return a more informative failure than simply "false".  Update callers.
1057         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1058         Test value before and after loop as well as during.
1060 2013-09-15  Glenn Morris  <rgm@gnu.org>
1062         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1063         New test.  (Bug#15372)
1064         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1066 2013-09-13  Glenn Morris  <rgm@gnu.org>
1068         * automated/eshell.el (with-temp-eshell):
1069         Use a temp directory for eshell-directory-name.
1070         (eshell-test-command-result): New, again using a temp directory.
1071         Replace eshell-command-result with this throughout.
1072         (eshell-test/for-loop, eshell-test/for-name-loop):
1073         Ensure environment variables don't confuse us.
1075 2013-09-12  Glenn Morris  <rgm@gnu.org>
1077         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1078         due to "has a running process; kill it?" prompts.
1080 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * automated/eshell.el: Rename from eshell.el.
1083         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1085 2013-09-01  Glenn Morris  <rgm@gnu.org>
1087         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1088         Otherwise the sed command used by eg compile-main ends up
1089         containing "/*.el".  (Bug#15170)
1091 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1093         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1094         for portability to hosts where /bin/sh has problems.
1096 2013-08-21  David Engster  <deng@randomsample.de>
1098         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1099         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1100         upstream.  Changed to use ERT.
1102 2013-08-14  Daniel Hackney  <dan@haxney.org>
1104         * automated/package-test.el: Remove tar-package-building functions.
1105         Tar file used for testing is included in the repository.
1106         (package-test-install-texinfo, package-test-cleanup-built-files):
1107         Remove.
1109 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1111         * automated/python-tests.el (python-imenu-create-index-4)
1112         (python-imenu-create-flat-index-2): New tests.
1114 2013-08-05  Glenn Morris  <rgm@gnu.org>
1116         * automated/mule-util.el: New file, with tests extracted from
1117         lisp/international/mule-util.el.
1119 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1121         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1122         before definition.
1123         (advice-tests-macroaliases): New test.
1125 2013-08-04  Glenn Morris  <rgm@gnu.org>
1127         * automated/ert-tests.el: Disable failing test that no-one seems
1128         to know how to fix.  (Bug#13064)
1130         * automated/icalendar-tests.el (icalendar-tests--test-export)
1131         (icalendar-tests--test-import): Try more precise TZ specification.
1132         Remove debug messages.
1134 2013-08-03  Glenn Morris  <rgm@gnu.org>
1136         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1138         * automated/icalendar-tests.el (icalendar-tests--test-export)
1139         (icalendar-tests--test-import):
1140         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1141         (icalendar-tests--test-import): Reset zone even if error occurred.
1143 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * automated/core-elisp-tests.el: New file.
1147 2013-08-01  Glenn Morris  <rgm@gnu.org>
1149         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1150         Try to check that the remote system has a notification program.
1152 2013-07-31  Glenn Morris  <rgm@gnu.org>
1154         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1156 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1158         * automated/file-notify-tests.el
1159         (file-notify--test-local-enabled): New defconst.  Replaces all
1160         `file-notify-support' occurrences.
1161         (file-notify--test-remote-enabled): New defun.
1162         (file-notify--deftest-remote): Use it.
1163         (file-notify-test00-availability): Rewrite.
1164         (file-notify-test00-availability-remote): New defun.
1165         (file-notify-test01-add-watch): Rewrite first erroneous check.
1167 2013-07-23  Glenn Morris  <rgm@gnu.org>
1169         * automated/inotify-test.el (inotify-file-watch-simple):
1170         Delete temp-file when done.
1172         * automated/subword-tests.el: Require subword.
1174 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1176         * automated/subword-tests.el: New file.
1178 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1180         * automated/python-tests.el (python-imenu-create-index-2)
1181         (python-imenu-create-index-3): New tests.
1183 2013-07-11  Glenn Morris  <rgm@gnu.org>
1185         * automated/ert-tests.el: Require cl-lib at runtime too.
1186         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1187         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1188         (ert-test-set-functions, ert-test-gensym)
1189         (ert-test-coerce-to-vector, ert-test-string-position)
1190         (ert-test-mismatch): Remove tests.
1191         * automated/cl-lib.el: New, split from ert-tests.el.
1193         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1194         Goto point-min.
1195         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1196         (ruby-move-to-block-skips-percent-literal)
1197         (ruby-move-to-block-skips-heredoc)
1198         (ruby-move-to-block-moves-from-else-to-if)
1199         (ruby-beginning-of-defun-does-not-fold-case)
1200         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1201         Replace goto-line with forward-line/goto-char.
1202         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1204         * automated/package-test.el (makeinfo-buffer): Autoload.
1205         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1206         (package-test-install-texinfo): Don't require makeinfo.
1208         * automated/files.el: Stop "local variables" confusion.
1210         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1212         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1213         Use with-current-buffer.
1215         * automated/undo-tests.el (undo-test-buffer-modified)
1216         (undo-test-file-modified): New tests.
1218 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1220         * automated/file-notify-tests.el (file-notify-test00-availability):
1221         Set :expected-result.
1222         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1223         (file-notify-test02-events, file-notify-test02-events-remote)
1224         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1225         Skip when `file-notify-support' is nil.  (Bug#14823)
1227 2013-07-09  Glenn Morris  <rgm@gnu.org>
1229         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1230         Declare.
1231         (inotify-file-watch-simple): Silence compiler.
1233         * automated/python-tests.el (python-indent-block-enders):
1234         Make it actually test something.
1236         * automated/package-x-test.el: Require package-test when compiling.
1238         * automated/add-log-tests.el, automated/advice-tests.el:
1239         * automated/imenu-test.el, automated/package-x-test.el:
1240         * automated/python-tests.el, automated/ruby-mode-tests.el:
1241         * automated/xml-parse-tests.el: Explicitly require ert.
1243 2013-07-08  Kenichi Handa  <handa@gnu.org>
1245         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1246         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1248 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1250         * automated/file-notify-tests.el
1251         (file-notify-test-remote-temporary-file-directory):
1252         Use `null-device' on w32.
1253         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1254         (file-notify--test-results, file-notify--test-event)
1255         (file-notify--deftest-remote, file-notify--event-test)
1256         (file-notify--test-event-handler)
1257         (file-notify--test-make-temp-name): Rename, in order to mark them
1258         internal.
1259         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1260         better fitting in noninteractive tests.
1261         (file-notify-test00-availability): Rename from `file-notify-test0'.
1262         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1263         Use `temporary-file-directory '.
1264         (file-notify-test01-add-watch-remote): New test.
1265         (file-notify-test02-events): Rename from `file-notify-test2'.
1266         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1267         (file-notify-test03-autorevert): Rename from
1268         `file-notify-test4'.  Use timeouts.
1269         (file-notify-test03-autorevert-remote): Rename from
1270         `file-notify-test5'.
1272 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1274         * automated/file-notify-tests.el: New package.
1276 2013-06-28  Kenichi Handa  <handa@gnu.org>
1278         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1279         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1280         Callers changed.
1281         (decoder-tests-filename): New function.
1282         (decoder-tests-prefer-utf-8-read)
1283         (decoder-tests-prefer-utf-8-write): New function.
1284         (ert-test-decoder-prefer-utf-8): New test.
1286 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1288         * automated/package-x-test.el: Change the commentary.
1289         (package-x-test--single-archive-entry-1-3)
1290         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1291         using the appropriate data structure.
1293 2013-06-27  Daniel Hackney  <dan@haxney.org>
1295         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1297         * automated/package-x-test.el: New file.
1299         * automated/package-test.el: New file.
1301         * automated/data/package: New directory, with test examples.
1303 2013-06-27  Glenn Morris  <rgm@gnu.org>
1305         * automated/python-tests.el (python-tests-with-temp-file):
1306         Clean up after ourself.
1308         * automated/undo-tests.el (undo-test3): Remove test that seems to
1309         do nothing that the previous one doesn't, except leave a tempfile.
1311 2013-06-26  Glenn Morris  <rgm@gnu.org>
1313         * automated/info-xref.el: New file.
1315 2013-06-25  Glenn Morris  <rgm@gnu.org>
1317         * automated/occur-tests.el (occur-test-create): New function.
1318         Use it to create separate tests for each element, so we run them
1319         all rather than stopping at the first error.
1321 2013-06-24  Glenn Morris  <rgm@gnu.org>
1323         * automated/occur-tests.el (occur-tests):
1324         Update for 2013-05-29 change to occur header line.
1326 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1328         Test suite for flymake.
1329         * automated/flymake-tests.el:
1330         * automated/flymake/warnpred/Makefile
1331         * automated/flymake/warnpred/test.c
1332         * automated/flymake/warnpred/test.pl: New files.
1334 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1336         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1338 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1340         * automated/reftex-tests.el: New test suite for reftex.
1342 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1344         * automated/ruby-mode-tests.el: New tests, for percent literals
1345         and expression expansion.
1347 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1349         * indent/octave.m: Tweak.
1351 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1353         * eshell.el: Rewrite tests using ERT.
1355 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1357         * indent/octave.m: Add tests for %!, # and ### comments.
1359 2013-05-23  Kenichi Handa  <handa@gnu.org>
1361         * automated/decoder-tests.el: New file.
1363 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1365         * indent/ruby.rb: Add multiline regexp example.
1367         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1368         (ruby-regexp-skips-over-interpolation)
1369         (ruby-regexp-continues-till-end-when-unclosed)
1370         (ruby-regexp-can-be-multiline)
1371         (ruby-interpolation-inside-percent-literal): New tests.
1373 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1375         * indent/ruby.rb: Fix indentation after =; add more cases.
1377 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1379         * indent/pascal.pas: Add test for mis-identified comments.
1381 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1383         * automated/imenu-test.el: New file.  (Bug#14112)
1385 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1387         * automated/python-tests.el (python-imenu-prev-index-position-1):
1388         Remove test.
1389         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1390         New tests.
1392 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1394         * automated/python-tests.el (python-nav-backward-defun-2)
1395         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1396         (python-nav-forward-defun-3): New tests.
1398 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1400         * automated/python-tests.el (python-nav-backward-defun-1)
1401         (python-nav-forward-defun-1): New tests.
1403 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1405         * automated/add-log-tests.el: New file.  (Bug#14112)
1407 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1409         * automated/python-tests.el (python-indent-block-enders): New test.
1410         (python-info-current-defun-2): Fix test.
1412 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1414         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1416 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1418         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1419         (python-tests-with-temp-file): New macro.
1420         (python-tests-shell-interpreter): New var.
1421         (python-shell-get-process-name-1)
1422         (python-shell-internal-get-process-name-1)
1423         (python-shell-parse-command-1)
1424         (python-shell-calculate-process-environment-1)
1425         (python-shell-calculate-process-environment-2)
1426         (python-shell-calculate-process-environment-3)
1427         (python-shell-calculate-exec-path-1)
1428         (python-shell-calculate-exec-path-2)
1429         (python-shell-make-comint-1)
1430         (python-shell-make-comint-2)
1431         (python-shell-get-process-1)
1432         (python-shell-get-or-create-process-1)
1433         (python-shell-internal-get-or-create-process-1): New tests.
1435 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1437         * automated/python-tests.el: New file.
1439 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1441         * automated/ruby-mode-tests.el
1442         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1443         bits inside the examples.
1444         (ruby-move-to-block-skips-heredoc): New test.
1445         (ruby-add-log-current-method-after-inner-class):
1446         Lower expectations: move point inside a method, initially.
1448 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1450         * automated/ruby-mode-tests.el
1451         (ruby-move-to-block-skips-percent-literal): New test.
1453 2013-02-04  Chong Yidong  <cyd@gnu.org>
1455         * automated/thingatpt.el: New file.
1457 2013-02-03  Chong Yidong  <cyd@gnu.org>
1459         * automated/files.el (file-test--do-local-variables-test):
1460         Avoid compilation warning message.
1462 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1464         * automated/ruby-mode-tests.el
1465         (ruby-indent-spread-args-in-parens): New test.
1466         * automated/ruby-mode-tests.el (ruby-block-test-example):
1467         Break indentation of the do block opener and add a line inside it.
1468         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1469         Adjust line numbers.
1471 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1475 2013-01-14  Glenn Morris  <rgm@gnu.org>
1477         * automated/compile-tests.el (compile-tests--test-regexps-data):
1478         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1480 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1482         * automated/man-tests.el: New file.
1484 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1486         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1488 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1490         * automated/undo-tests.el: New file.
1492 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1494         * automated/ruby-mode-tests.el
1495         (ruby-indent-after-block-in-continued-expression): New test.
1497 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1499         * automated/ruby-mode-tests.el:
1500         Rename one interpolation test; add three more.
1501         (ruby-with-temp-buffer): New macro, use it where appropriate.
1502         (ruby-add-log-current-method-examples): Use "_" for target point.
1503         Add four new tests for ruby-add-log-current-method.
1505 2012-12-11  Glenn Morris  <rgm@gnu.org>
1507         * automated/f90.el (f90-test-bug13138): New test.
1509 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1511         * automated/inotify-test.el: New test.
1513 2012-12-02  Chong Yidong  <cyd@gnu.org>
1515         * automated/ruby-mode-tests.el
1516         (ruby-add-log-current-method-examples): Don't use loop macro, to
1517         allow automated testing to work.
1519 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * automated/advice-tests.el (advice-tests--data): Remove.
1522         (advice-tests): Move the tests directly here instead.
1523         Add called-interactively-p tests.
1525 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * automated/ert-x-tests.el: Use cl-lib.
1528         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1530 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1532         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1533         (ruby-indent-inside-heredoc-after-operator)
1534         (ruby-indent-inside-heredoc-after-space): New tests.
1535         Change direct font-lock face references to var references.
1536         (ruby-interpolation-suppresses-syntax-inside): New test.
1537         (ruby-interpolation-inside-percent-literal-with-paren):
1538         New failing test.
1540 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1542         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1543         (ruby-singleton-class-no-heredoc-font-lock)
1544         (ruby-add-log-current-method-examples): New tests.
1545         (ruby-test-string): Extract from ruby-should-indent-buffer.
1546         (ruby-deftest-move-to-block): New macro.
1547         Add several move-to-block tests.
1549 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * automated/advice-tests.el: New tests.
1553 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1555         * automated/compile-tests.el (compile-tests--test-regexps-data):
1556         Add new data for msft's new format.
1558 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1560         * automated/ruby-mode-tests.el:
1561         (ruby-toggle-block-to-multiline): New test.
1562         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1563         (ruby-toggle-block-to-brace): Use buffer-string.
1565 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1567         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1569 2012-08-28  Chong Yidong  <cyd@gnu.org>
1571         * automated/files.el: Test every combination of values for
1572         enable-local-variables and enable-local-eval.
1574 2012-08-19  Chong Yidong  <cyd@gnu.org>
1576         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1578 2012-08-18  Chong Yidong  <cyd@gnu.org>
1580         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1582 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1584         * indent/ruby.rb: Rearrange examples, add new ones.
1586 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1588         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1589         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1591 2012-08-11  Glenn Morris  <rgm@gnu.org>
1593         * automated/files.el: New file.
1595         * automated/Makefile.in (all): Fix typo.
1597 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1599         * automated/ruby-mode-tests.el (ruby-should-indent):
1600         Add docstring, check (current-indentation) instead of (current-column).
1601         (ruby-should-indent-buffer): New function.
1602         Add tests for `ruby-deep-indent-paren' behavior.
1603         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1605 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1607         Original tests in test_ruby_mode.rb in upstream (author).
1609 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1611         * automated/ruby-mode-tests.el (ruby-should-indent)
1612         (ruby-assert-state): New functions.
1613         Add new tests.
1615 2012-07-29  David Engster  <deng@randomsample.de>
1617         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1618         New variable to hold test data for name expansion.
1619         (xml-parse-tests): Test the two different types of name expansion.
1621 2012-07-29  Juri Linkov  <juri@jurta.org>
1623         * automated/occur-tests.el (occur-test-case): Use predefined
1624         buffer name " *test-occur*" instead of a random buffer name.
1626 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1628         * automated/ruby-mode-tests.el: New file with one test.
1630 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * indent/shell.sh: Add test case for ${#VAR}.
1634         * indent/latex-mode.tex: New file.
1636 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * eshell.el: Use cl-lib.
1640 2012-07-03  Chong Yidong  <cyd@gnu.org>
1642         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1644 2012-07-02  Chong Yidong  <cyd@gnu.org>
1646         * automated/xml-parse-tests.el (xml-parse-tests--data):
1647         More testcases.
1649 2012-07-01  Chong Yidong  <cyd@gnu.org>
1651         * automated/xml-parse-tests.el: New file.
1653 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1656         Use cl-flet.
1658 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1660         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1661         Test escaped commas in TZID (Bug#11473).
1662         (icalendar-import-with-timezone): New.
1663         (icalendar-real-world): Add new testcase as given in the bugreport
1664         of Bug#11473.
1666 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1668         * automated/icalendar-tests.el (icalendar-tests--test-import):
1669         Include UID in import tests (Bug#11525).
1670         (icalendar-import-non-recurring, icalendar-import-rrule)
1671         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1672         UID-import change.
1673         (icalendar-import-with-uid): New.
1674         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1675         Include UID in cycle tests.
1676         (icalendar-cycle, icalendar-real-world): UID-import change.
1678 2012-05-21  Glenn Morris  <rgm@gnu.org>
1680         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1682 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1684         * automated/url-util-tests.el: New file to test
1685         lisp/url/url-util.el.  Only `url-build-query-string' and
1686         `url-parse-query-string' are tested right now (Bug#8706).
1688 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * indent/shell.sh:
1691         * indent/shell.rc: Ad some test cases.
1693 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * indent/ruby.rb: New file, to test new syntax-propertize code.
1697 2012-04-11  Glenn Morris  <rgm@gnu.org>
1699         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1701 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1703         * automated/url-future-tests.el (url-future-tests): Move from
1704         lisp/url/url-future.el and rename.
1706 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1708         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1709         Fix broken test, caused by missing trailing blank.
1711 2011-12-03  Chong Yidong  <cyd@gnu.org>
1713         * automated/compile-tests.el (compile-tests--test-regexps-data):
1714         Increase column numbers by one to reflect change in how
1715         compilation-message is recorded (Bug#10172).
1717 2011-11-22  Glenn Morris  <rgm@gnu.org>
1719         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1721 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1723         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1725 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1727         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1728         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1729         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1731 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1733         * automated/newsticker-tests.el
1734         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1735         newsticker--treeview-tree-update.
1737 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1739         * automated/newsticker-tests.el
1740         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1742         * automated/newsticker-tests.el
1743         (newsticker--group-manage-orphan-feeds): Prevent updating
1744         newsticker treeview.  Fixed bug#9763.
1746 2011-10-20  Glenn Morris  <rgm@gnu.org>
1748         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1750         * automated/vc-bzr.el: New file.
1752 2011-10-15  Glenn Morris  <rgm@gnu.org>
1754         * automated/f90.el: New file.
1756 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1758         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1759         to automated/newsticker-tests.el.  Convert to ERT.
1761 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1763         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1764         Remove, simply use string=.
1765         (icalendar--diarytime-to-isotime)
1766         (icalendar--datetime-to-diary-date)
1767         (icalendar--datestring-to-isodate)
1768         (icalendar--format-ical-event)
1769         (icalendar--parse-summary-and-rest)
1770         (icalendar-tests--do-test-import)
1771         (icalendar-tests--do-test-cycle): Change argument order of
1772         string= to EXPECTED ACTUAL.
1773         (icalendar--import-format-sample)
1774         (icalendar--format-ical-event)
1775         (icalendar-import-non-recurring)
1776         (icalendar-import-rrule)
1777         (icalendar-import-duration)
1778         (icalendar-import-bug-6766)
1779         (icalendar-real-world): Adjust to string= instead of
1780         icalendar-tests--compare-strings.
1781         (icalendar-import-multiple-vcalendars): New.
1783 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1785         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1786         Require CL.
1788 2011-05-09  Juri Linkov  <juri@jurta.org>
1790         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1791         Convert to ERT.
1793 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1795         * automated/compile-tests.el: New file.
1797 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1799         * automated/font-parse-tests.el: Don't byte-compile.
1801         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1803 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * automated/lexbind-tests.el: New file.
1807 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1809         * Version 23.3 released.
1811 2011-03-05  Glenn Morris  <rgm@gnu.org>
1813         * eshell.el: Move here from lisp/eshell/esh-test.el.
1815 2011-03-03  Christian Ohler  <ohler@gnu.org>
1817         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1818         New test.
1820 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1822         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1823         convert to ERT format.
1825 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1827         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1828         convert to ERT format.
1830 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * indent/shell.sh:
1833         * indent/shell.rc: New files.
1835 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1837         * automated/font-parse-tests.el: Move from
1838         font-parse-testsuite.el.
1840 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1842         * font-parse-testsuite.el (test-font-parse-data): New file.
1844 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * indent/prolog.prolog: Add tokenizing tests.
1848 2011-01-13  Christian Ohler  <ohler@gnu.org>
1850         * automated: New directory for automated tests.
1852         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1854         * automated/Makefile.in: New file.
1856 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         * indent/modula2.mod: New file.
1860 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1862         * indent/octave.m: Add a test to ensure indentation is local.
1864 2010-10-23  Glenn Morris  <rgm@gnu.org>
1866         * comint-testsuite.el
1867         (comint-testsuite--test-comint-password-prompt-regexp):
1868         Add "Please enter the password".  (Bug#7224)
1870 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * indent/prolog.prolog: Use normal spacing around !.
1874 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1876         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1878 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * indent/octave.m: Remove some `fixindent' not needed any more.
1882 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * indent/octave.m: New file.
1886 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1888         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1889         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1890         (icalendar-testsuite--run-internal-tests): New.
1891         (icalendar-testsuite--test-convert-ordinary-to-ical)
1892         (icalendar-testsuite--test-convert-block-to-ical)
1893         (icalendar-testsuite--test-convert-anniversary-to-ical)
1894         (icalendar-testsuite--test-parse-vtimezone)
1895         (icalendar-testsuite--do-test-export): Code formatting.
1896         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1897         (icalendar-testsuite--do-test-import)
1898         (icalendar-testsuite--do-test-cycle):
1899         Use icalendar-testsuite--compare-strings
1900         (icalendar-testsuite--run-import-tests): Comment added.
1901         (icalendar-testsuite--run-import-tests)
1902         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1904 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1906         * redisplay-testsuite.el (test-redisplay-3): New test.
1908 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1910         * comint-testsuite.el: New file.
1912 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * indent: New dir.
1916 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1918         * Version 23.2 released.
1920 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1922         * cedet/semantic-ia-utest.el
1923         (semantic-symref-test-count-hits-in-tag): Add function, from
1924         semantic-test.el.
1926         * cedet/tests/test.cpp:
1927         * cedet/tests/test.py:
1928         * cedet/tests/teststruct.cpp:
1929         * cedet/tests/testtemplates.cpp:
1930         * cedet/tests/testusing.cpp:
1931         * cedet/tests/scopetest.cpp:
1932         * cedet/tests/scopetest.java: Files deleted.
1934         * cedet/tests/test.make:
1935         * cedet/tests/test.c:
1936         * cedet/tests/testjavacomp.java:
1937         * cedet/tests/testspp.c:
1938         * cedet/tests/testsppreplace.c:
1939         * cedet/tests/testsppreplaced.c:
1940         * cedet/tests/testsubclass.cpp:
1941         * cedet/tests/testsubclass.hh:
1942         * cedet/tests/testtypedefs.cpp:
1943         * cedet/tests/testvarnames.c:
1944         * cedet/tests/test.el:
1945         * cedet/tests/testdoublens.cpp:
1946         * cedet/tests/testdoublens.hpp: Add copyright header.
1948         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1949         Remove reference to deleted files.
1951 2010-03-30  Juri Linkov  <juri@jurta.org>
1953         * occur-testsuite.el (occur-tests): Add tests for context lines.
1955 2010-03-23  Juri Linkov  <juri@jurta.org>
1957         * occur-testsuite.el: New file.
1959 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1961         * Branch for 23.2.
1963 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1965         * icalendar-testsuite.el
1966         (icalendar-testsuite--run-function-tests): Add new tests.
1967         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1968         testcase.
1969         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1970         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1971         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1972         (icalendar-testsuite--test-convert-block-to-ical): New.
1973         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1974         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1976 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1978         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1979         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1980         Fix typos in docstrings and error messages.
1981         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1983 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1985         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1986         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1987         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1989 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1991         * icalendar-testsuite.el
1992         (icalendar-testsuite--run-function-tests):
1993         Add icalendar-testsuite--test-parse-vtimezone.
1994         (icalendar-testsuite--test-parse-vtimezone): New.
1995         (icalendar-testsuite--do-test-cycle): Doc changes.
1996         (icalendar-testsuite--run-real-world-tests): Remove trailing
1997         whitespace -- see change of icalendar--add-diary-entry in
1998         icalendar.el.
1999         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2001 2009-09-30  Glenn Morris  <rgm@gnu.org>
2003         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2005 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2007         * cedet/*: New unit tests, from CEDET repository.
2009 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2011         * redisplay-testsuite.el: New file.
2013 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2015         * Branch for 23.1.
2017 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2019         * icalendar-testsuite.el
2020         (icalendar-testsuite--run-function-tests):
2021         Add icalendar-testsuite--test-diarytime-to-isotime.
2022         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2023         recent icalendar fixes.
2024         (icalendar-testsuite--test-diarytime-to-isotime): New.
2025         (icalendar-testsuite--test-create-uid): Adjust to recent
2026         icalendar changes.
2028 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2030         * bytecomp-testsuite.el: New file.
2032 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2034         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2035         Add `icalendar-testsuite--test-create-uid'.
2036         (icalendar-testsuite--test-create-uid): New.
2038 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2040         * newsticker-testsuite.el: New file.
2042 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2044         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2045         Add icalendar-testsuite--test-datestring-to-isodate,
2046         icalendar-testsuite--test-datetime-to-diary-date, and
2047         icalendar-testsuite--test-calendar-style.
2048         (icalendar-testsuite--test-format-ical-event)
2049         (icalendar-testsuite--test-parse-summary-and-rest):
2050         Doc fix.  Remove european-calendar-style.
2051         (icalendar-testsuite--get-ical-event): Doc fix.
2052         (icalendar-testsuite--test-first-weekday-of-year)
2053         (icalendar-testsuite--run-cycle-tests): Add doc string.
2054         (icalendar-testsuite--test-datestring-to-isodate)
2055         (icalendar-testsuite--test-datetime-to-diary-date)
2056         (icalendar-testsuite--test-calendar-style): New functions.
2057         (icalendar-testsuite--test-export): Handle iso date style.
2058         New arg INPUT-ISO.  Use calendar-date-style.
2059         (icalendar-testsuite--test-import): Handle iso date style.
2060         New arg EXPECTED-ISO.  Use calendar-date-style.
2061         (icalendar-testsuite--test-cycle): Handle iso date style.
2062         (icalendar-testsuite--run-import-tests)
2063         (icalendar-testsuite--run-export-tests)
2064         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2066 2008-02-29  Glenn Morris  <rgm@gnu.org>
2068         * README: New file.
2070 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2072         * icalendar-testsuite.el: New file.
2074 ;; Local Variables:
2075 ;; coding: utf-8
2076 ;; End:
2078   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2080   This file is part of GNU Emacs.
2082   GNU Emacs is free software: you can redistribute it and/or modify
2083   it under the terms of the GNU General Public License as published by
2084   the Free Software Foundation, either version 3 of the License, or
2085   (at your option) any later version.
2087   GNU Emacs is distributed in the hope that it will be useful,
2088   but WITHOUT ANY WARRANTY; without even the implied warranty of
2089   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2090   GNU General Public License for more details.
2092   You should have received a copy of the GNU General Public License
2093   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.