Merge branch 'emacs-24' of git.sv.gnu.org:/srv/git/emacs into emacs-24
[emacs.git] / test / ChangeLog
bloba117834cd345812eab5c5d1df9de2676bd6320ab
1 2014-12-14  João Távora  <joaotavora@gmail.com>
3         * automated/electric-tests.el (autowrapping-7): Tests for
4         tex-mode.
6 2014-12-13  Glenn Morris  <rgm@gnu.org>
8         * automated/flymake/warnpred/test.pl: Tweak format, since the
9         previous one seems to have stopped giving a warning with perl 5.20.1.
11 2014-11-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13         * automated/python-tests.el
14         (python-shell-calculate-process-environment-4)
15         (python-shell-calculate-process-environment-5): New tests.
16         (python-shell-make-comint-3): Use file-equal-p.
17         (python-shell-get-or-create-process-1)
18         (python-shell-get-or-create-process-2)
19         (python-shell-get-or-create-process-3): Fix interpreter for
20         Windows (Bug#18595).
22 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
24         * automated/python-tests.el (python-indent-dedenters-8): New test
25         for Bug#18432.
27 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
29         * automated/python-tests.el (python-indent-region-1)
30         (python-indent-region-2, python-indent-region-3)
31         (python-indent-region-4, python-indent-region-5): New tests.
33 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
35         Backport Tramp changes from trunk.
37         * automated/tramp-tests.el (tramp-remote-process-environment):
38         Declare.
39         (tramp--test-enabled): Ignore errors.
40         (tramp--instrument-test-case): Extend docstring.  Print debug
41         buffer in any case.
42         (tramp-test15-copy-directory): Skip for tramp-smb.el.
43         (tramp-test21-file-links): Use `file-truename' for directories.
44         (tramp-test26-process-file): Extend test according to Bug#17815.
45         (tramp-test27-start-file-process, tramp-test28-shell-command):
46         Retrieve process output more robustly.
47         (tramp-test29-vc-registered): Set $BZR_HOME.
48         (tramp--test-check-files): Extend test with `substitute-in-file-name'.
49         (tramp-test30-special-characters): Skip for tramp-adb.el,
50         tramp-gvfs.el and tramp-smb.el.  Add further file names.
52 2014-10-20  Glenn Morris  <rgm@gnu.org>
54         * Version 24.4 released.
56 2014-10-01  Glenn Morris  <rgm@gnu.org>
58         * automated/package-test.el (with-package-test, package-test-signed):
59         Also set HOME to a temp value, in case the real one is absent (e.g.
60         hydra) or read-only.  (Bug#18575)
61         (package-test-signed): Use skip-unless rather than expected-result.
63 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
65         * automated/python-tests.el:
66         (python-indent-electric-colon-1): New test.  (Bug#18228)
68 2014-08-18  Glenn Morris  <rgm@gnu.org>
70         * automated/python-tests.el (python-shell-calculate-exec-path-2):
71         Update test for today's python.el changes.
73 2014-08-11  Glenn Morris  <rgm@gnu.org>
75         * automated/data/files-bug18141.el.gz: New file.
76         * automated/files.el (files-test-bug-18141-file):
77         New variable and test.  (Bug#18141)
79 2014-08-07  Glenn Morris  <rgm@gnu.org>
81         * automated/Makefile.in (check-tar): Remove, no longer needed.
83 2014-08-03  Glenn Morris  <rgm@gnu.org>
85         * automated/Makefile.in (check-tar): Add as alias for check.
87 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
89         * automated/python-tests.el:
90         (python-util-clone-local-variables-1): Fix test.
92 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
94         * automated/python-tests.el (python-shell-make-comint-1):
95         (python-shell-make-comint-2): Fix indentation.
96         (python-shell-make-comint-3)
97         (python-shell-make-comint-4): New tests.
98         (python-shell-get-or-create-process-1): Fix test.
99         (python-shell-get-or-create-process-2)
100         (python-shell-get-or-create-process-3): New tests.
101         (python-shell-internal-get-or-create-process-1): Fix test.
102         (python-shell-prompt-detect-1): New test.
103         (python-shell-prompt-detect-2): New test.  (Bug#17370)
104         (python-shell-prompt-detect-3)
105         (python-shell-prompt-detect-4)
106         (python-shell-prompt-detect-5)
107         (python-shell-prompt-detect-6)
108         (python-shell-prompt-validate-regexps-1)
109         (python-shell-prompt-validate-regexps-2)
110         (python-shell-prompt-validate-regexps-3)
111         (python-shell-prompt-validate-regexps-4)
112         (python-shell-prompt-validate-regexps-5)
113         (python-shell-prompt-validate-regexps-6)
114         (python-shell-prompt-validate-regexps-7)
115         (python-shell-prompt-set-calculated-regexps-1)
116         (python-shell-prompt-set-calculated-regexps-2)
117         (python-shell-prompt-set-calculated-regexps-3)
118         (python-shell-prompt-set-calculated-regexps-4)
119         (python-shell-prompt-set-calculated-regexps-5)
120         (python-shell-prompt-set-calculated-regexps-6)
121         (python-util-valid-regexp-p-1): New tests.
123 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
125         * automated/python-tests.el
126         (python-indent-block-enders-1)
127         (python-indent-block-enders-2): Fix tests.
128         (python-indent-block-enders-3)
129         (python-indent-block-enders-4)
130         (python-indent-block-enders-5)
131         (python-indent-dedenters-1)
132         (python-indent-dedenters-2): Remove tests.
133         (python-indent-dedenters-1)
134         (python-indent-dedenters-2)
135         (python-indent-dedenters-3)
136         (python-indent-dedenters-4)
137         (python-indent-dedenters-5)
138         (python-indent-dedenters-6)
139         (python-indent-dedenters-7)
140         (python-info-dedenter-opening-block-position-1)
141         (python-info-dedenter-opening-block-position-2)
142         (python-info-dedenter-opening-block-position-3)
143         (python-info-dedenter-opening-block-positions-1)
144         (python-info-dedenter-opening-block-positions-2)
145         (python-info-dedenter-opening-block-positions-3)
146         (python-info-dedenter-opening-block-positions-4)
147         (python-info-dedenter-opening-block-positions-5)
148         (python-info-dedenter-opening-block-message-1)
149         (python-info-dedenter-opening-block-message-2)
150         (python-info-dedenter-opening-block-message-3)
151         (python-info-dedenter-opening-block-message-4)
152         (python-info-dedenter-opening-block-message-5)
153         (python-info-dedenter-statement-p-1)
154         (python-info-dedenter-statement-p-2)
155         (python-info-dedenter-statement-p-3)
156         (python-info-dedenter-statement-p-4)
157         (python-info-dedenter-statement-p-5): New tests.
159 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
161         * automated/python-tests.el
162         (python-tests-self-insert): New function.
163         (python-triple-quote-pairing): Use it.
164         (python-parens-electric-indent-1): New test. (Bug#17658)
166 2014-06-28  Leo Liu  <sdl.web@gmail.com>
168         * automated/calc-tests.el: New file and add tests for math-bignum.
169         (Bug#17556)
171 2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
173         * automated/dbus-tests.el (dbus--test-register-service)
174         (dbus-test02-register-service-session): Replace `dbus-ping' calls
175         by `dbus-list-known-names'.  (Bug#17858)
177 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * automated/package-test.el (package-test-update-listing)
180         (package-test-update-archives, package-test-describe-package):
181         Adjust tests according to new package-list-unsigned.
183 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
185         * automated/python-tests.el (python-util-strip-string-1): New test.
187 2014-05-08  Glenn Morris  <rgm@gnu.org>
189         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
190         (vc-bzr-test-faulty-bzr-autoloads):
191         Give bzr a temporary home-directory, in case the real one is missing.
193 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
195         * automated/ruby-mode-tests.el
196         (ruby-interpolation-after-dollar-sign): New test.
198 2014-05-05  Glenn Morris  <rgm@gnu.org>
200         * automated/help-fns.el: New file.
202 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
204         * automated/tramp-tests.el (top):
205         * automated/file-notify-tests.el (top): Do not disable interactive
206         passwords in batch mode.
207         (password-cache-expiry): Set to nil.
209 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
211         * automated/file-notify-tests.el
212         (file-notify-test-remote-temporary-file-directory):
213         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
214         Use a mock-up method as default.
215         (tramp-test00-availability): Print the used directory name.
216         (tramp-test33-recursive-load): Fix typo.
218 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
220         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
221         (tramp-test30-special-characters): Remove test for backslash.
223 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
225         * automated/tramp-tests.el
226         (tramp-test19-directory-files-and-attributes)
227         (tramp-test22-file-times): Check for `file-attributes' equality
228         only if there is a usable timestamp.
229         (tramp--test-check-files): Do not use `copy-sequence'.
231 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
233         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
234         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
236 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
238         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
239         (tramp--test-make-temp-name): Optional argument LOCAL.
240         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
241         (tramp-test10-write-region): No special test for out-of-band copy
242         needed anymore.
243         (tramp-test11-copy-file, tramp-test12-rename-file)
244         (tramp-test21-file-links): Extend tests.
245         (tramp-test20-file-modes): More robust check for user "root".
246         (tramp--test-check-files): New defun.
247         (tramp-test30-special-characters, tramp-test33-recursive-load)
248         (tramp-test34-unload): New tests.
249         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
251 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
253         * automated/electric-tests.el: Fix spelling error in test name.
254         (whitespace-skipping-for-quotes-not-outside):
255         Rename from whitespace-skipping-for-quotes-not-ouside.
257 2014-04-09  Glenn Morris  <rgm@gnu.org>
259         * automated/python-tests.el (python-triple-quote-pairing):
260         Enable/disable electric-pair-mode as needed.
262         * automated/electric-tests.el (electric-pair-backspace-1):
263         Replace deleted function.
265 2014-04-07  João Távora  <joaotavora@gmail.com>
267         * automated/electric-tests.el (define-electric-pair-test):
268         Don't overtest.
269         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
270         (inhibit-in-mismatched-string-inside-c-comments): New test.
272         * automated/electric-tests.el (inhibit-if-strings-mismatched):
273         New test, change from `inhibit-only-of-next-is-mismatched'.
275 2014-04-06  João Távora  <joaotavora@gmail.com>
277         * automated/python-tests.el (python-triple-quote-pairing): New test.
278         (python-syntax-after-python-backspace): New test.
280         * automated/electric-tests.el (electric-pair-define-test-form):
281         More readable test docstrings.
282         (whitespace-skipping-for-quotes-not-ouside)
283         (whitespace-skipping-for-quotes-only-inside)
284         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
286 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
288         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
289         (undo-test-region-t-marker): New tests of marker adjustments.
290         (undo-test-marker-adjustment-moved):
291         (undo-test-region-mark-adjustment): New tests to demonstrate
292         bug#16818, which fail without the fix.
294 2014-03-23  Daniel Colascione  <dancol@dancol.org>
296         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
297         test: correct parsing of keyword arguments.
299 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
301         * automated/package-test.el (package-test-describe-package):
302         Fix test failure in non-graphical mode.
304 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
306         * automated/package-test.el (package-test-describe-package):
307         Check for the "Keywords: " line.
309         * automated/data/package/archive-contents: Include the :keywords
310         field in `simple-single' data form.
312 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
314         * automated/package-test.el
315         (package-test-install-two-dependencies): New test (bug#16826).
317         * automated/data/package/simple-two-depend-1.1.el: New file.
319         * automated/data/package/archive-contents:
320         Add info about the new package.
322 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
324         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
325         (tramp-test10-write-region): Extend for out-of-band copy.
326         (tramp-test31-asynchronous-requests): New test.
328 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
330         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
331         Add new test of undo in region.
332         (undo-test-in-region-eob): Add test case described at
333         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
335 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
337         * automated/tramp-tests.el (tramp--test-enabled)
338         (tramp-test15-copy-directory): No special handling of tramp-adb.el
339         anymore.  It's fixed in that package.
341 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
343         * automated/tramp-tests.el (tramp--test-enabled): Move connection
344         cleanup into this function.  Remove respective code from all test
345         cases.
346         (tramp--instrument-test-case): Declare `indent' and `debug'.
347         Handle other errors as well.
348         (tramp-test14-delete-directory): Check for `file-error' error.
349         (tramp-test15-copy-directory): Ignore return value of
350         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
351         (tramp-test19-directory-files-and-attributes): Take care of
352         timestamp of "../".
353         (tramp-test20-file-modes, tramp-test27-start-file-process)
354         (tramp-test28-shell-command): Skip for tramp-adb.el.
355         (tramp-test21-file-links): `file-truename' shall preserve trailing
356         link of directories.
357         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
358         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
359         `kill-buffer-query-functions' to nil.
360         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
362 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
364         * automated/tramp-tests.el
365         (tramp-test19-directory-files-and-attributes): Do not include
366         directories in comparison; they might have changed their
367         timestamps already.
369 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
371         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
372         (tramp-test17-insert-directory): First line could contain more
373         text, when produced by `ls-lisp'.
374         (tramp-test19-directory-files-and-attributes): Instrument failed
375         test case.
377 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
379         * automated/tramp-tests.el (tramp-test17-insert-directory):
380         Make first line "total 123" optional.
381         (tramp-test20-file-modes, tramp-test22-file-times)
382         (tramp-test26-process-file, tramp-test27-start-file-process)
383         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
384         tramp-smb.el.
385         (tramp-test20-file-modes): Check for "root" only when there is an
386         explicit user name.
387         (tramp-test21-file-links): Handle "... not supported" error.
388         (tramp-test22-file-times): Skip for "don't know" return values.
389         (tramp-test26-process-file, tramp-test28-shell-command):
390         Remove color escape sequences.
391         (tramp-test28-shell-command): Use `accept-process-output' rather
392         than `sit-for'.
393         (tramp-test30-utf8): Set coding system `utf-8'.
395 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
397         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
398         an initial `sit-for' prior the while loop.
400 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
402         Sync with Tramp 2.2.9.
404         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
405         (tramp-test28-shell-command): Make a while loop when waiting for
406         process exit.
408 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
410         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
411         and `vc-hg'.  Declare `tramp-find-executable' and
412         `tramp-get-remote-path'.
413         (tramp-test29-vc-registered): New test.
414         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
416 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
418         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
419         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
420         (tramp-test28-shell-command): Improve `shell-command' test.  Add
421         `async-shell-command' tests.
423 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
425         * automated/file-notify-tests.el (file-notify--wait-for-events):
426         Use `read-event' instead of `sit-for'.
427         (file-notify-test02-events): Remove expected result, the bug is
428         fixed meanwhile.
429         (file-notify-test02-events, file-notify-test03-autorevert):
430         Use `sleep-for' instead of `sit-for'.
432 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
434         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
435         New test.
437 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
439         * automated/file-notify-tests.el (file-notify--deftest-remote):
440         Do not skip when the local test has failed.  They are unrelated.
441         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
442         `noninteractive' to nil, otherwise `sit-for' could be degraded to
443         `sleep-for'.
444         (file-notify-test02-events): Check for `file-remote-p' instead of
445         `file-notify--test-remote-enabled'.
447 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
449         * automated/file-notify-tests.el (file-notify-test02-events):
450         Let test case fail for Bug#16519.
452 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
454         * automated/file-notify-tests.el (file-notify-test02-events):
455         Hide Bug#16519, until it is solved.
457 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
459         * automated/file-notify-tests.el
460         (file-notify--test-local-enabled): Fix error in logic.
461         (file-notify--wait-for-events): New defmacro.
462         (file-notify-test02-events): Make short breaks between file operations.
463         Use `file-notify--wait-for-events'.  Check, that events have arrived.
464         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
466         * automated/comint-testsuite.el
467         (comint-testsuite-password-strings): Add localized examples.
469 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
471         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
472         case if inotify is not linked with Emacs.  Use `read-event' rather
473         than `sit-for' in order to process events.  (Bug#13662)
475 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
477         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
478         test case with adapted test string.  (Bug#13064)
480 2013-12-28  Glenn Morris  <rgm@gnu.org>
482         * automated/electric-tests.el: Require 'elec-pair.
484 2013-12-26  João Távora  <joaotavora@gmail.com>
486         * automated/electric-tests.el (electric-pair-test-for):
487         Fix autowrapping tests in batch-mode by running with
488         `transient-mark-mode' set to `lambda'.
490         * automated/electric-tests.el: New file.
492 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
494         * automated/python-tests.el
495         (python-nav-lisp-forward-sexp-safe-1): Remove test.
496         (python-nav-forward-sexp-safe-1): New test.
498 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
500         * automated/ruby-mode-tests.el: Add tests for
501         `ruby-align-to-stmt-keywords'.
503         * indent/ruby.rb: Update examples to reflect the lack of change in
504         default indentation of `begin' blocks.
506 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
508         * indent/ruby.rb: Update examples according to the change
509         in `smie-indent-close'.
511 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
513         * indent/ruby.rb: New examples.
515 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
517         * automated/python-tests.el (python-indent-dedenters-2): New test.
519 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
521         * automated/python-tests.el (python-indent-after-comment-1)
522         (python-indent-after-comment-2): New tests.
524 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
526         * automated/python-tests.el (python-indent-block-enders-1):
527         Rename from python-indent-block-enders.
528         (python-indent-block-enders-2): New test.
530 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
532         * indent/js.js: New file.
534 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
536         * automated/dbus-tests.el: New file.
538 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * automated/regexp-tests.el: New file.
542 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
544         * automated/reftex-tests.el (reftex-parse-from-file-test):
545         Run temp-dir through file-truename, to make sure the temporary file
546         names are comparable as strings.
548         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
549         Force Unix EOLs by using 'utf-8-unix', since the default of
550         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
552 2013-11-28  Glenn Morris  <rgm@gnu.org>
554         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
556 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
558         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
559         (EMACSOPT): Use $(PATH_SEP).
561 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
563         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
564         Set to nil.
566 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
568         * automated/file-notify-tests.el
569         (file-notify-test-remote-temporary-file-directory):
570         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
571         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
572         (file-notify--deftest-remote): Cleanup connection initially.
573         (file-notify-test03-autorevert): Run also in batch mode.  Use a
574         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
575         does not work on MS Windows.  Call `accept-process-output' for
576         remote files.  Apply `string-match' instead of `string-equal', the
577         messages are different on MS Windows.
579         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
580         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
581         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
583 2013-11-23  Glenn Morris  <rgm@gnu.org>
585         * automated/python-tests.el (python-shell-make-comint-1)
586         (python-shell-make-comint-2, python-shell-get-process-1):
587         Suppress creation of some temp-files.
589         * automated/python-tests.el (python-shell-parse-command-1)
590         (python-shell-make-comint-1, python-shell-make-comint-2)
591         (python-shell-get-process-1)
592         (python-shell-internal-get-or-create-process-1):
593         Skip rather than fail if prereqs not found.
595         * automated/Makefile.in (emacs):
596         Empty EMACSLOADPATH rather than unsetting.
598 2013-11-22  Glenn Morris  <rgm@gnu.org>
600         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
601         Set expected-result.
603 2013-11-21  Glenn Morris  <rgm@gnu.org>
605         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
606         (compile-main): Pass XARGS_LIMIT to xargs.
608         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
609         (EMACSOPT): Use PATH_SEPARATOR.
611 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
613         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
614         Add a failing test for Bug#15874.
615         (ruby--insert-coding-comment-ruby-style)
616         (ruby--insert-coding-comment-emacs-style)
617         (ruby--insert-coding-comment-custom-style):
618         Add a few tests for `ruby--insert-coding-comment'.
620 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
622         Improve API of recently-added bool vector functions (Bug#15912).
623         * automated/data-tests.el: Adjust to API changes.
625 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
627         * automated/tramp-tests.el (tramp-test07-file-exists-p)
628         (tramp-test08-file-local-copy)
629         (tramp-test09-insert-file-contents, tramp-test10-write-region)
630         (tramp-test11-copy-file, tramp-test12-rename-file)
631         (tramp-test13-make-directory, tramp-test14-delete-directory)
632         (tramp-test15-copy-directory, tramp-test16-directory-files)
633         (tramp-test17-insert-directory, tramp-test18-file-attributes)
634         (tramp-test19-directory-files-and-attributes)
635         (tramp-test20-file-modes, tramp-test21-file-links)
636         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
637         (tramp-test24-file-name-completion, tramp-test25-load)
638         (tramp-test26-process-file, tramp-test27-start-file-process)
639         (tramp-test28-shell-command): Cleanup connection initially.
641 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
643         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
644         connection before running the test.
646 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
648         * automated/tramp-tests.el (tramp-test15-copy-directory)
649         (tramp-test16-directory-files, tramp-test17-insert-directory)
650         (tramp-test18-file-attributes)
651         (tramp-test19-directory-files-and-attributes)
652         (tramp-test20-file-modes, tramp-test21-file-links)
653         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
654         (tramp-test24-file-name-completion, tramp-test25-load)
655         (tramp-test26-process-file, tramp-test27-start-file-process)
656         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
657         (tramp-test29-utf8): New test.
659 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
661         * automated/file-notify-tests.el (file-notify-test02-events)
662         (file-notify-test03-autorevert): Suppress messages in `write-region'.
664         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
665         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
666         (tramp-test26-process-file, tramp-test28-shell-command):
667         Ensure, that the directory is not empty when calling "ls".
669 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
671         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
672         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
673         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
674         (tramp-test09-insert-file-contents, tramp-test10-write-region)
675         (tramp-test26-process-file): Add tests.
676         (tramp-test11-copy-file): Remove debug message.
677         (tramp-test20-file-modes): Special case, if user is "root".
679 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
681         * automated/file-notify-tests.el:
682         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
683         `tramp-remote-path' when running on hydra.
684         (tramp-test07-file-exists-p): Remove instrumentation code.
685         (tramp-test26-process-file): Don't use "/bin/true" and
686         "/bin/false", these paths do not exist on hydra.
688 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
690         * automated/process-tests.el: New file.
692 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
694         * indent/ruby.rb: New examples.
696 2013-11-06  Glenn Morris  <rgm@gnu.org>
698         * automated/Makefile.in (setwins): Avoid accidental matches.
700 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
702         * automated/tramp-tests.el (tramp-test07-file-exists-p):
703         Fix docstring.  Instrument, in order to hunt failure on hydra.
705 2013-11-06  Glenn Morris  <rgm@gnu.org>
707         * automated/flymake-tests.el (warning-predicate-rx-gcc)
708         (warning-predicate-function-gcc, warning-predicate-rx-perl)
709         (warning-predicate-function-perl):
710         * automated/info-xref.el (info-xref-test-makeinfo):
711         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
712         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
714 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
716         * automated/tramp-tests.el: New file.
718 2013-11-05  Glenn Morris  <rgm@gnu.org>
720         Get rid of --chdir usage.
721         * automated/Makefile.in (EMACSOPT): Move -L here.
722         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
723         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
724         (.el.elc): No more need to pass -L here.
725         (compile-main): Get rid of sub-shell and cd.
726         (compile-clean, check): Get rid of cd.
728         Make it possible to run tests with a different working directory.
729         * automated/flymake-tests.el (flymake-tests-data-directory): New.
730         (flymake-tests--current-face): Use flymake-tests-data-directory.
731         (warning-predicate-function-gcc, warning-predicate-rx-perl)
732         (warning-predicate-function-perl): Adapt for above change.
733         * automated/zlib-tests.el (zlib-tests-data-directory): New.
734         (zlib--decompress): Use zlib-tests-data-directory.
736         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
737         Remove test that makes no sense.
739         * automated/files.el (files-test-local-variable-data):
740         Fix result typo presumably caused by interference from dir-locals.
741         (file-test--do-local-variables-test): Prevent dir-locals interfering.
743 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
745         * indent/ruby.rb: Add a statement on the line after heredoc.
746         Move a now-successful example.
748         * automated/ruby-mode-tests.el: Remove outdated comment.
750 2013-11-04  Glenn Morris  <rgm@gnu.org>
752         * automated/Makefile.in (abs_srcdir): Remove.
753         (emacs): Unset EMACSLOADPATH.
754         (.el.elc, check): Use -L to append srcdir to load-path.
756 2013-11-02  Glenn Morris  <rgm@gnu.org>
758         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
759         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
760         (abs_srcdir): New, set by configure.
761         (EMACS): Use a relative file name.
762         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
763         (lisp-compile): Remove (assume it's up-to-date).
764         (compile-main): Do not run lisp-compile.
765         (compile-main, compile-clean, compile-always, bootstrap-clean)
766         (check): Use srcdir rather than $test.  Check cd return value.
767         Use --chdir.
768         (doit, compile, compile-always): Remove stuff copied from lisp/.
769         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
771 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
773         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
774         Add a skipping test.
776 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
780         * indent/css-mode.css (.x2): Test alignement inside braces.
782 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
784         * indent/ruby.rb: New failing example.
786         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
787         Fix the test, in respect to adding the space after the curly.
789 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
791         * automated/ert-tests.el (ert-test-skip-unless): New test case.
792         (ert-test-deftest): Adapt test for changed macro expansion.
793         (ert-test-run-tests-interactively):
794         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
795         Add a skipping test.
797         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
798         (file-notify--test-local-enabled): Make it a function.  Check also
799         for `file-remote-p' of `temporary-file-directory'.
800         (file-notify--test-remote-enabled-checked): New defvar.
801         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
802         internal functions.  Cache result.
803         (file-notify--deftest-remote, file-notify-test00-availability)
804         (file-notify-test01-add-watch, file-notify-test02-events)
805         (file-notify-test03-autorevert): Add checks with `skip_unless'.
806         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
808 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
810         * indent/ruby.rb: Fix syntax error in the latest example.
812 2013-10-23  Glenn Morris  <rgm@gnu.org>
814         * automated/Makefile.in (abs_top_srcdir, top_builddir):
815         New, set by configure.
816         (top_srcdir): Remove.
817         (abs_test, abs_lispsrc): New.
818         (lisp): No longer absolute.
819         (emacs, lisp-compile, compile, compile-always):
820         Quote entities that might contain whitespace.
822 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
824         * indent/ruby.rb: Move two examples to "working" section, add one
825         more.
827 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
829         * indent/ruby.rb: New examples for indentation of blocks.
830         Example of hash inside parens that inflooped before the present commit.
832 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
834         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
835         allows another timer to run.
837 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
839         * indent/ruby.rb: More examples for bug#15594, both failing and
840         now passing.
842 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
844         * indent/ruby.rb: Add two more cases.
846 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
849         first use.
850         (ruby-should-indent): Use indent-according-to-mode.
851         (ruby-deftest-move-to-block): Use `declare'.
853 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
855         * indent/ruby.rb: Fix a spurious change, add more failing examples.
857 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * indent/ruby.rb: Add a few more tests; adjust some indentation.
861 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
863         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
864         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
866         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
868 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
871         Adjust indentation of continued line to the new SMIE behavior.
873 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * automated/completion-tests.el:
876         * indent/css-mode.css: New files.
878 2013-10-03  Daiki Ueno  <ueno@gnu.org>
880         * automated/data/package/signed/archive-contents:
881         * automated/data/package/signed/archive-contents.sig:
882         * automated/data/package/signed/signed-good-1.0.el:
883         * automated/data/package/signed/signed-good-1.0.el.sig:
884         * automated/data/package/signed/signed-bad-1.0.el:
885         * automated/data/package/signed/signed-bad-1.0.el.sig:
886         * automated/data/package/key.pub:
887         * automated/data/package/key.sec: New files.
889         * automated/package-test.el (package-test-update-listing)
890         (package-test-update-archives, package-test-describe-package):
891         Adjust to package.el change.
892         (package-test-signed): New test.
894 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
896         * automated/package-test.el: Update all cases to use :url instead
897         of :homepage.
899         * automated/package-x-test.el
900         (package-x-test--single-archive-entry-1-3): Same.
902 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
904         * automated/package-test.el (simple-single-desc-1-4): Remove, it
905         was unused.
906         (simple-single-desc): Expect :homepage property.
907         (multi-file-desc): Same.
908         (with-package-test): Do not save previous `default-directory'
909         value, let-bind the var instead.
910         (package-test-install-single): Expect :homepage property in the
911         generated pkg file.
912         (package-test-describe-package): Expect Homepage button.
913         (package-test-describe-non-installed-package)
914         (package-test-describe-non-installed-multi-file-package): Same.
915         (package-test-describe-not-installed-package): Remove, it was a
916         duplicate.
918         * automated/package-x-test.el
919         (package-x-test--single-archive-entry-1-3): Expect :homepage
920         property.
921         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
923         * automated/data/package/simple-single-1.3.el: Add URL header.
925         * automated/data/package/archive-contents: Add :homepage
926         properties to `simple-single' and `multi-file'.
928 2013-09-22  Daniel Colascione  <dancol@dancol.org>
930         * automated/data-tests.el:
931         (bool-vector-count-matches-all-0-nil)
932         (bool-vector-count-matches-all-0-t)
933         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
934         (bool-vector-count-matches-at, bool-vector-intersection-op)
935         (bool-vector-union-op, bool-vector-xor-op)
936         (bool-vector-set-difference-op)
937         (bool-vector-change-detection, bool-vector-not): New tests.
938         (mock-bool-vector-count-matches-at)
939         (test-bool-vector-bv-from-hex-string)
940         (test-bool-vector-to-hex-string)
941         (test-bool-vector-count-matches-at-tc)
942         (test-bool-vector-apply-mock-op)
943         (test-bool-vector-binop): New helper functions.
944         (bool-vector-test-vectors): New testcase data.
946 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
948         * automated/advice-tests.el (advice-test-called-interactively-p-around)
949         (advice-test-called-interactively-p-filter-args)
950         (advice-test-called-interactively-p-around): New tests.
952 2013-09-16  Glenn Morris  <rgm@gnu.org>
954         * automated/eshell.el (eshell-match-result):
955         Return a more informative failure than simply "false".  Update callers.
957         * automated/eshell.el (eshell-test/for-name-shadow-loop):
958         Test value before and after loop as well as during.
960 2013-09-15  Glenn Morris  <rgm@gnu.org>
962         * automated/eshell.el (eshell-test/for-name-shadow-loop):
963         New test.  (Bug#15372)
964         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
966 2013-09-13  Glenn Morris  <rgm@gnu.org>
968         * automated/eshell.el (with-temp-eshell):
969         Use a temp directory for eshell-directory-name.
970         (eshell-test-command-result): New, again using a temp directory.
971         Replace eshell-command-result with this throughout.
972         (eshell-test/for-loop, eshell-test/for-name-loop):
973         Ensure environment variables don't confuse us.
975 2013-09-12  Glenn Morris  <rgm@gnu.org>
977         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
978         due to "has a running process; kill it?" prompts.
980 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * automated/eshell.el: Rename from eshell.el.
983         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
985 2013-09-01  Glenn Morris  <rgm@gnu.org>
987         * automated/Makefile.in (setwins): Avoid leading space in $wins.
988         Otherwise the sed command used by eg compile-main ends up
989         containing "/*.el".  (Bug#15170)
991 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
993         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
994         for portability to hosts where /bin/sh has problems.
996 2013-08-21  David Engster  <deng@randomsample.de>
998         * automated/eieio-tests.el, automated/eieio-test-persist.el:
999         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1000         upstream.  Changed to use ERT.
1002 2013-08-14  Daniel Hackney  <dan@haxney.org>
1004         * automated/package-test.el: Remove tar-package-building functions.
1005         Tar file used for testing is included in the repository.
1006         (package-test-install-texinfo, package-test-cleanup-built-files):
1007         Remove.
1009 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1011         * automated/python-tests.el (python-imenu-create-index-4)
1012         (python-imenu-create-flat-index-2): New tests.
1014 2013-08-05  Glenn Morris  <rgm@gnu.org>
1016         * automated/mule-util.el: New file, with tests extracted from
1017         lisp/international/mule-util.el.
1019 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1021         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1022         before definition.
1023         (advice-tests-macroaliases): New test.
1025 2013-08-04  Glenn Morris  <rgm@gnu.org>
1027         * automated/ert-tests.el: Disable failing test that no-one seems
1028         to know how to fix.  (Bug#13064)
1030         * automated/icalendar-tests.el (icalendar-tests--test-export)
1031         (icalendar-tests--test-import): Try more precise TZ specification.
1032         Remove debug messages.
1034 2013-08-03  Glenn Morris  <rgm@gnu.org>
1036         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1038         * automated/icalendar-tests.el (icalendar-tests--test-export)
1039         (icalendar-tests--test-import):
1040         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1041         (icalendar-tests--test-import): Reset zone even if error occurred.
1043 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * automated/core-elisp-tests.el: New file.
1047 2013-08-01  Glenn Morris  <rgm@gnu.org>
1049         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1050         Try to check that the remote system has a notification program.
1052 2013-07-31  Glenn Morris  <rgm@gnu.org>
1054         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1056 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1058         * automated/file-notify-tests.el
1059         (file-notify--test-local-enabled): New defconst.  Replaces all
1060         `file-notify-support' occurrences.
1061         (file-notify--test-remote-enabled): New defun.
1062         (file-notify--deftest-remote): Use it.
1063         (file-notify-test00-availability): Rewrite.
1064         (file-notify-test00-availability-remote): New defun.
1065         (file-notify-test01-add-watch): Rewrite first erroneous check.
1067 2013-07-23  Glenn Morris  <rgm@gnu.org>
1069         * automated/inotify-test.el (inotify-file-watch-simple):
1070         Delete temp-file when done.
1072         * automated/subword-tests.el: Require subword.
1074 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * automated/subword-tests.el: New file.
1078 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1080         * automated/python-tests.el (python-imenu-create-index-2)
1081         (python-imenu-create-index-3): New tests.
1083 2013-07-11  Glenn Morris  <rgm@gnu.org>
1085         * automated/ert-tests.el: Require cl-lib at runtime too.
1086         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1087         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1088         (ert-test-set-functions, ert-test-gensym)
1089         (ert-test-coerce-to-vector, ert-test-string-position)
1090         (ert-test-mismatch): Remove tests.
1091         * automated/cl-lib.el: New, split from ert-tests.el.
1093         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1094         Goto point-min.
1095         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1096         (ruby-move-to-block-skips-percent-literal)
1097         (ruby-move-to-block-skips-heredoc)
1098         (ruby-move-to-block-moves-from-else-to-if)
1099         (ruby-beginning-of-defun-does-not-fold-case)
1100         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1101         Replace goto-line with forward-line/goto-char.
1102         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1104         * automated/package-test.el (makeinfo-buffer): Autoload.
1105         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1106         (package-test-install-texinfo): Don't require makeinfo.
1108         * automated/files.el: Stop "local variables" confusion.
1110         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1112         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1113         Use with-current-buffer.
1115         * automated/undo-tests.el (undo-test-buffer-modified)
1116         (undo-test-file-modified): New tests.
1118 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1120         * automated/file-notify-tests.el (file-notify-test00-availability):
1121         Set :expected-result.
1122         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1123         (file-notify-test02-events, file-notify-test02-events-remote)
1124         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1125         Skip when `file-notify-support' is nil.  (Bug#14823)
1127 2013-07-09  Glenn Morris  <rgm@gnu.org>
1129         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1130         Declare.
1131         (inotify-file-watch-simple): Silence compiler.
1133         * automated/python-tests.el (python-indent-block-enders):
1134         Make it actually test something.
1136         * automated/package-x-test.el: Require package-test when compiling.
1138         * automated/add-log-tests.el, automated/advice-tests.el:
1139         * automated/imenu-test.el, automated/package-x-test.el:
1140         * automated/python-tests.el, automated/ruby-mode-tests.el:
1141         * automated/xml-parse-tests.el: Explicitly require ert.
1143 2013-07-08  Kenichi Handa  <handa@gnu.org>
1145         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1146         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1148 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1150         * automated/file-notify-tests.el
1151         (file-notify-test-remote-temporary-file-directory):
1152         Use `null-device' on w32.
1153         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1154         (file-notify--test-results, file-notify--test-event)
1155         (file-notify--deftest-remote, file-notify--event-test)
1156         (file-notify--test-event-handler)
1157         (file-notify--test-make-temp-name): Rename, in order to mark them
1158         internal.
1159         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1160         better fitting in noninteractive tests.
1161         (file-notify-test00-availability): Rename from `file-notify-test0'.
1162         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1163         Use `temporary-file-directory '.
1164         (file-notify-test01-add-watch-remote): New test.
1165         (file-notify-test02-events): Rename from `file-notify-test2'.
1166         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1167         (file-notify-test03-autorevert): Rename from
1168         `file-notify-test4'.  Use timeouts.
1169         (file-notify-test03-autorevert-remote): Rename from
1170         `file-notify-test5'.
1172 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1174         * automated/file-notify-tests.el: New package.
1176 2013-06-28  Kenichi Handa  <handa@gnu.org>
1178         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1179         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1180         Callers changed.
1181         (decoder-tests-filename): New function.
1182         (decoder-tests-prefer-utf-8-read)
1183         (decoder-tests-prefer-utf-8-write): New function.
1184         (ert-test-decoder-prefer-utf-8): New test.
1186 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1188         * automated/package-x-test.el: Change the commentary.
1189         (package-x-test--single-archive-entry-1-3)
1190         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1191         using the appropriate data structure.
1193 2013-06-27  Daniel Hackney  <dan@haxney.org>
1195         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1197         * automated/package-x-test.el: New file.
1199         * automated/package-test.el: New file.
1201         * automated/data/package: New directory, with test examples.
1203 2013-06-27  Glenn Morris  <rgm@gnu.org>
1205         * automated/python-tests.el (python-tests-with-temp-file):
1206         Clean up after ourself.
1208         * automated/undo-tests.el (undo-test3): Remove test that seems to
1209         do nothing that the previous one doesn't, except leave a tempfile.
1211 2013-06-26  Glenn Morris  <rgm@gnu.org>
1213         * automated/info-xref.el: New file.
1215 2013-06-25  Glenn Morris  <rgm@gnu.org>
1217         * automated/occur-tests.el (occur-test-create): New function.
1218         Use it to create separate tests for each element, so we run them
1219         all rather than stopping at the first error.
1221 2013-06-24  Glenn Morris  <rgm@gnu.org>
1223         * automated/occur-tests.el (occur-tests):
1224         Update for 2013-05-29 change to occur header line.
1226 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1228         Test suite for flymake.
1229         * automated/flymake-tests.el:
1230         * automated/flymake/warnpred/Makefile
1231         * automated/flymake/warnpred/test.c
1232         * automated/flymake/warnpred/test.pl: New files.
1234 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1236         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1238 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1240         * automated/reftex-tests.el: New test suite for reftex.
1242 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1244         * automated/ruby-mode-tests.el: New tests, for percent literals
1245         and expression expansion.
1247 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1249         * indent/octave.m: Tweak.
1251 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1253         * eshell.el: Rewrite tests using ERT.
1255 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1257         * indent/octave.m: Add tests for %!, # and ### comments.
1259 2013-05-23  Kenichi Handa  <handa@gnu.org>
1261         * automated/decoder-tests.el: New file.
1263 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1265         * indent/ruby.rb: Add multiline regexp example.
1267         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1268         (ruby-regexp-skips-over-interpolation)
1269         (ruby-regexp-continues-till-end-when-unclosed)
1270         (ruby-regexp-can-be-multiline)
1271         (ruby-interpolation-inside-percent-literal): New tests.
1273 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * indent/ruby.rb: Fix indentation after =; add more cases.
1277 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * indent/pascal.pas: Add test for mis-identified comments.
1281 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1283         * automated/imenu-test.el: New file.  (Bug#14112)
1285 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1287         * automated/python-tests.el (python-imenu-prev-index-position-1):
1288         Remove test.
1289         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1290         New tests.
1292 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1294         * automated/python-tests.el (python-nav-backward-defun-2)
1295         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1296         (python-nav-forward-defun-3): New tests.
1298 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1300         * automated/python-tests.el (python-nav-backward-defun-1)
1301         (python-nav-forward-defun-1): New tests.
1303 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1305         * automated/add-log-tests.el: New file.  (Bug#14112)
1307 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1309         * automated/python-tests.el (python-indent-block-enders): New test.
1310         (python-info-current-defun-2): Fix test.
1312 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1314         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1316 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1318         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1319         (python-tests-with-temp-file): New macro.
1320         (python-tests-shell-interpreter): New var.
1321         (python-shell-get-process-name-1)
1322         (python-shell-internal-get-process-name-1)
1323         (python-shell-parse-command-1)
1324         (python-shell-calculate-process-environment-1)
1325         (python-shell-calculate-process-environment-2)
1326         (python-shell-calculate-process-environment-3)
1327         (python-shell-calculate-exec-path-1)
1328         (python-shell-calculate-exec-path-2)
1329         (python-shell-make-comint-1)
1330         (python-shell-make-comint-2)
1331         (python-shell-get-process-1)
1332         (python-shell-get-or-create-process-1)
1333         (python-shell-internal-get-or-create-process-1): New tests.
1335 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1337         * automated/python-tests.el: New file.
1339 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1341         * automated/ruby-mode-tests.el
1342         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1343         bits inside the examples.
1344         (ruby-move-to-block-skips-heredoc): New test.
1345         (ruby-add-log-current-method-after-inner-class):
1346         Lower expectations: move point inside a method, initially.
1348 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1350         * automated/ruby-mode-tests.el
1351         (ruby-move-to-block-skips-percent-literal): New test.
1353 2013-02-04  Chong Yidong  <cyd@gnu.org>
1355         * automated/thingatpt.el: New file.
1357 2013-02-03  Chong Yidong  <cyd@gnu.org>
1359         * automated/files.el (file-test--do-local-variables-test):
1360         Avoid compilation warning message.
1362 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1364         * automated/ruby-mode-tests.el
1365         (ruby-indent-spread-args-in-parens): New test.
1366         * automated/ruby-mode-tests.el (ruby-block-test-example):
1367         Break indentation of the do block opener and add a line inside it.
1368         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1369         Adjust line numbers.
1371 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1373         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1375 2013-01-14  Glenn Morris  <rgm@gnu.org>
1377         * automated/compile-tests.el (compile-tests--test-regexps-data):
1378         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1380 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1382         * automated/man-tests.el: New file.
1384 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1386         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1388 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1390         * automated/undo-tests.el: New file.
1392 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1394         * automated/ruby-mode-tests.el
1395         (ruby-indent-after-block-in-continued-expression): New test.
1397 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1399         * automated/ruby-mode-tests.el:
1400         Rename one interpolation test; add three more.
1401         (ruby-with-temp-buffer): New macro, use it where appropriate.
1402         (ruby-add-log-current-method-examples): Use "_" for target point.
1403         Add four new tests for ruby-add-log-current-method.
1405 2012-12-11  Glenn Morris  <rgm@gnu.org>
1407         * automated/f90.el (f90-test-bug13138): New test.
1409 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1411         * automated/inotify-test.el: New test.
1413 2012-12-02  Chong Yidong  <cyd@gnu.org>
1415         * automated/ruby-mode-tests.el
1416         (ruby-add-log-current-method-examples): Don't use loop macro, to
1417         allow automated testing to work.
1419 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1421         * automated/advice-tests.el (advice-tests--data): Remove.
1422         (advice-tests): Move the tests directly here instead.
1423         Add called-interactively-p tests.
1425 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * automated/ert-x-tests.el: Use cl-lib.
1428         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1430 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1432         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1433         (ruby-indent-inside-heredoc-after-operator)
1434         (ruby-indent-inside-heredoc-after-space): New tests.
1435         Change direct font-lock face references to var references.
1436         (ruby-interpolation-suppresses-syntax-inside): New test.
1437         (ruby-interpolation-inside-percent-literal-with-paren):
1438         New failing test.
1440 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1442         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1443         (ruby-singleton-class-no-heredoc-font-lock)
1444         (ruby-add-log-current-method-examples): New tests.
1445         (ruby-test-string): Extract from ruby-should-indent-buffer.
1446         (ruby-deftest-move-to-block): New macro.
1447         Add several move-to-block tests.
1449 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * automated/advice-tests.el: New tests.
1453 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1455         * automated/compile-tests.el (compile-tests--test-regexps-data):
1456         Add new data for msft's new format.
1458 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1460         * automated/ruby-mode-tests.el:
1461         (ruby-toggle-block-to-multiline): New test.
1462         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1463         (ruby-toggle-block-to-brace): Use buffer-string.
1465 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1467         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1469 2012-08-28  Chong Yidong  <cyd@gnu.org>
1471         * automated/files.el: Test every combination of values for
1472         enable-local-variables and enable-local-eval.
1474 2012-08-19  Chong Yidong  <cyd@gnu.org>
1476         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1478 2012-08-18  Chong Yidong  <cyd@gnu.org>
1480         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1482 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1484         * indent/ruby.rb: Rearrange examples, add new ones.
1486 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1488         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1489         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1491 2012-08-11  Glenn Morris  <rgm@gnu.org>
1493         * automated/files.el: New file.
1495         * automated/Makefile.in (all): Fix typo.
1497 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1499         * automated/ruby-mode-tests.el (ruby-should-indent):
1500         Add docstring, check (current-indentation) instead of (current-column).
1501         (ruby-should-indent-buffer): New function.
1502         Add tests for `ruby-deep-indent-paren' behavior.
1503         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1505 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1507         Original tests in test_ruby_mode.rb in upstream (author).
1509 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1511         * automated/ruby-mode-tests.el (ruby-should-indent)
1512         (ruby-assert-state): New functions.
1513         Add new tests.
1515 2012-07-29  David Engster  <deng@randomsample.de>
1517         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1518         New variable to hold test data for name expansion.
1519         (xml-parse-tests): Test the two different types of name expansion.
1521 2012-07-29  Juri Linkov  <juri@jurta.org>
1523         * automated/occur-tests.el (occur-test-case): Use predefined
1524         buffer name " *test-occur*" instead of a random buffer name.
1526 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1528         * automated/ruby-mode-tests.el: New file with one test.
1530 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * indent/shell.sh: Add test case for ${#VAR}.
1534         * indent/latex-mode.tex: New file.
1536 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1538         * eshell.el: Use cl-lib.
1540 2012-07-03  Chong Yidong  <cyd@gnu.org>
1542         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1544 2012-07-02  Chong Yidong  <cyd@gnu.org>
1546         * automated/xml-parse-tests.el (xml-parse-tests--data):
1547         More testcases.
1549 2012-07-01  Chong Yidong  <cyd@gnu.org>
1551         * automated/xml-parse-tests.el: New file.
1553 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1555         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1556         Use cl-flet.
1558 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1560         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1561         Test escaped commas in TZID (Bug#11473).
1562         (icalendar-import-with-timezone): New.
1563         (icalendar-real-world): Add new testcase as given in the bugreport
1564         of Bug#11473.
1566 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1568         * automated/icalendar-tests.el (icalendar-tests--test-import):
1569         Include UID in import tests (Bug#11525).
1570         (icalendar-import-non-recurring, icalendar-import-rrule)
1571         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1572         UID-import change.
1573         (icalendar-import-with-uid): New.
1574         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1575         Include UID in cycle tests.
1576         (icalendar-cycle, icalendar-real-world): UID-import change.
1578 2012-05-21  Glenn Morris  <rgm@gnu.org>
1580         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1582 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1584         * automated/url-util-tests.el: New file to test
1585         lisp/url/url-util.el.  Only `url-build-query-string' and
1586         `url-parse-query-string' are tested right now (Bug#8706).
1588 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * indent/shell.sh:
1591         * indent/shell.rc: Ad some test cases.
1593 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * indent/ruby.rb: New file, to test new syntax-propertize code.
1597 2012-04-11  Glenn Morris  <rgm@gnu.org>
1599         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1601 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1603         * automated/url-future-tests.el (url-future-tests): Move from
1604         lisp/url/url-future.el and rename.
1606 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1608         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1609         Fix broken test, caused by missing trailing blank.
1611 2011-12-03  Chong Yidong  <cyd@gnu.org>
1613         * automated/compile-tests.el (compile-tests--test-regexps-data):
1614         Increase column numbers by one to reflect change in how
1615         compilation-message is recorded (Bug#10172).
1617 2011-11-22  Glenn Morris  <rgm@gnu.org>
1619         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1621 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1623         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1625 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1627         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1628         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1629         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1631 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1633         * automated/newsticker-tests.el
1634         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1635         newsticker--treeview-tree-update.
1637 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1639         * automated/newsticker-tests.el
1640         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1642         * automated/newsticker-tests.el
1643         (newsticker--group-manage-orphan-feeds): Prevent updating
1644         newsticker treeview.  Fixed bug#9763.
1646 2011-10-20  Glenn Morris  <rgm@gnu.org>
1648         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1650         * automated/vc-bzr.el: New file.
1652 2011-10-15  Glenn Morris  <rgm@gnu.org>
1654         * automated/f90.el: New file.
1656 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1658         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1659         to automated/newsticker-tests.el.  Convert to ERT.
1661 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1663         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1664         Remove, simply use string=.
1665         (icalendar--diarytime-to-isotime)
1666         (icalendar--datetime-to-diary-date)
1667         (icalendar--datestring-to-isodate)
1668         (icalendar--format-ical-event)
1669         (icalendar--parse-summary-and-rest)
1670         (icalendar-tests--do-test-import)
1671         (icalendar-tests--do-test-cycle): Change argument order of
1672         string= to EXPECTED ACTUAL.
1673         (icalendar--import-format-sample)
1674         (icalendar--format-ical-event)
1675         (icalendar-import-non-recurring)
1676         (icalendar-import-rrule)
1677         (icalendar-import-duration)
1678         (icalendar-import-bug-6766)
1679         (icalendar-real-world): Adjust to string= instead of
1680         icalendar-tests--compare-strings.
1681         (icalendar-import-multiple-vcalendars): New.
1683 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1685         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1686         Require CL.
1688 2011-05-09  Juri Linkov  <juri@jurta.org>
1690         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1691         Convert to ERT.
1693 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1695         * automated/compile-tests.el: New file.
1697 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1699         * automated/font-parse-tests.el: Don't byte-compile.
1701         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1703 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1705         * automated/lexbind-tests.el: New file.
1707 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1709         * Version 23.3 released.
1711 2011-03-05  Glenn Morris  <rgm@gnu.org>
1713         * eshell.el: Move here from lisp/eshell/esh-test.el.
1715 2011-03-03  Christian Ohler  <ohler@gnu.org>
1717         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1718         New test.
1720 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1722         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1723         convert to ERT format.
1725 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1727         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1728         convert to ERT format.
1730 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * indent/shell.sh:
1733         * indent/shell.rc: New files.
1735 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1737         * automated/font-parse-tests.el: Move from
1738         font-parse-testsuite.el.
1740 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1742         * font-parse-testsuite.el (test-font-parse-data): New file.
1744 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * indent/prolog.prolog: Add tokenizing tests.
1748 2011-01-13  Christian Ohler  <ohler@gnu.org>
1750         * automated: New directory for automated tests.
1752         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1754         * automated/Makefile.in: New file.
1756 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * indent/modula2.mod: New file.
1760 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * indent/octave.m: Add a test to ensure indentation is local.
1764 2010-10-23  Glenn Morris  <rgm@gnu.org>
1766         * comint-testsuite.el
1767         (comint-testsuite--test-comint-password-prompt-regexp):
1768         Add "Please enter the password".  (Bug#7224)
1770 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * indent/prolog.prolog: Use normal spacing around !.
1774 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1778 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * indent/octave.m: Remove some `fixindent' not needed any more.
1782 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * indent/octave.m: New file.
1786 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1788         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1789         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1790         (icalendar-testsuite--run-internal-tests): New.
1791         (icalendar-testsuite--test-convert-ordinary-to-ical)
1792         (icalendar-testsuite--test-convert-block-to-ical)
1793         (icalendar-testsuite--test-convert-anniversary-to-ical)
1794         (icalendar-testsuite--test-parse-vtimezone)
1795         (icalendar-testsuite--do-test-export): Code formatting.
1796         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1797         (icalendar-testsuite--do-test-import)
1798         (icalendar-testsuite--do-test-cycle):
1799         Use icalendar-testsuite--compare-strings
1800         (icalendar-testsuite--run-import-tests): Comment added.
1801         (icalendar-testsuite--run-import-tests)
1802         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1804 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1806         * redisplay-testsuite.el (test-redisplay-3): New test.
1808 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1810         * comint-testsuite.el: New file.
1812 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * indent: New dir.
1816 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1818         * Version 23.2 released.
1820 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1822         * cedet/semantic-ia-utest.el
1823         (semantic-symref-test-count-hits-in-tag): Add function, from
1824         semantic-test.el.
1826         * cedet/tests/test.cpp:
1827         * cedet/tests/test.py:
1828         * cedet/tests/teststruct.cpp:
1829         * cedet/tests/testtemplates.cpp:
1830         * cedet/tests/testusing.cpp:
1831         * cedet/tests/scopetest.cpp:
1832         * cedet/tests/scopetest.java: Files deleted.
1834         * cedet/tests/test.make:
1835         * cedet/tests/test.c:
1836         * cedet/tests/testjavacomp.java:
1837         * cedet/tests/testspp.c:
1838         * cedet/tests/testsppreplace.c:
1839         * cedet/tests/testsppreplaced.c:
1840         * cedet/tests/testsubclass.cpp:
1841         * cedet/tests/testsubclass.hh:
1842         * cedet/tests/testtypedefs.cpp:
1843         * cedet/tests/testvarnames.c:
1844         * cedet/tests/test.el:
1845         * cedet/tests/testdoublens.cpp:
1846         * cedet/tests/testdoublens.hpp: Add copyright header.
1848         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1849         Remove reference to deleted files.
1851 2010-03-30  Juri Linkov  <juri@jurta.org>
1853         * occur-testsuite.el (occur-tests): Add tests for context lines.
1855 2010-03-23  Juri Linkov  <juri@jurta.org>
1857         * occur-testsuite.el: New file.
1859 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1861         * Branch for 23.2.
1863 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1865         * icalendar-testsuite.el
1866         (icalendar-testsuite--run-function-tests): Add new tests.
1867         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1868         testcase.
1869         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1870         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1871         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1872         (icalendar-testsuite--test-convert-block-to-ical): New.
1873         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1874         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1876 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1878         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1879         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1880         Fix typos in docstrings and error messages.
1881         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1883 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1885         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1886         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1887         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1889 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1891         * icalendar-testsuite.el
1892         (icalendar-testsuite--run-function-tests):
1893         Add icalendar-testsuite--test-parse-vtimezone.
1894         (icalendar-testsuite--test-parse-vtimezone): New.
1895         (icalendar-testsuite--do-test-cycle): Doc changes.
1896         (icalendar-testsuite--run-real-world-tests): Remove trailing
1897         whitespace -- see change of icalendar--add-diary-entry in
1898         icalendar.el.
1899         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1901 2009-09-30  Glenn Morris  <rgm@gnu.org>
1903         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1905 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1907         * cedet/*: New unit tests, from CEDET repository.
1909 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1911         * redisplay-testsuite.el: New file.
1913 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1915         * Branch for 23.1.
1917 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1919         * icalendar-testsuite.el
1920         (icalendar-testsuite--run-function-tests):
1921         Add icalendar-testsuite--test-diarytime-to-isotime.
1922         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1923         recent icalendar fixes.
1924         (icalendar-testsuite--test-diarytime-to-isotime): New.
1925         (icalendar-testsuite--test-create-uid): Adjust to recent
1926         icalendar changes.
1928 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1930         * bytecomp-testsuite.el: New file.
1932 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1934         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1935         Add `icalendar-testsuite--test-create-uid'.
1936         (icalendar-testsuite--test-create-uid): New.
1938 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1940         * newsticker-testsuite.el: New file.
1942 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1944         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1945         Add icalendar-testsuite--test-datestring-to-isodate,
1946         icalendar-testsuite--test-datetime-to-diary-date, and
1947         icalendar-testsuite--test-calendar-style.
1948         (icalendar-testsuite--test-format-ical-event)
1949         (icalendar-testsuite--test-parse-summary-and-rest):
1950         Doc fix.  Remove european-calendar-style.
1951         (icalendar-testsuite--get-ical-event): Doc fix.
1952         (icalendar-testsuite--test-first-weekday-of-year)
1953         (icalendar-testsuite--run-cycle-tests): Add doc string.
1954         (icalendar-testsuite--test-datestring-to-isodate)
1955         (icalendar-testsuite--test-datetime-to-diary-date)
1956         (icalendar-testsuite--test-calendar-style): New functions.
1957         (icalendar-testsuite--test-export): Handle iso date style.
1958         New arg INPUT-ISO.  Use calendar-date-style.
1959         (icalendar-testsuite--test-import): Handle iso date style.
1960         New arg EXPECTED-ISO.  Use calendar-date-style.
1961         (icalendar-testsuite--test-cycle): Handle iso date style.
1962         (icalendar-testsuite--run-import-tests)
1963         (icalendar-testsuite--run-export-tests)
1964         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1966 2008-02-29  Glenn Morris  <rgm@gnu.org>
1968         * README: New file.
1970 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1972         * icalendar-testsuite.el: New file.
1974 ;; Local Variables:
1975 ;; coding: utf-8
1976 ;; End:
1978   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1980   This file is part of GNU Emacs.
1982   GNU Emacs is free software: you can redistribute it and/or modify
1983   it under the terms of the GNU General Public License as published by
1984   the Free Software Foundation, either version 3 of the License, or
1985   (at your option) any later version.
1987   GNU Emacs is distributed in the hope that it will be useful,
1988   but WITHOUT ANY WARRANTY; without even the implied warranty of
1989   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1990   GNU General Public License for more details.
1992   You should have received a copy of the GNU General Public License
1993   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.