python.el: Fix electric colon behavior
[emacs.git] / test / ChangeLog
bloba91392d3fe758a0c1801a12cda95f57943af3e6f
1 2014-12-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el (python-indent-electric-colon-2)
4         (python-indent-electric-colon-3): New tests.
6 2014-12-14  João Távora  <joaotavora@gmail.com>
8         * automated/electric-tests.el (autowrapping-7): Tests for
9         tex-mode.
11 2014-12-13  Glenn Morris  <rgm@gnu.org>
13         * automated/flymake/warnpred/test.pl: Tweak format, since the
14         previous one seems to have stopped giving a warning with perl 5.20.1.
16 2014-11-22  Fabián Ezequiel Gallina  <fgallina@gnu.org>
18         * automated/python-tests.el
19         (python-shell-calculate-process-environment-4)
20         (python-shell-calculate-process-environment-5): New tests.
21         (python-shell-make-comint-3): Use file-equal-p.
22         (python-shell-get-or-create-process-1)
23         (python-shell-get-or-create-process-2)
24         (python-shell-get-or-create-process-3): Fix interpreter for
25         Windows (Bug#18595).
27 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
29         * automated/python-tests.el (python-indent-dedenters-8): New test
30         for Bug#18432.
32 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
34         * automated/python-tests.el (python-indent-region-1)
35         (python-indent-region-2, python-indent-region-3)
36         (python-indent-region-4, python-indent-region-5): New tests.
38 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
40         Backport Tramp changes from trunk.
42         * automated/tramp-tests.el (tramp-remote-process-environment):
43         Declare.
44         (tramp--test-enabled): Ignore errors.
45         (tramp--instrument-test-case): Extend docstring.  Print debug
46         buffer in any case.
47         (tramp-test15-copy-directory): Skip for tramp-smb.el.
48         (tramp-test21-file-links): Use `file-truename' for directories.
49         (tramp-test26-process-file): Extend test according to Bug#17815.
50         (tramp-test27-start-file-process, tramp-test28-shell-command):
51         Retrieve process output more robustly.
52         (tramp-test29-vc-registered): Set $BZR_HOME.
53         (tramp--test-check-files): Extend test with `substitute-in-file-name'.
54         (tramp-test30-special-characters): Skip for tramp-adb.el,
55         tramp-gvfs.el and tramp-smb.el.  Add further file names.
57 2014-10-20  Glenn Morris  <rgm@gnu.org>
59         * Version 24.4 released.
61 2014-10-01  Glenn Morris  <rgm@gnu.org>
63         * automated/package-test.el (with-package-test, package-test-signed):
64         Also set HOME to a temp value, in case the real one is absent (e.g.
65         hydra) or read-only.  (Bug#18575)
66         (package-test-signed): Use skip-unless rather than expected-result.
68 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
70         * automated/python-tests.el:
71         (python-indent-electric-colon-1): New test.  (Bug#18228)
73 2014-08-18  Glenn Morris  <rgm@gnu.org>
75         * automated/python-tests.el (python-shell-calculate-exec-path-2):
76         Update test for today's python.el changes.
78 2014-08-11  Glenn Morris  <rgm@gnu.org>
80         * automated/data/files-bug18141.el.gz: New file.
81         * automated/files.el (files-test-bug-18141-file):
82         New variable and test.  (Bug#18141)
84 2014-08-07  Glenn Morris  <rgm@gnu.org>
86         * automated/Makefile.in (check-tar): Remove, no longer needed.
88 2014-08-03  Glenn Morris  <rgm@gnu.org>
90         * automated/Makefile.in (check-tar): Add as alias for check.
92 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
94         * automated/python-tests.el:
95         (python-util-clone-local-variables-1): Fix test.
97 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
99         * automated/python-tests.el (python-shell-make-comint-1):
100         (python-shell-make-comint-2): Fix indentation.
101         (python-shell-make-comint-3)
102         (python-shell-make-comint-4): New tests.
103         (python-shell-get-or-create-process-1): Fix test.
104         (python-shell-get-or-create-process-2)
105         (python-shell-get-or-create-process-3): New tests.
106         (python-shell-internal-get-or-create-process-1): Fix test.
107         (python-shell-prompt-detect-1): New test.
108         (python-shell-prompt-detect-2): New test.  (Bug#17370)
109         (python-shell-prompt-detect-3)
110         (python-shell-prompt-detect-4)
111         (python-shell-prompt-detect-5)
112         (python-shell-prompt-detect-6)
113         (python-shell-prompt-validate-regexps-1)
114         (python-shell-prompt-validate-regexps-2)
115         (python-shell-prompt-validate-regexps-3)
116         (python-shell-prompt-validate-regexps-4)
117         (python-shell-prompt-validate-regexps-5)
118         (python-shell-prompt-validate-regexps-6)
119         (python-shell-prompt-validate-regexps-7)
120         (python-shell-prompt-set-calculated-regexps-1)
121         (python-shell-prompt-set-calculated-regexps-2)
122         (python-shell-prompt-set-calculated-regexps-3)
123         (python-shell-prompt-set-calculated-regexps-4)
124         (python-shell-prompt-set-calculated-regexps-5)
125         (python-shell-prompt-set-calculated-regexps-6)
126         (python-util-valid-regexp-p-1): New tests.
128 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
130         * automated/python-tests.el
131         (python-indent-block-enders-1)
132         (python-indent-block-enders-2): Fix tests.
133         (python-indent-block-enders-3)
134         (python-indent-block-enders-4)
135         (python-indent-block-enders-5)
136         (python-indent-dedenters-1)
137         (python-indent-dedenters-2): Remove tests.
138         (python-indent-dedenters-1)
139         (python-indent-dedenters-2)
140         (python-indent-dedenters-3)
141         (python-indent-dedenters-4)
142         (python-indent-dedenters-5)
143         (python-indent-dedenters-6)
144         (python-indent-dedenters-7)
145         (python-info-dedenter-opening-block-position-1)
146         (python-info-dedenter-opening-block-position-2)
147         (python-info-dedenter-opening-block-position-3)
148         (python-info-dedenter-opening-block-positions-1)
149         (python-info-dedenter-opening-block-positions-2)
150         (python-info-dedenter-opening-block-positions-3)
151         (python-info-dedenter-opening-block-positions-4)
152         (python-info-dedenter-opening-block-positions-5)
153         (python-info-dedenter-opening-block-message-1)
154         (python-info-dedenter-opening-block-message-2)
155         (python-info-dedenter-opening-block-message-3)
156         (python-info-dedenter-opening-block-message-4)
157         (python-info-dedenter-opening-block-message-5)
158         (python-info-dedenter-statement-p-1)
159         (python-info-dedenter-statement-p-2)
160         (python-info-dedenter-statement-p-3)
161         (python-info-dedenter-statement-p-4)
162         (python-info-dedenter-statement-p-5): New tests.
164 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
166         * automated/python-tests.el
167         (python-tests-self-insert): New function.
168         (python-triple-quote-pairing): Use it.
169         (python-parens-electric-indent-1): New test. (Bug#17658)
171 2014-06-28  Leo Liu  <sdl.web@gmail.com>
173         * automated/calc-tests.el: New file and add tests for math-bignum.
174         (Bug#17556)
176 2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
178         * automated/dbus-tests.el (dbus--test-register-service)
179         (dbus-test02-register-service-session): Replace `dbus-ping' calls
180         by `dbus-list-known-names'.  (Bug#17858)
182 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * automated/package-test.el (package-test-update-listing)
185         (package-test-update-archives, package-test-describe-package):
186         Adjust tests according to new package-list-unsigned.
188 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
190         * automated/python-tests.el (python-util-strip-string-1): New test.
192 2014-05-08  Glenn Morris  <rgm@gnu.org>
194         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
195         (vc-bzr-test-faulty-bzr-autoloads):
196         Give bzr a temporary home-directory, in case the real one is missing.
198 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
200         * automated/ruby-mode-tests.el
201         (ruby-interpolation-after-dollar-sign): New test.
203 2014-05-05  Glenn Morris  <rgm@gnu.org>
205         * automated/help-fns.el: New file.
207 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
209         * automated/tramp-tests.el (top):
210         * automated/file-notify-tests.el (top): Do not disable interactive
211         passwords in batch mode.
212         (password-cache-expiry): Set to nil.
214 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
216         * automated/file-notify-tests.el
217         (file-notify-test-remote-temporary-file-directory):
218         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
219         Use a mock-up method as default.
220         (tramp-test00-availability): Print the used directory name.
221         (tramp-test33-recursive-load): Fix typo.
223 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
225         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
226         (tramp-test30-special-characters): Remove test for backslash.
228 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
230         * automated/tramp-tests.el
231         (tramp-test19-directory-files-and-attributes)
232         (tramp-test22-file-times): Check for `file-attributes' equality
233         only if there is a usable timestamp.
234         (tramp--test-check-files): Do not use `copy-sequence'.
236 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
238         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
239         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
241 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
243         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
244         (tramp--test-make-temp-name): Optional argument LOCAL.
245         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
246         (tramp-test10-write-region): No special test for out-of-band copy
247         needed anymore.
248         (tramp-test11-copy-file, tramp-test12-rename-file)
249         (tramp-test21-file-links): Extend tests.
250         (tramp-test20-file-modes): More robust check for user "root".
251         (tramp--test-check-files): New defun.
252         (tramp-test30-special-characters, tramp-test33-recursive-load)
253         (tramp-test34-unload): New tests.
254         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
256 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
258         * automated/electric-tests.el: Fix spelling error in test name.
259         (whitespace-skipping-for-quotes-not-outside):
260         Rename from whitespace-skipping-for-quotes-not-ouside.
262 2014-04-09  Glenn Morris  <rgm@gnu.org>
264         * automated/python-tests.el (python-triple-quote-pairing):
265         Enable/disable electric-pair-mode as needed.
267         * automated/electric-tests.el (electric-pair-backspace-1):
268         Replace deleted function.
270 2014-04-07  João Távora  <joaotavora@gmail.com>
272         * automated/electric-tests.el (define-electric-pair-test):
273         Don't overtest.
274         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
275         (inhibit-in-mismatched-string-inside-c-comments): New test.
277         * automated/electric-tests.el (inhibit-if-strings-mismatched):
278         New test, change from `inhibit-only-of-next-is-mismatched'.
280 2014-04-06  João Távora  <joaotavora@gmail.com>
282         * automated/python-tests.el (python-triple-quote-pairing): New test.
283         (python-syntax-after-python-backspace): New test.
285         * automated/electric-tests.el (electric-pair-define-test-form):
286         More readable test docstrings.
287         (whitespace-skipping-for-quotes-not-ouside)
288         (whitespace-skipping-for-quotes-only-inside)
289         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
291 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
293         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
294         (undo-test-region-t-marker): New tests of marker adjustments.
295         (undo-test-marker-adjustment-moved):
296         (undo-test-region-mark-adjustment): New tests to demonstrate
297         bug#16818, which fail without the fix.
299 2014-03-23  Daniel Colascione  <dancol@dancol.org>
301         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
302         test: correct parsing of keyword arguments.
304 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
306         * automated/package-test.el (package-test-describe-package):
307         Fix test failure in non-graphical mode.
309 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
311         * automated/package-test.el (package-test-describe-package):
312         Check for the "Keywords: " line.
314         * automated/data/package/archive-contents: Include the :keywords
315         field in `simple-single' data form.
317 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
319         * automated/package-test.el
320         (package-test-install-two-dependencies): New test (bug#16826).
322         * automated/data/package/simple-two-depend-1.1.el: New file.
324         * automated/data/package/archive-contents:
325         Add info about the new package.
327 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
329         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
330         (tramp-test10-write-region): Extend for out-of-band copy.
331         (tramp-test31-asynchronous-requests): New test.
333 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
335         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
336         Add new test of undo in region.
337         (undo-test-in-region-eob): Add test case described at
338         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
340 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
342         * automated/tramp-tests.el (tramp--test-enabled)
343         (tramp-test15-copy-directory): No special handling of tramp-adb.el
344         anymore.  It's fixed in that package.
346 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
348         * automated/tramp-tests.el (tramp--test-enabled): Move connection
349         cleanup into this function.  Remove respective code from all test
350         cases.
351         (tramp--instrument-test-case): Declare `indent' and `debug'.
352         Handle other errors as well.
353         (tramp-test14-delete-directory): Check for `file-error' error.
354         (tramp-test15-copy-directory): Ignore return value of
355         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
356         (tramp-test19-directory-files-and-attributes): Take care of
357         timestamp of "../".
358         (tramp-test20-file-modes, tramp-test27-start-file-process)
359         (tramp-test28-shell-command): Skip for tramp-adb.el.
360         (tramp-test21-file-links): `file-truename' shall preserve trailing
361         link of directories.
362         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
363         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
364         `kill-buffer-query-functions' to nil.
365         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
367 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
369         * automated/tramp-tests.el
370         (tramp-test19-directory-files-and-attributes): Do not include
371         directories in comparison; they might have changed their
372         timestamps already.
374 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
376         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
377         (tramp-test17-insert-directory): First line could contain more
378         text, when produced by `ls-lisp'.
379         (tramp-test19-directory-files-and-attributes): Instrument failed
380         test case.
382 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
384         * automated/tramp-tests.el (tramp-test17-insert-directory):
385         Make first line "total 123" optional.
386         (tramp-test20-file-modes, tramp-test22-file-times)
387         (tramp-test26-process-file, tramp-test27-start-file-process)
388         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
389         tramp-smb.el.
390         (tramp-test20-file-modes): Check for "root" only when there is an
391         explicit user name.
392         (tramp-test21-file-links): Handle "... not supported" error.
393         (tramp-test22-file-times): Skip for "don't know" return values.
394         (tramp-test26-process-file, tramp-test28-shell-command):
395         Remove color escape sequences.
396         (tramp-test28-shell-command): Use `accept-process-output' rather
397         than `sit-for'.
398         (tramp-test30-utf8): Set coding system `utf-8'.
400 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
402         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
403         an initial `sit-for' prior the while loop.
405 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
407         Sync with Tramp 2.2.9.
409         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
410         (tramp-test28-shell-command): Make a while loop when waiting for
411         process exit.
413 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
415         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
416         and `vc-hg'.  Declare `tramp-find-executable' and
417         `tramp-get-remote-path'.
418         (tramp-test29-vc-registered): New test.
419         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
421 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
423         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
424         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
425         (tramp-test28-shell-command): Improve `shell-command' test.  Add
426         `async-shell-command' tests.
428 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
430         * automated/file-notify-tests.el (file-notify--wait-for-events):
431         Use `read-event' instead of `sit-for'.
432         (file-notify-test02-events): Remove expected result, the bug is
433         fixed meanwhile.
434         (file-notify-test02-events, file-notify-test03-autorevert):
435         Use `sleep-for' instead of `sit-for'.
437 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
439         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
440         New test.
442 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
444         * automated/file-notify-tests.el (file-notify--deftest-remote):
445         Do not skip when the local test has failed.  They are unrelated.
446         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
447         `noninteractive' to nil, otherwise `sit-for' could be degraded to
448         `sleep-for'.
449         (file-notify-test02-events): Check for `file-remote-p' instead of
450         `file-notify--test-remote-enabled'.
452 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
454         * automated/file-notify-tests.el (file-notify-test02-events):
455         Let test case fail for Bug#16519.
457 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
459         * automated/file-notify-tests.el (file-notify-test02-events):
460         Hide Bug#16519, until it is solved.
462 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
464         * automated/file-notify-tests.el
465         (file-notify--test-local-enabled): Fix error in logic.
466         (file-notify--wait-for-events): New defmacro.
467         (file-notify-test02-events): Make short breaks between file operations.
468         Use `file-notify--wait-for-events'.  Check, that events have arrived.
469         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
471         * automated/comint-testsuite.el
472         (comint-testsuite-password-strings): Add localized examples.
474 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
476         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
477         case if inotify is not linked with Emacs.  Use `read-event' rather
478         than `sit-for' in order to process events.  (Bug#13662)
480 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
482         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
483         test case with adapted test string.  (Bug#13064)
485 2013-12-28  Glenn Morris  <rgm@gnu.org>
487         * automated/electric-tests.el: Require 'elec-pair.
489 2013-12-26  João Távora  <joaotavora@gmail.com>
491         * automated/electric-tests.el (electric-pair-test-for):
492         Fix autowrapping tests in batch-mode by running with
493         `transient-mark-mode' set to `lambda'.
495         * automated/electric-tests.el: New file.
497 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
499         * automated/python-tests.el
500         (python-nav-lisp-forward-sexp-safe-1): Remove test.
501         (python-nav-forward-sexp-safe-1): New test.
503 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
505         * automated/ruby-mode-tests.el: Add tests for
506         `ruby-align-to-stmt-keywords'.
508         * indent/ruby.rb: Update examples to reflect the lack of change in
509         default indentation of `begin' blocks.
511 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
513         * indent/ruby.rb: Update examples according to the change
514         in `smie-indent-close'.
516 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
518         * indent/ruby.rb: New examples.
520 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
522         * automated/python-tests.el (python-indent-dedenters-2): New test.
524 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
526         * automated/python-tests.el (python-indent-after-comment-1)
527         (python-indent-after-comment-2): New tests.
529 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
531         * automated/python-tests.el (python-indent-block-enders-1):
532         Rename from python-indent-block-enders.
533         (python-indent-block-enders-2): New test.
535 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
537         * indent/js.js: New file.
539 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
541         * automated/dbus-tests.el: New file.
543 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
545         * automated/regexp-tests.el: New file.
547 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
549         * automated/reftex-tests.el (reftex-parse-from-file-test):
550         Run temp-dir through file-truename, to make sure the temporary file
551         names are comparable as strings.
553         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
554         Force Unix EOLs by using 'utf-8-unix', since the default of
555         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
557 2013-11-28  Glenn Morris  <rgm@gnu.org>
559         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
561 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
563         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
564         (EMACSOPT): Use $(PATH_SEP).
566 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
568         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
569         Set to nil.
571 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
573         * automated/file-notify-tests.el
574         (file-notify-test-remote-temporary-file-directory):
575         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
576         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
577         (file-notify--deftest-remote): Cleanup connection initially.
578         (file-notify-test03-autorevert): Run also in batch mode.  Use a
579         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
580         does not work on MS Windows.  Call `accept-process-output' for
581         remote files.  Apply `string-match' instead of `string-equal', the
582         messages are different on MS Windows.
584         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
585         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
586         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
588 2013-11-23  Glenn Morris  <rgm@gnu.org>
590         * automated/python-tests.el (python-shell-make-comint-1)
591         (python-shell-make-comint-2, python-shell-get-process-1):
592         Suppress creation of some temp-files.
594         * automated/python-tests.el (python-shell-parse-command-1)
595         (python-shell-make-comint-1, python-shell-make-comint-2)
596         (python-shell-get-process-1)
597         (python-shell-internal-get-or-create-process-1):
598         Skip rather than fail if prereqs not found.
600         * automated/Makefile.in (emacs):
601         Empty EMACSLOADPATH rather than unsetting.
603 2013-11-22  Glenn Morris  <rgm@gnu.org>
605         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
606         Set expected-result.
608 2013-11-21  Glenn Morris  <rgm@gnu.org>
610         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
611         (compile-main): Pass XARGS_LIMIT to xargs.
613         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
614         (EMACSOPT): Use PATH_SEPARATOR.
616 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
618         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
619         Add a failing test for Bug#15874.
620         (ruby--insert-coding-comment-ruby-style)
621         (ruby--insert-coding-comment-emacs-style)
622         (ruby--insert-coding-comment-custom-style):
623         Add a few tests for `ruby--insert-coding-comment'.
625 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
627         Improve API of recently-added bool vector functions (Bug#15912).
628         * automated/data-tests.el: Adjust to API changes.
630 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
632         * automated/tramp-tests.el (tramp-test07-file-exists-p)
633         (tramp-test08-file-local-copy)
634         (tramp-test09-insert-file-contents, tramp-test10-write-region)
635         (tramp-test11-copy-file, tramp-test12-rename-file)
636         (tramp-test13-make-directory, tramp-test14-delete-directory)
637         (tramp-test15-copy-directory, tramp-test16-directory-files)
638         (tramp-test17-insert-directory, tramp-test18-file-attributes)
639         (tramp-test19-directory-files-and-attributes)
640         (tramp-test20-file-modes, tramp-test21-file-links)
641         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
642         (tramp-test24-file-name-completion, tramp-test25-load)
643         (tramp-test26-process-file, tramp-test27-start-file-process)
644         (tramp-test28-shell-command): Cleanup connection initially.
646 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
648         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
649         connection before running the test.
651 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
653         * automated/tramp-tests.el (tramp-test15-copy-directory)
654         (tramp-test16-directory-files, tramp-test17-insert-directory)
655         (tramp-test18-file-attributes)
656         (tramp-test19-directory-files-and-attributes)
657         (tramp-test20-file-modes, tramp-test21-file-links)
658         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
659         (tramp-test24-file-name-completion, tramp-test25-load)
660         (tramp-test26-process-file, tramp-test27-start-file-process)
661         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
662         (tramp-test29-utf8): New test.
664 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
666         * automated/file-notify-tests.el (file-notify-test02-events)
667         (file-notify-test03-autorevert): Suppress messages in `write-region'.
669         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
670         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
671         (tramp-test26-process-file, tramp-test28-shell-command):
672         Ensure, that the directory is not empty when calling "ls".
674 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
676         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
677         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
678         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
679         (tramp-test09-insert-file-contents, tramp-test10-write-region)
680         (tramp-test26-process-file): Add tests.
681         (tramp-test11-copy-file): Remove debug message.
682         (tramp-test20-file-modes): Special case, if user is "root".
684 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
686         * automated/file-notify-tests.el:
687         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
688         `tramp-remote-path' when running on hydra.
689         (tramp-test07-file-exists-p): Remove instrumentation code.
690         (tramp-test26-process-file): Don't use "/bin/true" and
691         "/bin/false", these paths do not exist on hydra.
693 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
695         * automated/process-tests.el: New file.
697 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
699         * indent/ruby.rb: New examples.
701 2013-11-06  Glenn Morris  <rgm@gnu.org>
703         * automated/Makefile.in (setwins): Avoid accidental matches.
705 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
707         * automated/tramp-tests.el (tramp-test07-file-exists-p):
708         Fix docstring.  Instrument, in order to hunt failure on hydra.
710 2013-11-06  Glenn Morris  <rgm@gnu.org>
712         * automated/flymake-tests.el (warning-predicate-rx-gcc)
713         (warning-predicate-function-gcc, warning-predicate-rx-perl)
714         (warning-predicate-function-perl):
715         * automated/info-xref.el (info-xref-test-makeinfo):
716         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
717         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
719 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
721         * automated/tramp-tests.el: New file.
723 2013-11-05  Glenn Morris  <rgm@gnu.org>
725         Get rid of --chdir usage.
726         * automated/Makefile.in (EMACSOPT): Move -L here.
727         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
728         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
729         (.el.elc): No more need to pass -L here.
730         (compile-main): Get rid of sub-shell and cd.
731         (compile-clean, check): Get rid of cd.
733         Make it possible to run tests with a different working directory.
734         * automated/flymake-tests.el (flymake-tests-data-directory): New.
735         (flymake-tests--current-face): Use flymake-tests-data-directory.
736         (warning-predicate-function-gcc, warning-predicate-rx-perl)
737         (warning-predicate-function-perl): Adapt for above change.
738         * automated/zlib-tests.el (zlib-tests-data-directory): New.
739         (zlib--decompress): Use zlib-tests-data-directory.
741         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
742         Remove test that makes no sense.
744         * automated/files.el (files-test-local-variable-data):
745         Fix result typo presumably caused by interference from dir-locals.
746         (file-test--do-local-variables-test): Prevent dir-locals interfering.
748 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
750         * indent/ruby.rb: Add a statement on the line after heredoc.
751         Move a now-successful example.
753         * automated/ruby-mode-tests.el: Remove outdated comment.
755 2013-11-04  Glenn Morris  <rgm@gnu.org>
757         * automated/Makefile.in (abs_srcdir): Remove.
758         (emacs): Unset EMACSLOADPATH.
759         (.el.elc, check): Use -L to append srcdir to load-path.
761 2013-11-02  Glenn Morris  <rgm@gnu.org>
763         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
764         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
765         (abs_srcdir): New, set by configure.
766         (EMACS): Use a relative file name.
767         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
768         (lisp-compile): Remove (assume it's up-to-date).
769         (compile-main): Do not run lisp-compile.
770         (compile-main, compile-clean, compile-always, bootstrap-clean)
771         (check): Use srcdir rather than $test.  Check cd return value.
772         Use --chdir.
773         (doit, compile, compile-always): Remove stuff copied from lisp/.
774         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
776 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
778         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
779         Add a skipping test.
781 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
785         * indent/css-mode.css (.x2): Test alignement inside braces.
787 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
789         * indent/ruby.rb: New failing example.
791         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
792         Fix the test, in respect to adding the space after the curly.
794 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
796         * automated/ert-tests.el (ert-test-skip-unless): New test case.
797         (ert-test-deftest): Adapt test for changed macro expansion.
798         (ert-test-run-tests-interactively):
799         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
800         Add a skipping test.
802         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
803         (file-notify--test-local-enabled): Make it a function.  Check also
804         for `file-remote-p' of `temporary-file-directory'.
805         (file-notify--test-remote-enabled-checked): New defvar.
806         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
807         internal functions.  Cache result.
808         (file-notify--deftest-remote, file-notify-test00-availability)
809         (file-notify-test01-add-watch, file-notify-test02-events)
810         (file-notify-test03-autorevert): Add checks with `skip_unless'.
811         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
813 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
815         * indent/ruby.rb: Fix syntax error in the latest example.
817 2013-10-23  Glenn Morris  <rgm@gnu.org>
819         * automated/Makefile.in (abs_top_srcdir, top_builddir):
820         New, set by configure.
821         (top_srcdir): Remove.
822         (abs_test, abs_lispsrc): New.
823         (lisp): No longer absolute.
824         (emacs, lisp-compile, compile, compile-always):
825         Quote entities that might contain whitespace.
827 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
829         * indent/ruby.rb: Move two examples to "working" section, add one
830         more.
832 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
834         * indent/ruby.rb: New examples for indentation of blocks.
835         Example of hash inside parens that inflooped before the present commit.
837 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
839         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
840         allows another timer to run.
842 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
844         * indent/ruby.rb: More examples for bug#15594, both failing and
845         now passing.
847 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
849         * indent/ruby.rb: Add two more cases.
851 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
854         first use.
855         (ruby-should-indent): Use indent-according-to-mode.
856         (ruby-deftest-move-to-block): Use `declare'.
858 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
860         * indent/ruby.rb: Fix a spurious change, add more failing examples.
862 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * indent/ruby.rb: Add a few more tests; adjust some indentation.
866 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
868         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
869         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
871         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
873 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
876         Adjust indentation of continued line to the new SMIE behavior.
878 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
880         * automated/completion-tests.el:
881         * indent/css-mode.css: New files.
883 2013-10-03  Daiki Ueno  <ueno@gnu.org>
885         * automated/data/package/signed/archive-contents:
886         * automated/data/package/signed/archive-contents.sig:
887         * automated/data/package/signed/signed-good-1.0.el:
888         * automated/data/package/signed/signed-good-1.0.el.sig:
889         * automated/data/package/signed/signed-bad-1.0.el:
890         * automated/data/package/signed/signed-bad-1.0.el.sig:
891         * automated/data/package/key.pub:
892         * automated/data/package/key.sec: New files.
894         * automated/package-test.el (package-test-update-listing)
895         (package-test-update-archives, package-test-describe-package):
896         Adjust to package.el change.
897         (package-test-signed): New test.
899 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
901         * automated/package-test.el: Update all cases to use :url instead
902         of :homepage.
904         * automated/package-x-test.el
905         (package-x-test--single-archive-entry-1-3): Same.
907 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
909         * automated/package-test.el (simple-single-desc-1-4): Remove, it
910         was unused.
911         (simple-single-desc): Expect :homepage property.
912         (multi-file-desc): Same.
913         (with-package-test): Do not save previous `default-directory'
914         value, let-bind the var instead.
915         (package-test-install-single): Expect :homepage property in the
916         generated pkg file.
917         (package-test-describe-package): Expect Homepage button.
918         (package-test-describe-non-installed-package)
919         (package-test-describe-non-installed-multi-file-package): Same.
920         (package-test-describe-not-installed-package): Remove, it was a
921         duplicate.
923         * automated/package-x-test.el
924         (package-x-test--single-archive-entry-1-3): Expect :homepage
925         property.
926         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
928         * automated/data/package/simple-single-1.3.el: Add URL header.
930         * automated/data/package/archive-contents: Add :homepage
931         properties to `simple-single' and `multi-file'.
933 2013-09-22  Daniel Colascione  <dancol@dancol.org>
935         * automated/data-tests.el:
936         (bool-vector-count-matches-all-0-nil)
937         (bool-vector-count-matches-all-0-t)
938         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
939         (bool-vector-count-matches-at, bool-vector-intersection-op)
940         (bool-vector-union-op, bool-vector-xor-op)
941         (bool-vector-set-difference-op)
942         (bool-vector-change-detection, bool-vector-not): New tests.
943         (mock-bool-vector-count-matches-at)
944         (test-bool-vector-bv-from-hex-string)
945         (test-bool-vector-to-hex-string)
946         (test-bool-vector-count-matches-at-tc)
947         (test-bool-vector-apply-mock-op)
948         (test-bool-vector-binop): New helper functions.
949         (bool-vector-test-vectors): New testcase data.
951 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
953         * automated/advice-tests.el (advice-test-called-interactively-p-around)
954         (advice-test-called-interactively-p-filter-args)
955         (advice-test-called-interactively-p-around): New tests.
957 2013-09-16  Glenn Morris  <rgm@gnu.org>
959         * automated/eshell.el (eshell-match-result):
960         Return a more informative failure than simply "false".  Update callers.
962         * automated/eshell.el (eshell-test/for-name-shadow-loop):
963         Test value before and after loop as well as during.
965 2013-09-15  Glenn Morris  <rgm@gnu.org>
967         * automated/eshell.el (eshell-test/for-name-shadow-loop):
968         New test.  (Bug#15372)
969         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
971 2013-09-13  Glenn Morris  <rgm@gnu.org>
973         * automated/eshell.el (with-temp-eshell):
974         Use a temp directory for eshell-directory-name.
975         (eshell-test-command-result): New, again using a temp directory.
976         Replace eshell-command-result with this throughout.
977         (eshell-test/for-loop, eshell-test/for-name-loop):
978         Ensure environment variables don't confuse us.
980 2013-09-12  Glenn Morris  <rgm@gnu.org>
982         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
983         due to "has a running process; kill it?" prompts.
985 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * automated/eshell.el: Rename from eshell.el.
988         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
990 2013-09-01  Glenn Morris  <rgm@gnu.org>
992         * automated/Makefile.in (setwins): Avoid leading space in $wins.
993         Otherwise the sed command used by eg compile-main ends up
994         containing "/*.el".  (Bug#15170)
996 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
998         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
999         for portability to hosts where /bin/sh has problems.
1001 2013-08-21  David Engster  <deng@randomsample.de>
1003         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1004         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1005         upstream.  Changed to use ERT.
1007 2013-08-14  Daniel Hackney  <dan@haxney.org>
1009         * automated/package-test.el: Remove tar-package-building functions.
1010         Tar file used for testing is included in the repository.
1011         (package-test-install-texinfo, package-test-cleanup-built-files):
1012         Remove.
1014 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1016         * automated/python-tests.el (python-imenu-create-index-4)
1017         (python-imenu-create-flat-index-2): New tests.
1019 2013-08-05  Glenn Morris  <rgm@gnu.org>
1021         * automated/mule-util.el: New file, with tests extracted from
1022         lisp/international/mule-util.el.
1024 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1027         before definition.
1028         (advice-tests-macroaliases): New test.
1030 2013-08-04  Glenn Morris  <rgm@gnu.org>
1032         * automated/ert-tests.el: Disable failing test that no-one seems
1033         to know how to fix.  (Bug#13064)
1035         * automated/icalendar-tests.el (icalendar-tests--test-export)
1036         (icalendar-tests--test-import): Try more precise TZ specification.
1037         Remove debug messages.
1039 2013-08-03  Glenn Morris  <rgm@gnu.org>
1041         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1043         * automated/icalendar-tests.el (icalendar-tests--test-export)
1044         (icalendar-tests--test-import):
1045         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1046         (icalendar-tests--test-import): Reset zone even if error occurred.
1048 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * automated/core-elisp-tests.el: New file.
1052 2013-08-01  Glenn Morris  <rgm@gnu.org>
1054         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1055         Try to check that the remote system has a notification program.
1057 2013-07-31  Glenn Morris  <rgm@gnu.org>
1059         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1061 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1063         * automated/file-notify-tests.el
1064         (file-notify--test-local-enabled): New defconst.  Replaces all
1065         `file-notify-support' occurrences.
1066         (file-notify--test-remote-enabled): New defun.
1067         (file-notify--deftest-remote): Use it.
1068         (file-notify-test00-availability): Rewrite.
1069         (file-notify-test00-availability-remote): New defun.
1070         (file-notify-test01-add-watch): Rewrite first erroneous check.
1072 2013-07-23  Glenn Morris  <rgm@gnu.org>
1074         * automated/inotify-test.el (inotify-file-watch-simple):
1075         Delete temp-file when done.
1077         * automated/subword-tests.el: Require subword.
1079 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * automated/subword-tests.el: New file.
1083 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1085         * automated/python-tests.el (python-imenu-create-index-2)
1086         (python-imenu-create-index-3): New tests.
1088 2013-07-11  Glenn Morris  <rgm@gnu.org>
1090         * automated/ert-tests.el: Require cl-lib at runtime too.
1091         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1092         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1093         (ert-test-set-functions, ert-test-gensym)
1094         (ert-test-coerce-to-vector, ert-test-string-position)
1095         (ert-test-mismatch): Remove tests.
1096         * automated/cl-lib.el: New, split from ert-tests.el.
1098         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1099         Goto point-min.
1100         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1101         (ruby-move-to-block-skips-percent-literal)
1102         (ruby-move-to-block-skips-heredoc)
1103         (ruby-move-to-block-moves-from-else-to-if)
1104         (ruby-beginning-of-defun-does-not-fold-case)
1105         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1106         Replace goto-line with forward-line/goto-char.
1107         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1109         * automated/package-test.el (makeinfo-buffer): Autoload.
1110         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1111         (package-test-install-texinfo): Don't require makeinfo.
1113         * automated/files.el: Stop "local variables" confusion.
1115         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1117         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1118         Use with-current-buffer.
1120         * automated/undo-tests.el (undo-test-buffer-modified)
1121         (undo-test-file-modified): New tests.
1123 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1125         * automated/file-notify-tests.el (file-notify-test00-availability):
1126         Set :expected-result.
1127         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1128         (file-notify-test02-events, file-notify-test02-events-remote)
1129         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1130         Skip when `file-notify-support' is nil.  (Bug#14823)
1132 2013-07-09  Glenn Morris  <rgm@gnu.org>
1134         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1135         Declare.
1136         (inotify-file-watch-simple): Silence compiler.
1138         * automated/python-tests.el (python-indent-block-enders):
1139         Make it actually test something.
1141         * automated/package-x-test.el: Require package-test when compiling.
1143         * automated/add-log-tests.el, automated/advice-tests.el:
1144         * automated/imenu-test.el, automated/package-x-test.el:
1145         * automated/python-tests.el, automated/ruby-mode-tests.el:
1146         * automated/xml-parse-tests.el: Explicitly require ert.
1148 2013-07-08  Kenichi Handa  <handa@gnu.org>
1150         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1151         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1153 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1155         * automated/file-notify-tests.el
1156         (file-notify-test-remote-temporary-file-directory):
1157         Use `null-device' on w32.
1158         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1159         (file-notify--test-results, file-notify--test-event)
1160         (file-notify--deftest-remote, file-notify--event-test)
1161         (file-notify--test-event-handler)
1162         (file-notify--test-make-temp-name): Rename, in order to mark them
1163         internal.
1164         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1165         better fitting in noninteractive tests.
1166         (file-notify-test00-availability): Rename from `file-notify-test0'.
1167         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1168         Use `temporary-file-directory '.
1169         (file-notify-test01-add-watch-remote): New test.
1170         (file-notify-test02-events): Rename from `file-notify-test2'.
1171         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1172         (file-notify-test03-autorevert): Rename from
1173         `file-notify-test4'.  Use timeouts.
1174         (file-notify-test03-autorevert-remote): Rename from
1175         `file-notify-test5'.
1177 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1179         * automated/file-notify-tests.el: New package.
1181 2013-06-28  Kenichi Handa  <handa@gnu.org>
1183         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1184         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1185         Callers changed.
1186         (decoder-tests-filename): New function.
1187         (decoder-tests-prefer-utf-8-read)
1188         (decoder-tests-prefer-utf-8-write): New function.
1189         (ert-test-decoder-prefer-utf-8): New test.
1191 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1193         * automated/package-x-test.el: Change the commentary.
1194         (package-x-test--single-archive-entry-1-3)
1195         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1196         using the appropriate data structure.
1198 2013-06-27  Daniel Hackney  <dan@haxney.org>
1200         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1202         * automated/package-x-test.el: New file.
1204         * automated/package-test.el: New file.
1206         * automated/data/package: New directory, with test examples.
1208 2013-06-27  Glenn Morris  <rgm@gnu.org>
1210         * automated/python-tests.el (python-tests-with-temp-file):
1211         Clean up after ourself.
1213         * automated/undo-tests.el (undo-test3): Remove test that seems to
1214         do nothing that the previous one doesn't, except leave a tempfile.
1216 2013-06-26  Glenn Morris  <rgm@gnu.org>
1218         * automated/info-xref.el: New file.
1220 2013-06-25  Glenn Morris  <rgm@gnu.org>
1222         * automated/occur-tests.el (occur-test-create): New function.
1223         Use it to create separate tests for each element, so we run them
1224         all rather than stopping at the first error.
1226 2013-06-24  Glenn Morris  <rgm@gnu.org>
1228         * automated/occur-tests.el (occur-tests):
1229         Update for 2013-05-29 change to occur header line.
1231 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1233         Test suite for flymake.
1234         * automated/flymake-tests.el:
1235         * automated/flymake/warnpred/Makefile
1236         * automated/flymake/warnpred/test.c
1237         * automated/flymake/warnpred/test.pl: New files.
1239 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1241         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1243 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1245         * automated/reftex-tests.el: New test suite for reftex.
1247 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1249         * automated/ruby-mode-tests.el: New tests, for percent literals
1250         and expression expansion.
1252 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1254         * indent/octave.m: Tweak.
1256 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1258         * eshell.el: Rewrite tests using ERT.
1260 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1262         * indent/octave.m: Add tests for %!, # and ### comments.
1264 2013-05-23  Kenichi Handa  <handa@gnu.org>
1266         * automated/decoder-tests.el: New file.
1268 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1270         * indent/ruby.rb: Add multiline regexp example.
1272         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1273         (ruby-regexp-skips-over-interpolation)
1274         (ruby-regexp-continues-till-end-when-unclosed)
1275         (ruby-regexp-can-be-multiline)
1276         (ruby-interpolation-inside-percent-literal): New tests.
1278 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * indent/ruby.rb: Fix indentation after =; add more cases.
1282 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * indent/pascal.pas: Add test for mis-identified comments.
1286 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1288         * automated/imenu-test.el: New file.  (Bug#14112)
1290 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1292         * automated/python-tests.el (python-imenu-prev-index-position-1):
1293         Remove test.
1294         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1295         New tests.
1297 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1299         * automated/python-tests.el (python-nav-backward-defun-2)
1300         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1301         (python-nav-forward-defun-3): New tests.
1303 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1305         * automated/python-tests.el (python-nav-backward-defun-1)
1306         (python-nav-forward-defun-1): New tests.
1308 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1310         * automated/add-log-tests.el: New file.  (Bug#14112)
1312 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1314         * automated/python-tests.el (python-indent-block-enders): New test.
1315         (python-info-current-defun-2): Fix test.
1317 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1319         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1321 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1323         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1324         (python-tests-with-temp-file): New macro.
1325         (python-tests-shell-interpreter): New var.
1326         (python-shell-get-process-name-1)
1327         (python-shell-internal-get-process-name-1)
1328         (python-shell-parse-command-1)
1329         (python-shell-calculate-process-environment-1)
1330         (python-shell-calculate-process-environment-2)
1331         (python-shell-calculate-process-environment-3)
1332         (python-shell-calculate-exec-path-1)
1333         (python-shell-calculate-exec-path-2)
1334         (python-shell-make-comint-1)
1335         (python-shell-make-comint-2)
1336         (python-shell-get-process-1)
1337         (python-shell-get-or-create-process-1)
1338         (python-shell-internal-get-or-create-process-1): New tests.
1340 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1342         * automated/python-tests.el: New file.
1344 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1346         * automated/ruby-mode-tests.el
1347         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1348         bits inside the examples.
1349         (ruby-move-to-block-skips-heredoc): New test.
1350         (ruby-add-log-current-method-after-inner-class):
1351         Lower expectations: move point inside a method, initially.
1353 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1355         * automated/ruby-mode-tests.el
1356         (ruby-move-to-block-skips-percent-literal): New test.
1358 2013-02-04  Chong Yidong  <cyd@gnu.org>
1360         * automated/thingatpt.el: New file.
1362 2013-02-03  Chong Yidong  <cyd@gnu.org>
1364         * automated/files.el (file-test--do-local-variables-test):
1365         Avoid compilation warning message.
1367 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1369         * automated/ruby-mode-tests.el
1370         (ruby-indent-spread-args-in-parens): New test.
1371         * automated/ruby-mode-tests.el (ruby-block-test-example):
1372         Break indentation of the do block opener and add a line inside it.
1373         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1374         Adjust line numbers.
1376 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1380 2013-01-14  Glenn Morris  <rgm@gnu.org>
1382         * automated/compile-tests.el (compile-tests--test-regexps-data):
1383         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1385 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1387         * automated/man-tests.el: New file.
1389 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1391         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1393 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1395         * automated/undo-tests.el: New file.
1397 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1399         * automated/ruby-mode-tests.el
1400         (ruby-indent-after-block-in-continued-expression): New test.
1402 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1404         * automated/ruby-mode-tests.el:
1405         Rename one interpolation test; add three more.
1406         (ruby-with-temp-buffer): New macro, use it where appropriate.
1407         (ruby-add-log-current-method-examples): Use "_" for target point.
1408         Add four new tests for ruby-add-log-current-method.
1410 2012-12-11  Glenn Morris  <rgm@gnu.org>
1412         * automated/f90.el (f90-test-bug13138): New test.
1414 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1416         * automated/inotify-test.el: New test.
1418 2012-12-02  Chong Yidong  <cyd@gnu.org>
1420         * automated/ruby-mode-tests.el
1421         (ruby-add-log-current-method-examples): Don't use loop macro, to
1422         allow automated testing to work.
1424 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * automated/advice-tests.el (advice-tests--data): Remove.
1427         (advice-tests): Move the tests directly here instead.
1428         Add called-interactively-p tests.
1430 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         * automated/ert-x-tests.el: Use cl-lib.
1433         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1435 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1437         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1438         (ruby-indent-inside-heredoc-after-operator)
1439         (ruby-indent-inside-heredoc-after-space): New tests.
1440         Change direct font-lock face references to var references.
1441         (ruby-interpolation-suppresses-syntax-inside): New test.
1442         (ruby-interpolation-inside-percent-literal-with-paren):
1443         New failing test.
1445 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1447         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1448         (ruby-singleton-class-no-heredoc-font-lock)
1449         (ruby-add-log-current-method-examples): New tests.
1450         (ruby-test-string): Extract from ruby-should-indent-buffer.
1451         (ruby-deftest-move-to-block): New macro.
1452         Add several move-to-block tests.
1454 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * automated/advice-tests.el: New tests.
1458 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1460         * automated/compile-tests.el (compile-tests--test-regexps-data):
1461         Add new data for msft's new format.
1463 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1465         * automated/ruby-mode-tests.el:
1466         (ruby-toggle-block-to-multiline): New test.
1467         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1468         (ruby-toggle-block-to-brace): Use buffer-string.
1470 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1472         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1474 2012-08-28  Chong Yidong  <cyd@gnu.org>
1476         * automated/files.el: Test every combination of values for
1477         enable-local-variables and enable-local-eval.
1479 2012-08-19  Chong Yidong  <cyd@gnu.org>
1481         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1483 2012-08-18  Chong Yidong  <cyd@gnu.org>
1485         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1487 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1489         * indent/ruby.rb: Rearrange examples, add new ones.
1491 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1493         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1494         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1496 2012-08-11  Glenn Morris  <rgm@gnu.org>
1498         * automated/files.el: New file.
1500         * automated/Makefile.in (all): Fix typo.
1502 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1504         * automated/ruby-mode-tests.el (ruby-should-indent):
1505         Add docstring, check (current-indentation) instead of (current-column).
1506         (ruby-should-indent-buffer): New function.
1507         Add tests for `ruby-deep-indent-paren' behavior.
1508         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1510 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1512         Original tests in test_ruby_mode.rb in upstream (author).
1514 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1516         * automated/ruby-mode-tests.el (ruby-should-indent)
1517         (ruby-assert-state): New functions.
1518         Add new tests.
1520 2012-07-29  David Engster  <deng@randomsample.de>
1522         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1523         New variable to hold test data for name expansion.
1524         (xml-parse-tests): Test the two different types of name expansion.
1526 2012-07-29  Juri Linkov  <juri@jurta.org>
1528         * automated/occur-tests.el (occur-test-case): Use predefined
1529         buffer name " *test-occur*" instead of a random buffer name.
1531 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1533         * automated/ruby-mode-tests.el: New file with one test.
1535 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * indent/shell.sh: Add test case for ${#VAR}.
1539         * indent/latex-mode.tex: New file.
1541 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1543         * eshell.el: Use cl-lib.
1545 2012-07-03  Chong Yidong  <cyd@gnu.org>
1547         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1549 2012-07-02  Chong Yidong  <cyd@gnu.org>
1551         * automated/xml-parse-tests.el (xml-parse-tests--data):
1552         More testcases.
1554 2012-07-01  Chong Yidong  <cyd@gnu.org>
1556         * automated/xml-parse-tests.el: New file.
1558 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1561         Use cl-flet.
1563 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1565         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1566         Test escaped commas in TZID (Bug#11473).
1567         (icalendar-import-with-timezone): New.
1568         (icalendar-real-world): Add new testcase as given in the bugreport
1569         of Bug#11473.
1571 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1573         * automated/icalendar-tests.el (icalendar-tests--test-import):
1574         Include UID in import tests (Bug#11525).
1575         (icalendar-import-non-recurring, icalendar-import-rrule)
1576         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1577         UID-import change.
1578         (icalendar-import-with-uid): New.
1579         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1580         Include UID in cycle tests.
1581         (icalendar-cycle, icalendar-real-world): UID-import change.
1583 2012-05-21  Glenn Morris  <rgm@gnu.org>
1585         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1587 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1589         * automated/url-util-tests.el: New file to test
1590         lisp/url/url-util.el.  Only `url-build-query-string' and
1591         `url-parse-query-string' are tested right now (Bug#8706).
1593 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * indent/shell.sh:
1596         * indent/shell.rc: Ad some test cases.
1598 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * indent/ruby.rb: New file, to test new syntax-propertize code.
1602 2012-04-11  Glenn Morris  <rgm@gnu.org>
1604         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1606 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1608         * automated/url-future-tests.el (url-future-tests): Move from
1609         lisp/url/url-future.el and rename.
1611 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1613         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1614         Fix broken test, caused by missing trailing blank.
1616 2011-12-03  Chong Yidong  <cyd@gnu.org>
1618         * automated/compile-tests.el (compile-tests--test-regexps-data):
1619         Increase column numbers by one to reflect change in how
1620         compilation-message is recorded (Bug#10172).
1622 2011-11-22  Glenn Morris  <rgm@gnu.org>
1624         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1626 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1628         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1630 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1632         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1633         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1634         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1636 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1638         * automated/newsticker-tests.el
1639         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1640         newsticker--treeview-tree-update.
1642 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1644         * automated/newsticker-tests.el
1645         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1647         * automated/newsticker-tests.el
1648         (newsticker--group-manage-orphan-feeds): Prevent updating
1649         newsticker treeview.  Fixed bug#9763.
1651 2011-10-20  Glenn Morris  <rgm@gnu.org>
1653         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1655         * automated/vc-bzr.el: New file.
1657 2011-10-15  Glenn Morris  <rgm@gnu.org>
1659         * automated/f90.el: New file.
1661 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1663         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1664         to automated/newsticker-tests.el.  Convert to ERT.
1666 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1668         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1669         Remove, simply use string=.
1670         (icalendar--diarytime-to-isotime)
1671         (icalendar--datetime-to-diary-date)
1672         (icalendar--datestring-to-isodate)
1673         (icalendar--format-ical-event)
1674         (icalendar--parse-summary-and-rest)
1675         (icalendar-tests--do-test-import)
1676         (icalendar-tests--do-test-cycle): Change argument order of
1677         string= to EXPECTED ACTUAL.
1678         (icalendar--import-format-sample)
1679         (icalendar--format-ical-event)
1680         (icalendar-import-non-recurring)
1681         (icalendar-import-rrule)
1682         (icalendar-import-duration)
1683         (icalendar-import-bug-6766)
1684         (icalendar-real-world): Adjust to string= instead of
1685         icalendar-tests--compare-strings.
1686         (icalendar-import-multiple-vcalendars): New.
1688 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1690         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1691         Require CL.
1693 2011-05-09  Juri Linkov  <juri@jurta.org>
1695         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1696         Convert to ERT.
1698 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1700         * automated/compile-tests.el: New file.
1702 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1704         * automated/font-parse-tests.el: Don't byte-compile.
1706         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1708 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * automated/lexbind-tests.el: New file.
1712 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1714         * Version 23.3 released.
1716 2011-03-05  Glenn Morris  <rgm@gnu.org>
1718         * eshell.el: Move here from lisp/eshell/esh-test.el.
1720 2011-03-03  Christian Ohler  <ohler@gnu.org>
1722         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1723         New test.
1725 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1727         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1728         convert to ERT format.
1730 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1732         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1733         convert to ERT format.
1735 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1737         * indent/shell.sh:
1738         * indent/shell.rc: New files.
1740 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1742         * automated/font-parse-tests.el: Move from
1743         font-parse-testsuite.el.
1745 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1747         * font-parse-testsuite.el (test-font-parse-data): New file.
1749 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * indent/prolog.prolog: Add tokenizing tests.
1753 2011-01-13  Christian Ohler  <ohler@gnu.org>
1755         * automated: New directory for automated tests.
1757         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1759         * automated/Makefile.in: New file.
1761 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * indent/modula2.mod: New file.
1765 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * indent/octave.m: Add a test to ensure indentation is local.
1769 2010-10-23  Glenn Morris  <rgm@gnu.org>
1771         * comint-testsuite.el
1772         (comint-testsuite--test-comint-password-prompt-regexp):
1773         Add "Please enter the password".  (Bug#7224)
1775 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * indent/prolog.prolog: Use normal spacing around !.
1779 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1783 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * indent/octave.m: Remove some `fixindent' not needed any more.
1787 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * indent/octave.m: New file.
1791 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1793         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1794         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1795         (icalendar-testsuite--run-internal-tests): New.
1796         (icalendar-testsuite--test-convert-ordinary-to-ical)
1797         (icalendar-testsuite--test-convert-block-to-ical)
1798         (icalendar-testsuite--test-convert-anniversary-to-ical)
1799         (icalendar-testsuite--test-parse-vtimezone)
1800         (icalendar-testsuite--do-test-export): Code formatting.
1801         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1802         (icalendar-testsuite--do-test-import)
1803         (icalendar-testsuite--do-test-cycle):
1804         Use icalendar-testsuite--compare-strings
1805         (icalendar-testsuite--run-import-tests): Comment added.
1806         (icalendar-testsuite--run-import-tests)
1807         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1809 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1811         * redisplay-testsuite.el (test-redisplay-3): New test.
1813 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1815         * comint-testsuite.el: New file.
1817 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1819         * indent: New dir.
1821 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1823         * Version 23.2 released.
1825 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1827         * cedet/semantic-ia-utest.el
1828         (semantic-symref-test-count-hits-in-tag): Add function, from
1829         semantic-test.el.
1831         * cedet/tests/test.cpp:
1832         * cedet/tests/test.py:
1833         * cedet/tests/teststruct.cpp:
1834         * cedet/tests/testtemplates.cpp:
1835         * cedet/tests/testusing.cpp:
1836         * cedet/tests/scopetest.cpp:
1837         * cedet/tests/scopetest.java: Files deleted.
1839         * cedet/tests/test.make:
1840         * cedet/tests/test.c:
1841         * cedet/tests/testjavacomp.java:
1842         * cedet/tests/testspp.c:
1843         * cedet/tests/testsppreplace.c:
1844         * cedet/tests/testsppreplaced.c:
1845         * cedet/tests/testsubclass.cpp:
1846         * cedet/tests/testsubclass.hh:
1847         * cedet/tests/testtypedefs.cpp:
1848         * cedet/tests/testvarnames.c:
1849         * cedet/tests/test.el:
1850         * cedet/tests/testdoublens.cpp:
1851         * cedet/tests/testdoublens.hpp: Add copyright header.
1853         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1854         Remove reference to deleted files.
1856 2010-03-30  Juri Linkov  <juri@jurta.org>
1858         * occur-testsuite.el (occur-tests): Add tests for context lines.
1860 2010-03-23  Juri Linkov  <juri@jurta.org>
1862         * occur-testsuite.el: New file.
1864 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1866         * Branch for 23.2.
1868 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1870         * icalendar-testsuite.el
1871         (icalendar-testsuite--run-function-tests): Add new tests.
1872         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1873         testcase.
1874         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1875         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1876         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1877         (icalendar-testsuite--test-convert-block-to-ical): New.
1878         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1879         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1881 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1883         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1884         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1885         Fix typos in docstrings and error messages.
1886         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1888 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1890         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1891         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1892         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1894 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1896         * icalendar-testsuite.el
1897         (icalendar-testsuite--run-function-tests):
1898         Add icalendar-testsuite--test-parse-vtimezone.
1899         (icalendar-testsuite--test-parse-vtimezone): New.
1900         (icalendar-testsuite--do-test-cycle): Doc changes.
1901         (icalendar-testsuite--run-real-world-tests): Remove trailing
1902         whitespace -- see change of icalendar--add-diary-entry in
1903         icalendar.el.
1904         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1906 2009-09-30  Glenn Morris  <rgm@gnu.org>
1908         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1910 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1912         * cedet/*: New unit tests, from CEDET repository.
1914 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1916         * redisplay-testsuite.el: New file.
1918 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1920         * Branch for 23.1.
1922 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1924         * icalendar-testsuite.el
1925         (icalendar-testsuite--run-function-tests):
1926         Add icalendar-testsuite--test-diarytime-to-isotime.
1927         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1928         recent icalendar fixes.
1929         (icalendar-testsuite--test-diarytime-to-isotime): New.
1930         (icalendar-testsuite--test-create-uid): Adjust to recent
1931         icalendar changes.
1933 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1935         * bytecomp-testsuite.el: New file.
1937 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1939         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1940         Add `icalendar-testsuite--test-create-uid'.
1941         (icalendar-testsuite--test-create-uid): New.
1943 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1945         * newsticker-testsuite.el: New file.
1947 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1949         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1950         Add icalendar-testsuite--test-datestring-to-isodate,
1951         icalendar-testsuite--test-datetime-to-diary-date, and
1952         icalendar-testsuite--test-calendar-style.
1953         (icalendar-testsuite--test-format-ical-event)
1954         (icalendar-testsuite--test-parse-summary-and-rest):
1955         Doc fix.  Remove european-calendar-style.
1956         (icalendar-testsuite--get-ical-event): Doc fix.
1957         (icalendar-testsuite--test-first-weekday-of-year)
1958         (icalendar-testsuite--run-cycle-tests): Add doc string.
1959         (icalendar-testsuite--test-datestring-to-isodate)
1960         (icalendar-testsuite--test-datetime-to-diary-date)
1961         (icalendar-testsuite--test-calendar-style): New functions.
1962         (icalendar-testsuite--test-export): Handle iso date style.
1963         New arg INPUT-ISO.  Use calendar-date-style.
1964         (icalendar-testsuite--test-import): Handle iso date style.
1965         New arg EXPECTED-ISO.  Use calendar-date-style.
1966         (icalendar-testsuite--test-cycle): Handle iso date style.
1967         (icalendar-testsuite--run-import-tests)
1968         (icalendar-testsuite--run-export-tests)
1969         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1971 2008-02-29  Glenn Morris  <rgm@gnu.org>
1973         * README: New file.
1975 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1977         * icalendar-testsuite.el: New file.
1979 ;; Local Variables:
1980 ;; coding: utf-8
1981 ;; End:
1983   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1985   This file is part of GNU Emacs.
1987   GNU Emacs is free software: you can redistribute it and/or modify
1988   it under the terms of the GNU General Public License as published by
1989   the Free Software Foundation, either version 3 of the License, or
1990   (at your option) any later version.
1992   GNU Emacs is distributed in the hope that it will be useful,
1993   but WITHOUT ANY WARRANTY; without even the implied warranty of
1994   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1995   GNU General Public License for more details.
1997   You should have received a copy of the GNU General Public License
1998   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.