Fixes: debbugs:18432
[emacs.git] / test / ChangeLog
blob4f7f068e7960f90ccdc16150e5d4bf785bb04fae
1 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * automated/python-tests.el (python-indent-dedenters-8): New test
4         for Bug#18432.
6 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8         * automated/python-tests.el (python-indent-region-1)
9         (python-indent-region-2, python-indent-region-3)
10         (python-indent-region-4, python-indent-region-5): New tests.
12 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
14         Backport Tramp changes from trunk.
16         * automated/tramp-tests.el (tramp-remote-process-environment):
17         Declare.
18         (tramp--test-enabled): Ignore errors.
19         (tramp--instrument-test-case): Extend docstring.  Print debug
20         buffer in any case.
21         (tramp-test15-copy-directory): Skip for tramp-smb.el.
22         (tramp-test21-file-links): Use `file-truename' for directories.
23         (tramp-test26-process-file): Extend test according to Bug#17815.
24         (tramp-test27-start-file-process, tramp-test28-shell-command):
25         Retrieve process output more robustly.
26         (tramp-test29-vc-registered): Set $BZR_HOME.
27         (tramp--test-check-files): Extend test with `substitute-in-file-name'.
28         (tramp-test30-special-characters): Skip for tramp-adb.el,
29         tramp-gvfs.el and tramp-smb.el.  Add further file names.
31 2014-10-20  Glenn Morris  <rgm@gnu.org>
33         * Version 24.4 released.
35 2014-10-01  Glenn Morris  <rgm@gnu.org>
37         * automated/package-test.el (with-package-test, package-test-signed):
38         Also set HOME to a temp value, in case the real one is absent (e.g.
39         hydra) or read-only.  (Bug#18575)
40         (package-test-signed): Use skip-unless rather than expected-result.
42 2014-09-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
44         * automated/python-tests.el:
45         (python-indent-electric-colon-1): New test.  (Bug#18228)
47 2014-08-18  Glenn Morris  <rgm@gnu.org>
49         * automated/python-tests.el (python-shell-calculate-exec-path-2):
50         Update test for today's python.el changes.
52 2014-08-11  Glenn Morris  <rgm@gnu.org>
54         * automated/data/files-bug18141.el.gz: New file.
55         * automated/files.el (files-test-bug-18141-file):
56         New variable and test.  (Bug#18141)
58 2014-08-07  Glenn Morris  <rgm@gnu.org>
60         * automated/Makefile.in (check-tar): Remove, no longer needed.
62 2014-08-03  Glenn Morris  <rgm@gnu.org>
64         * automated/Makefile.in (check-tar): Add as alias for check.
66 2014-07-20  Fabián Ezequiel Gallina  <fgallina@gnu.org>
68         * automated/python-tests.el:
69         (python-util-clone-local-variables-1): Fix test.
71 2014-07-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
73         * automated/python-tests.el (python-shell-make-comint-1):
74         (python-shell-make-comint-2): Fix indentation.
75         (python-shell-make-comint-3)
76         (python-shell-make-comint-4): New tests.
77         (python-shell-get-or-create-process-1): Fix test.
78         (python-shell-get-or-create-process-2)
79         (python-shell-get-or-create-process-3): New tests.
80         (python-shell-internal-get-or-create-process-1): Fix test.
81         (python-shell-prompt-detect-1): New test.
82         (python-shell-prompt-detect-2): New test.  (Bug#17370)
83         (python-shell-prompt-detect-3)
84         (python-shell-prompt-detect-4)
85         (python-shell-prompt-detect-5)
86         (python-shell-prompt-detect-6)
87         (python-shell-prompt-validate-regexps-1)
88         (python-shell-prompt-validate-regexps-2)
89         (python-shell-prompt-validate-regexps-3)
90         (python-shell-prompt-validate-regexps-4)
91         (python-shell-prompt-validate-regexps-5)
92         (python-shell-prompt-validate-regexps-6)
93         (python-shell-prompt-validate-regexps-7)
94         (python-shell-prompt-set-calculated-regexps-1)
95         (python-shell-prompt-set-calculated-regexps-2)
96         (python-shell-prompt-set-calculated-regexps-3)
97         (python-shell-prompt-set-calculated-regexps-4)
98         (python-shell-prompt-set-calculated-regexps-5)
99         (python-shell-prompt-set-calculated-regexps-6)
100         (python-util-valid-regexp-p-1): New tests.
102 2014-07-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
104         * automated/python-tests.el
105         (python-indent-block-enders-1)
106         (python-indent-block-enders-2): Fix tests.
107         (python-indent-block-enders-3)
108         (python-indent-block-enders-4)
109         (python-indent-block-enders-5)
110         (python-indent-dedenters-1)
111         (python-indent-dedenters-2): Remove tests.
112         (python-indent-dedenters-1)
113         (python-indent-dedenters-2)
114         (python-indent-dedenters-3)
115         (python-indent-dedenters-4)
116         (python-indent-dedenters-5)
117         (python-indent-dedenters-6)
118         (python-indent-dedenters-7)
119         (python-info-dedenter-opening-block-position-1)
120         (python-info-dedenter-opening-block-position-2)
121         (python-info-dedenter-opening-block-position-3)
122         (python-info-dedenter-opening-block-positions-1)
123         (python-info-dedenter-opening-block-positions-2)
124         (python-info-dedenter-opening-block-positions-3)
125         (python-info-dedenter-opening-block-positions-4)
126         (python-info-dedenter-opening-block-positions-5)
127         (python-info-dedenter-opening-block-message-1)
128         (python-info-dedenter-opening-block-message-2)
129         (python-info-dedenter-opening-block-message-3)
130         (python-info-dedenter-opening-block-message-4)
131         (python-info-dedenter-opening-block-message-5)
132         (python-info-dedenter-statement-p-1)
133         (python-info-dedenter-statement-p-2)
134         (python-info-dedenter-statement-p-3)
135         (python-info-dedenter-statement-p-4)
136         (python-info-dedenter-statement-p-5): New tests.
138 2014-07-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
140         * automated/python-tests.el
141         (python-tests-self-insert): New function.
142         (python-triple-quote-pairing): Use it.
143         (python-parens-electric-indent-1): New test. (Bug#17658)
145 2014-06-28  Leo Liu  <sdl.web@gmail.com>
147         * automated/calc-tests.el: New file and add tests for math-bignum.
148         (Bug#17556)
150 2014-06-27  Michael Albinus  <michael.albinus@gmx.de>
152         * automated/dbus-tests.el (dbus--test-register-service)
153         (dbus-test02-register-service-session): Replace `dbus-ping' calls
154         by `dbus-list-known-names'.  (Bug#17858)
156 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * automated/package-test.el (package-test-update-listing)
159         (package-test-update-archives, package-test-describe-package):
160         Adjust tests according to new package-list-unsigned.
162 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
164         * automated/python-tests.el (python-util-strip-string-1): New test.
166 2014-05-08  Glenn Morris  <rgm@gnu.org>
168         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
169         (vc-bzr-test-faulty-bzr-autoloads):
170         Give bzr a temporary home-directory, in case the real one is missing.
172 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
174         * automated/ruby-mode-tests.el
175         (ruby-interpolation-after-dollar-sign): New test.
177 2014-05-05  Glenn Morris  <rgm@gnu.org>
179         * automated/help-fns.el: New file.
181 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
183         * automated/tramp-tests.el (top):
184         * automated/file-notify-tests.el (top): Do not disable interactive
185         passwords in batch mode.
186         (password-cache-expiry): Set to nil.
188 2014-04-24  Michael Albinus  <michael.albinus@gmx.de>
190         * automated/file-notify-tests.el
191         (file-notify-test-remote-temporary-file-directory):
192         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
193         Use a mock-up method as default.
194         (tramp-test00-availability): Print the used directory name.
195         (tramp-test33-recursive-load): Fix typo.
197 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
199         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
200         (tramp-test30-special-characters): Remove test for backslash.
202 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
204         * automated/tramp-tests.el
205         (tramp-test19-directory-files-and-attributes)
206         (tramp-test22-file-times): Check for `file-attributes' equality
207         only if there is a usable timestamp.
208         (tramp--test-check-files): Do not use `copy-sequence'.
210 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
212         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
213         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
215 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
217         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
218         (tramp--test-make-temp-name): Optional argument LOCAL.
219         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
220         (tramp-test10-write-region): No special test for out-of-band copy
221         needed anymore.
222         (tramp-test11-copy-file, tramp-test12-rename-file)
223         (tramp-test21-file-links): Extend tests.
224         (tramp-test20-file-modes): More robust check for user "root".
225         (tramp--test-check-files): New defun.
226         (tramp-test30-special-characters, tramp-test33-recursive-load)
227         (tramp-test34-unload): New tests.
228         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
230 2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
232         * automated/electric-tests.el: Fix spelling error in test name.
233         (whitespace-skipping-for-quotes-not-outside):
234         Rename from whitespace-skipping-for-quotes-not-ouside.
236 2014-04-09  Glenn Morris  <rgm@gnu.org>
238         * automated/python-tests.el (python-triple-quote-pairing):
239         Enable/disable electric-pair-mode as needed.
241         * automated/electric-tests.el (electric-pair-backspace-1):
242         Replace deleted function.
244 2014-04-07  João Távora  <joaotavora@gmail.com>
246         * automated/electric-tests.el (define-electric-pair-test):
247         Don't overtest.
248         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
249         (inhibit-in-mismatched-string-inside-c-comments): New test.
251         * automated/electric-tests.el (inhibit-if-strings-mismatched):
252         New test, change from `inhibit-only-of-next-is-mismatched'.
254 2014-04-06  João Távora  <joaotavora@gmail.com>
256         * automated/python-tests.el (python-triple-quote-pairing): New test.
257         (python-syntax-after-python-backspace): New test.
259         * automated/electric-tests.el (electric-pair-define-test-form):
260         More readable test docstrings.
261         (whitespace-skipping-for-quotes-not-ouside)
262         (whitespace-skipping-for-quotes-only-inside)
263         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
265 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
267         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
268         (undo-test-region-t-marker): New tests of marker adjustments.
269         (undo-test-marker-adjustment-moved):
270         (undo-test-region-mark-adjustment): New tests to demonstrate
271         bug#16818, which fail without the fix.
273 2014-03-23  Daniel Colascione  <dancol@dancol.org>
275         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
276         test: correct parsing of keyword arguments.
278 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
280         * automated/package-test.el (package-test-describe-package):
281         Fix test failure in non-graphical mode.
283 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
285         * automated/package-test.el (package-test-describe-package):
286         Check for the "Keywords: " line.
288         * automated/data/package/archive-contents: Include the :keywords
289         field in `simple-single' data form.
291 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
293         * automated/package-test.el
294         (package-test-install-two-dependencies): New test (bug#16826).
296         * automated/data/package/simple-two-depend-1.1.el: New file.
298         * automated/data/package/archive-contents:
299         Add info about the new package.
301 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
303         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
304         (tramp-test10-write-region): Extend for out-of-band copy.
305         (tramp-test31-asynchronous-requests): New test.
307 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
309         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
310         Add new test of undo in region.
311         (undo-test-in-region-eob): Add test case described at
312         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
314 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
316         * automated/tramp-tests.el (tramp--test-enabled)
317         (tramp-test15-copy-directory): No special handling of tramp-adb.el
318         anymore.  It's fixed in that package.
320 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
322         * automated/tramp-tests.el (tramp--test-enabled): Move connection
323         cleanup into this function.  Remove respective code from all test
324         cases.
325         (tramp--instrument-test-case): Declare `indent' and `debug'.
326         Handle other errors as well.
327         (tramp-test14-delete-directory): Check for `file-error' error.
328         (tramp-test15-copy-directory): Ignore return value of
329         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
330         (tramp-test19-directory-files-and-attributes): Take care of
331         timestamp of "../".
332         (tramp-test20-file-modes, tramp-test27-start-file-process)
333         (tramp-test28-shell-command): Skip for tramp-adb.el.
334         (tramp-test21-file-links): `file-truename' shall preserve trailing
335         link of directories.
336         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
337         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
338         `kill-buffer-query-functions' to nil.
339         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
341 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
343         * automated/tramp-tests.el
344         (tramp-test19-directory-files-and-attributes): Do not include
345         directories in comparison; they might have changed their
346         timestamps already.
348 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
350         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
351         (tramp-test17-insert-directory): First line could contain more
352         text, when produced by `ls-lisp'.
353         (tramp-test19-directory-files-and-attributes): Instrument failed
354         test case.
356 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
358         * automated/tramp-tests.el (tramp-test17-insert-directory):
359         Make first line "total 123" optional.
360         (tramp-test20-file-modes, tramp-test22-file-times)
361         (tramp-test26-process-file, tramp-test27-start-file-process)
362         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
363         tramp-smb.el.
364         (tramp-test20-file-modes): Check for "root" only when there is an
365         explicit user name.
366         (tramp-test21-file-links): Handle "... not supported" error.
367         (tramp-test22-file-times): Skip for "don't know" return values.
368         (tramp-test26-process-file, tramp-test28-shell-command):
369         Remove color escape sequences.
370         (tramp-test28-shell-command): Use `accept-process-output' rather
371         than `sit-for'.
372         (tramp-test30-utf8): Set coding system `utf-8'.
374 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
376         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
377         an initial `sit-for' prior the while loop.
379 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
381         Sync with Tramp 2.2.9.
383         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
384         (tramp-test28-shell-command): Make a while loop when waiting for
385         process exit.
387 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
389         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
390         and `vc-hg'.  Declare `tramp-find-executable' and
391         `tramp-get-remote-path'.
392         (tramp-test29-vc-registered): New test.
393         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
395 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
397         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
398         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
399         (tramp-test28-shell-command): Improve `shell-command' test.  Add
400         `async-shell-command' tests.
402 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
404         * automated/file-notify-tests.el (file-notify--wait-for-events):
405         Use `read-event' instead of `sit-for'.
406         (file-notify-test02-events): Remove expected result, the bug is
407         fixed meanwhile.
408         (file-notify-test02-events, file-notify-test03-autorevert):
409         Use `sleep-for' instead of `sit-for'.
411 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
413         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
414         New test.
416 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
418         * automated/file-notify-tests.el (file-notify--deftest-remote):
419         Do not skip when the local test has failed.  They are unrelated.
420         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
421         `noninteractive' to nil, otherwise `sit-for' could be degraded to
422         `sleep-for'.
423         (file-notify-test02-events): Check for `file-remote-p' instead of
424         `file-notify--test-remote-enabled'.
426 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
428         * automated/file-notify-tests.el (file-notify-test02-events):
429         Let test case fail for Bug#16519.
431 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
433         * automated/file-notify-tests.el (file-notify-test02-events):
434         Hide Bug#16519, until it is solved.
436 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
438         * automated/file-notify-tests.el
439         (file-notify--test-local-enabled): Fix error in logic.
440         (file-notify--wait-for-events): New defmacro.
441         (file-notify-test02-events): Make short breaks between file operations.
442         Use `file-notify--wait-for-events'.  Check, that events have arrived.
443         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
445         * automated/comint-testsuite.el
446         (comint-testsuite-password-strings): Add localized examples.
448 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
450         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
451         case if inotify is not linked with Emacs.  Use `read-event' rather
452         than `sit-for' in order to process events.  (Bug#13662)
454 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
456         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
457         test case with adapted test string.  (Bug#13064)
459 2013-12-28  Glenn Morris  <rgm@gnu.org>
461         * automated/electric-tests.el: Require 'elec-pair.
463 2013-12-26  João Távora  <joaotavora@gmail.com>
465         * automated/electric-tests.el (electric-pair-test-for):
466         Fix autowrapping tests in batch-mode by running with
467         `transient-mark-mode' set to `lambda'.
469         * automated/electric-tests.el: New file.
471 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
473         * automated/python-tests.el
474         (python-nav-lisp-forward-sexp-safe-1): Remove test.
475         (python-nav-forward-sexp-safe-1): New test.
477 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
479         * automated/ruby-mode-tests.el: Add tests for
480         `ruby-align-to-stmt-keywords'.
482         * indent/ruby.rb: Update examples to reflect the lack of change in
483         default indentation of `begin' blocks.
485 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
487         * indent/ruby.rb: Update examples according to the change
488         in `smie-indent-close'.
490 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
492         * indent/ruby.rb: New examples.
494 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
496         * automated/python-tests.el (python-indent-dedenters-2): New test.
498 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
500         * automated/python-tests.el (python-indent-after-comment-1)
501         (python-indent-after-comment-2): New tests.
503 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
505         * automated/python-tests.el (python-indent-block-enders-1):
506         Rename from python-indent-block-enders.
507         (python-indent-block-enders-2): New test.
509 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
511         * indent/js.js: New file.
513 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
515         * automated/dbus-tests.el: New file.
517 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
519         * automated/regexp-tests.el: New file.
521 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
523         * automated/reftex-tests.el (reftex-parse-from-file-test):
524         Run temp-dir through file-truename, to make sure the temporary file
525         names are comparable as strings.
527         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
528         Force Unix EOLs by using 'utf-8-unix', since the default of
529         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
531 2013-11-28  Glenn Morris  <rgm@gnu.org>
533         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
535 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
537         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
538         (EMACSOPT): Use $(PATH_SEP).
540 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
542         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
543         Set to nil.
545 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
547         * automated/file-notify-tests.el
548         (file-notify-test-remote-temporary-file-directory):
549         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
550         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
551         (file-notify--deftest-remote): Cleanup connection initially.
552         (file-notify-test03-autorevert): Run also in batch mode.  Use a
553         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
554         does not work on MS Windows.  Call `accept-process-output' for
555         remote files.  Apply `string-match' instead of `string-equal', the
556         messages are different on MS Windows.
558         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
559         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
560         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
562 2013-11-23  Glenn Morris  <rgm@gnu.org>
564         * automated/python-tests.el (python-shell-make-comint-1)
565         (python-shell-make-comint-2, python-shell-get-process-1):
566         Suppress creation of some temp-files.
568         * automated/python-tests.el (python-shell-parse-command-1)
569         (python-shell-make-comint-1, python-shell-make-comint-2)
570         (python-shell-get-process-1)
571         (python-shell-internal-get-or-create-process-1):
572         Skip rather than fail if prereqs not found.
574         * automated/Makefile.in (emacs):
575         Empty EMACSLOADPATH rather than unsetting.
577 2013-11-22  Glenn Morris  <rgm@gnu.org>
579         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
580         Set expected-result.
582 2013-11-21  Glenn Morris  <rgm@gnu.org>
584         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
585         (compile-main): Pass XARGS_LIMIT to xargs.
587         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
588         (EMACSOPT): Use PATH_SEPARATOR.
590 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
592         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
593         Add a failing test for Bug#15874.
594         (ruby--insert-coding-comment-ruby-style)
595         (ruby--insert-coding-comment-emacs-style)
596         (ruby--insert-coding-comment-custom-style):
597         Add a few tests for `ruby--insert-coding-comment'.
599 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
601         Improve API of recently-added bool vector functions (Bug#15912).
602         * automated/data-tests.el: Adjust to API changes.
604 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
606         * automated/tramp-tests.el (tramp-test07-file-exists-p)
607         (tramp-test08-file-local-copy)
608         (tramp-test09-insert-file-contents, tramp-test10-write-region)
609         (tramp-test11-copy-file, tramp-test12-rename-file)
610         (tramp-test13-make-directory, tramp-test14-delete-directory)
611         (tramp-test15-copy-directory, tramp-test16-directory-files)
612         (tramp-test17-insert-directory, tramp-test18-file-attributes)
613         (tramp-test19-directory-files-and-attributes)
614         (tramp-test20-file-modes, tramp-test21-file-links)
615         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
616         (tramp-test24-file-name-completion, tramp-test25-load)
617         (tramp-test26-process-file, tramp-test27-start-file-process)
618         (tramp-test28-shell-command): Cleanup connection initially.
620 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
622         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
623         connection before running the test.
625 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
627         * automated/tramp-tests.el (tramp-test15-copy-directory)
628         (tramp-test16-directory-files, tramp-test17-insert-directory)
629         (tramp-test18-file-attributes)
630         (tramp-test19-directory-files-and-attributes)
631         (tramp-test20-file-modes, tramp-test21-file-links)
632         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
633         (tramp-test24-file-name-completion, tramp-test25-load)
634         (tramp-test26-process-file, tramp-test27-start-file-process)
635         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
636         (tramp-test29-utf8): New test.
638 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
640         * automated/file-notify-tests.el (file-notify-test02-events)
641         (file-notify-test03-autorevert): Suppress messages in `write-region'.
643         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
644         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
645         (tramp-test26-process-file, tramp-test28-shell-command):
646         Ensure, that the directory is not empty when calling "ls".
648 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
650         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
651         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
652         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
653         (tramp-test09-insert-file-contents, tramp-test10-write-region)
654         (tramp-test26-process-file): Add tests.
655         (tramp-test11-copy-file): Remove debug message.
656         (tramp-test20-file-modes): Special case, if user is "root".
658 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
660         * automated/file-notify-tests.el:
661         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
662         `tramp-remote-path' when running on hydra.
663         (tramp-test07-file-exists-p): Remove instrumentation code.
664         (tramp-test26-process-file): Don't use "/bin/true" and
665         "/bin/false", these paths do not exist on hydra.
667 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
669         * automated/process-tests.el: New file.
671 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
673         * indent/ruby.rb: New examples.
675 2013-11-06  Glenn Morris  <rgm@gnu.org>
677         * automated/Makefile.in (setwins): Avoid accidental matches.
679 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
681         * automated/tramp-tests.el (tramp-test07-file-exists-p):
682         Fix docstring.  Instrument, in order to hunt failure on hydra.
684 2013-11-06  Glenn Morris  <rgm@gnu.org>
686         * automated/flymake-tests.el (warning-predicate-rx-gcc)
687         (warning-predicate-function-gcc, warning-predicate-rx-perl)
688         (warning-predicate-function-perl):
689         * automated/info-xref.el (info-xref-test-makeinfo):
690         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
691         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
693 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
695         * automated/tramp-tests.el: New file.
697 2013-11-05  Glenn Morris  <rgm@gnu.org>
699         Get rid of --chdir usage.
700         * automated/Makefile.in (EMACSOPT): Move -L here.
701         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
702         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
703         (.el.elc): No more need to pass -L here.
704         (compile-main): Get rid of sub-shell and cd.
705         (compile-clean, check): Get rid of cd.
707         Make it possible to run tests with a different working directory.
708         * automated/flymake-tests.el (flymake-tests-data-directory): New.
709         (flymake-tests--current-face): Use flymake-tests-data-directory.
710         (warning-predicate-function-gcc, warning-predicate-rx-perl)
711         (warning-predicate-function-perl): Adapt for above change.
712         * automated/zlib-tests.el (zlib-tests-data-directory): New.
713         (zlib--decompress): Use zlib-tests-data-directory.
715         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
716         Remove test that makes no sense.
718         * automated/files.el (files-test-local-variable-data):
719         Fix result typo presumably caused by interference from dir-locals.
720         (file-test--do-local-variables-test): Prevent dir-locals interfering.
722 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
724         * indent/ruby.rb: Add a statement on the line after heredoc.
725         Move a now-successful example.
727         * automated/ruby-mode-tests.el: Remove outdated comment.
729 2013-11-04  Glenn Morris  <rgm@gnu.org>
731         * automated/Makefile.in (abs_srcdir): Remove.
732         (emacs): Unset EMACSLOADPATH.
733         (.el.elc, check): Use -L to append srcdir to load-path.
735 2013-11-02  Glenn Morris  <rgm@gnu.org>
737         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
738         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
739         (abs_srcdir): New, set by configure.
740         (EMACS): Use a relative file name.
741         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
742         (lisp-compile): Remove (assume it's up-to-date).
743         (compile-main): Do not run lisp-compile.
744         (compile-main, compile-clean, compile-always, bootstrap-clean)
745         (check): Use srcdir rather than $test.  Check cd return value.
746         Use --chdir.
747         (doit, compile, compile-always): Remove stuff copied from lisp/.
748         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
750 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
752         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
753         Add a skipping test.
755 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
759         * indent/css-mode.css (.x2): Test alignement inside braces.
761 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
763         * indent/ruby.rb: New failing example.
765         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
766         Fix the test, in respect to adding the space after the curly.
768 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
770         * automated/ert-tests.el (ert-test-skip-unless): New test case.
771         (ert-test-deftest): Adapt test for changed macro expansion.
772         (ert-test-run-tests-interactively):
773         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
774         Add a skipping test.
776         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
777         (file-notify--test-local-enabled): Make it a function.  Check also
778         for `file-remote-p' of `temporary-file-directory'.
779         (file-notify--test-remote-enabled-checked): New defvar.
780         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
781         internal functions.  Cache result.
782         (file-notify--deftest-remote, file-notify-test00-availability)
783         (file-notify-test01-add-watch, file-notify-test02-events)
784         (file-notify-test03-autorevert): Add checks with `skip_unless'.
785         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
787 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
789         * indent/ruby.rb: Fix syntax error in the latest example.
791 2013-10-23  Glenn Morris  <rgm@gnu.org>
793         * automated/Makefile.in (abs_top_srcdir, top_builddir):
794         New, set by configure.
795         (top_srcdir): Remove.
796         (abs_test, abs_lispsrc): New.
797         (lisp): No longer absolute.
798         (emacs, lisp-compile, compile, compile-always):
799         Quote entities that might contain whitespace.
801 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
803         * indent/ruby.rb: Move two examples to "working" section, add one
804         more.
806 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
808         * indent/ruby.rb: New examples for indentation of blocks.
809         Example of hash inside parens that inflooped before the present commit.
811 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
813         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
814         allows another timer to run.
816 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
818         * indent/ruby.rb: More examples for bug#15594, both failing and
819         now passing.
821 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
823         * indent/ruby.rb: Add two more cases.
825 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
827         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
828         first use.
829         (ruby-should-indent): Use indent-according-to-mode.
830         (ruby-deftest-move-to-block): Use `declare'.
832 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
834         * indent/ruby.rb: Fix a spurious change, add more failing examples.
836 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * indent/ruby.rb: Add a few more tests; adjust some indentation.
840 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
842         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
843         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
845         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
847 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
849         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
850         Adjust indentation of continued line to the new SMIE behavior.
852 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * automated/completion-tests.el:
855         * indent/css-mode.css: New files.
857 2013-10-03  Daiki Ueno  <ueno@gnu.org>
859         * automated/data/package/signed/archive-contents:
860         * automated/data/package/signed/archive-contents.sig:
861         * automated/data/package/signed/signed-good-1.0.el:
862         * automated/data/package/signed/signed-good-1.0.el.sig:
863         * automated/data/package/signed/signed-bad-1.0.el:
864         * automated/data/package/signed/signed-bad-1.0.el.sig:
865         * automated/data/package/key.pub:
866         * automated/data/package/key.sec: New files.
868         * automated/package-test.el (package-test-update-listing)
869         (package-test-update-archives, package-test-describe-package):
870         Adjust to package.el change.
871         (package-test-signed): New test.
873 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
875         * automated/package-test.el: Update all cases to use :url instead
876         of :homepage.
878         * automated/package-x-test.el
879         (package-x-test--single-archive-entry-1-3): Same.
881 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
883         * automated/package-test.el (simple-single-desc-1-4): Remove, it
884         was unused.
885         (simple-single-desc): Expect :homepage property.
886         (multi-file-desc): Same.
887         (with-package-test): Do not save previous `default-directory'
888         value, let-bind the var instead.
889         (package-test-install-single): Expect :homepage property in the
890         generated pkg file.
891         (package-test-describe-package): Expect Homepage button.
892         (package-test-describe-non-installed-package)
893         (package-test-describe-non-installed-multi-file-package): Same.
894         (package-test-describe-not-installed-package): Remove, it was a
895         duplicate.
897         * automated/package-x-test.el
898         (package-x-test--single-archive-entry-1-3): Expect :homepage
899         property.
900         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
902         * automated/data/package/simple-single-1.3.el: Add URL header.
904         * automated/data/package/archive-contents: Add :homepage
905         properties to `simple-single' and `multi-file'.
907 2013-09-22  Daniel Colascione  <dancol@dancol.org>
909         * automated/data-tests.el:
910         (bool-vector-count-matches-all-0-nil)
911         (bool-vector-count-matches-all-0-t)
912         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
913         (bool-vector-count-matches-at, bool-vector-intersection-op)
914         (bool-vector-union-op, bool-vector-xor-op)
915         (bool-vector-set-difference-op)
916         (bool-vector-change-detection, bool-vector-not): New tests.
917         (mock-bool-vector-count-matches-at)
918         (test-bool-vector-bv-from-hex-string)
919         (test-bool-vector-to-hex-string)
920         (test-bool-vector-count-matches-at-tc)
921         (test-bool-vector-apply-mock-op)
922         (test-bool-vector-binop): New helper functions.
923         (bool-vector-test-vectors): New testcase data.
925 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
927         * automated/advice-tests.el (advice-test-called-interactively-p-around)
928         (advice-test-called-interactively-p-filter-args)
929         (advice-test-called-interactively-p-around): New tests.
931 2013-09-16  Glenn Morris  <rgm@gnu.org>
933         * automated/eshell.el (eshell-match-result):
934         Return a more informative failure than simply "false".  Update callers.
936         * automated/eshell.el (eshell-test/for-name-shadow-loop):
937         Test value before and after loop as well as during.
939 2013-09-15  Glenn Morris  <rgm@gnu.org>
941         * automated/eshell.el (eshell-test/for-name-shadow-loop):
942         New test.  (Bug#15372)
943         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
945 2013-09-13  Glenn Morris  <rgm@gnu.org>
947         * automated/eshell.el (with-temp-eshell):
948         Use a temp directory for eshell-directory-name.
949         (eshell-test-command-result): New, again using a temp directory.
950         Replace eshell-command-result with this throughout.
951         (eshell-test/for-loop, eshell-test/for-name-loop):
952         Ensure environment variables don't confuse us.
954 2013-09-12  Glenn Morris  <rgm@gnu.org>
956         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
957         due to "has a running process; kill it?" prompts.
959 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * automated/eshell.el: Rename from eshell.el.
962         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
964 2013-09-01  Glenn Morris  <rgm@gnu.org>
966         * automated/Makefile.in (setwins): Avoid leading space in $wins.
967         Otherwise the sed command used by eg compile-main ends up
968         containing "/*.el".  (Bug#15170)
970 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
972         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
973         for portability to hosts where /bin/sh has problems.
975 2013-08-21  David Engster  <deng@randomsample.de>
977         * automated/eieio-tests.el, automated/eieio-test-persist.el:
978         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
979         upstream.  Changed to use ERT.
981 2013-08-14  Daniel Hackney  <dan@haxney.org>
983         * automated/package-test.el: Remove tar-package-building functions.
984         Tar file used for testing is included in the repository.
985         (package-test-install-texinfo, package-test-cleanup-built-files):
986         Remove.
988 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
990         * automated/python-tests.el (python-imenu-create-index-4)
991         (python-imenu-create-flat-index-2): New tests.
993 2013-08-05  Glenn Morris  <rgm@gnu.org>
995         * automated/mule-util.el: New file, with tests extracted from
996         lisp/international/mule-util.el.
998 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1000         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1001         before definition.
1002         (advice-tests-macroaliases): New test.
1004 2013-08-04  Glenn Morris  <rgm@gnu.org>
1006         * automated/ert-tests.el: Disable failing test that no-one seems
1007         to know how to fix.  (Bug#13064)
1009         * automated/icalendar-tests.el (icalendar-tests--test-export)
1010         (icalendar-tests--test-import): Try more precise TZ specification.
1011         Remove debug messages.
1013 2013-08-03  Glenn Morris  <rgm@gnu.org>
1015         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1017         * automated/icalendar-tests.el (icalendar-tests--test-export)
1018         (icalendar-tests--test-import):
1019         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1020         (icalendar-tests--test-import): Reset zone even if error occurred.
1022 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1024         * automated/core-elisp-tests.el: New file.
1026 2013-08-01  Glenn Morris  <rgm@gnu.org>
1028         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1029         Try to check that the remote system has a notification program.
1031 2013-07-31  Glenn Morris  <rgm@gnu.org>
1033         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1035 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1037         * automated/file-notify-tests.el
1038         (file-notify--test-local-enabled): New defconst.  Replaces all
1039         `file-notify-support' occurrences.
1040         (file-notify--test-remote-enabled): New defun.
1041         (file-notify--deftest-remote): Use it.
1042         (file-notify-test00-availability): Rewrite.
1043         (file-notify-test00-availability-remote): New defun.
1044         (file-notify-test01-add-watch): Rewrite first erroneous check.
1046 2013-07-23  Glenn Morris  <rgm@gnu.org>
1048         * automated/inotify-test.el (inotify-file-watch-simple):
1049         Delete temp-file when done.
1051         * automated/subword-tests.el: Require subword.
1053 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1055         * automated/subword-tests.el: New file.
1057 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1059         * automated/python-tests.el (python-imenu-create-index-2)
1060         (python-imenu-create-index-3): New tests.
1062 2013-07-11  Glenn Morris  <rgm@gnu.org>
1064         * automated/ert-tests.el: Require cl-lib at runtime too.
1065         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1066         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1067         (ert-test-set-functions, ert-test-gensym)
1068         (ert-test-coerce-to-vector, ert-test-string-position)
1069         (ert-test-mismatch): Remove tests.
1070         * automated/cl-lib.el: New, split from ert-tests.el.
1072         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1073         Goto point-min.
1074         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1075         (ruby-move-to-block-skips-percent-literal)
1076         (ruby-move-to-block-skips-heredoc)
1077         (ruby-move-to-block-moves-from-else-to-if)
1078         (ruby-beginning-of-defun-does-not-fold-case)
1079         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1080         Replace goto-line with forward-line/goto-char.
1081         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1083         * automated/package-test.el (makeinfo-buffer): Autoload.
1084         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1085         (package-test-install-texinfo): Don't require makeinfo.
1087         * automated/files.el: Stop "local variables" confusion.
1089         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1091         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1092         Use with-current-buffer.
1094         * automated/undo-tests.el (undo-test-buffer-modified)
1095         (undo-test-file-modified): New tests.
1097 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1099         * automated/file-notify-tests.el (file-notify-test00-availability):
1100         Set :expected-result.
1101         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1102         (file-notify-test02-events, file-notify-test02-events-remote)
1103         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1104         Skip when `file-notify-support' is nil.  (Bug#14823)
1106 2013-07-09  Glenn Morris  <rgm@gnu.org>
1108         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1109         Declare.
1110         (inotify-file-watch-simple): Silence compiler.
1112         * automated/python-tests.el (python-indent-block-enders):
1113         Make it actually test something.
1115         * automated/package-x-test.el: Require package-test when compiling.
1117         * automated/add-log-tests.el, automated/advice-tests.el:
1118         * automated/imenu-test.el, automated/package-x-test.el:
1119         * automated/python-tests.el, automated/ruby-mode-tests.el:
1120         * automated/xml-parse-tests.el: Explicitly require ert.
1122 2013-07-08  Kenichi Handa  <handa@gnu.org>
1124         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1125         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1127 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1129         * automated/file-notify-tests.el
1130         (file-notify-test-remote-temporary-file-directory):
1131         Use `null-device' on w32.
1132         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1133         (file-notify--test-results, file-notify--test-event)
1134         (file-notify--deftest-remote, file-notify--event-test)
1135         (file-notify--test-event-handler)
1136         (file-notify--test-make-temp-name): Rename, in order to mark them
1137         internal.
1138         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1139         better fitting in noninteractive tests.
1140         (file-notify-test00-availability): Rename from `file-notify-test0'.
1141         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1142         Use `temporary-file-directory '.
1143         (file-notify-test01-add-watch-remote): New test.
1144         (file-notify-test02-events): Rename from `file-notify-test2'.
1145         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1146         (file-notify-test03-autorevert): Rename from
1147         `file-notify-test4'.  Use timeouts.
1148         (file-notify-test03-autorevert-remote): Rename from
1149         `file-notify-test5'.
1151 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1153         * automated/file-notify-tests.el: New package.
1155 2013-06-28  Kenichi Handa  <handa@gnu.org>
1157         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1158         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1159         Callers changed.
1160         (decoder-tests-filename): New function.
1161         (decoder-tests-prefer-utf-8-read)
1162         (decoder-tests-prefer-utf-8-write): New function.
1163         (ert-test-decoder-prefer-utf-8): New test.
1165 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1167         * automated/package-x-test.el: Change the commentary.
1168         (package-x-test--single-archive-entry-1-3)
1169         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1170         using the appropriate data structure.
1172 2013-06-27  Daniel Hackney  <dan@haxney.org>
1174         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1176         * automated/package-x-test.el: New file.
1178         * automated/package-test.el: New file.
1180         * automated/data/package: New directory, with test examples.
1182 2013-06-27  Glenn Morris  <rgm@gnu.org>
1184         * automated/python-tests.el (python-tests-with-temp-file):
1185         Clean up after ourself.
1187         * automated/undo-tests.el (undo-test3): Remove test that seems to
1188         do nothing that the previous one doesn't, except leave a tempfile.
1190 2013-06-26  Glenn Morris  <rgm@gnu.org>
1192         * automated/info-xref.el: New file.
1194 2013-06-25  Glenn Morris  <rgm@gnu.org>
1196         * automated/occur-tests.el (occur-test-create): New function.
1197         Use it to create separate tests for each element, so we run them
1198         all rather than stopping at the first error.
1200 2013-06-24  Glenn Morris  <rgm@gnu.org>
1202         * automated/occur-tests.el (occur-tests):
1203         Update for 2013-05-29 change to occur header line.
1205 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1207         Test suite for flymake.
1208         * automated/flymake-tests.el:
1209         * automated/flymake/warnpred/Makefile
1210         * automated/flymake/warnpred/test.c
1211         * automated/flymake/warnpred/test.pl: New files.
1213 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1215         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1217 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1219         * automated/reftex-tests.el: New test suite for reftex.
1221 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1223         * automated/ruby-mode-tests.el: New tests, for percent literals
1224         and expression expansion.
1226 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1228         * indent/octave.m: Tweak.
1230 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1232         * eshell.el: Rewrite tests using ERT.
1234 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1236         * indent/octave.m: Add tests for %!, # and ### comments.
1238 2013-05-23  Kenichi Handa  <handa@gnu.org>
1240         * automated/decoder-tests.el: New file.
1242 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1244         * indent/ruby.rb: Add multiline regexp example.
1246         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1247         (ruby-regexp-skips-over-interpolation)
1248         (ruby-regexp-continues-till-end-when-unclosed)
1249         (ruby-regexp-can-be-multiline)
1250         (ruby-interpolation-inside-percent-literal): New tests.
1252 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * indent/ruby.rb: Fix indentation after =; add more cases.
1256 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * indent/pascal.pas: Add test for mis-identified comments.
1260 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1262         * automated/imenu-test.el: New file.  (Bug#14112)
1264 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1266         * automated/python-tests.el (python-imenu-prev-index-position-1):
1267         Remove test.
1268         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1269         New tests.
1271 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1273         * automated/python-tests.el (python-nav-backward-defun-2)
1274         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1275         (python-nav-forward-defun-3): New tests.
1277 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1279         * automated/python-tests.el (python-nav-backward-defun-1)
1280         (python-nav-forward-defun-1): New tests.
1282 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1284         * automated/add-log-tests.el: New file.  (Bug#14112)
1286 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1288         * automated/python-tests.el (python-indent-block-enders): New test.
1289         (python-info-current-defun-2): Fix test.
1291 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1293         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1295 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1297         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1298         (python-tests-with-temp-file): New macro.
1299         (python-tests-shell-interpreter): New var.
1300         (python-shell-get-process-name-1)
1301         (python-shell-internal-get-process-name-1)
1302         (python-shell-parse-command-1)
1303         (python-shell-calculate-process-environment-1)
1304         (python-shell-calculate-process-environment-2)
1305         (python-shell-calculate-process-environment-3)
1306         (python-shell-calculate-exec-path-1)
1307         (python-shell-calculate-exec-path-2)
1308         (python-shell-make-comint-1)
1309         (python-shell-make-comint-2)
1310         (python-shell-get-process-1)
1311         (python-shell-get-or-create-process-1)
1312         (python-shell-internal-get-or-create-process-1): New tests.
1314 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1316         * automated/python-tests.el: New file.
1318 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1320         * automated/ruby-mode-tests.el
1321         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1322         bits inside the examples.
1323         (ruby-move-to-block-skips-heredoc): New test.
1324         (ruby-add-log-current-method-after-inner-class):
1325         Lower expectations: move point inside a method, initially.
1327 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1329         * automated/ruby-mode-tests.el
1330         (ruby-move-to-block-skips-percent-literal): New test.
1332 2013-02-04  Chong Yidong  <cyd@gnu.org>
1334         * automated/thingatpt.el: New file.
1336 2013-02-03  Chong Yidong  <cyd@gnu.org>
1338         * automated/files.el (file-test--do-local-variables-test):
1339         Avoid compilation warning message.
1341 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1343         * automated/ruby-mode-tests.el
1344         (ruby-indent-spread-args-in-parens): New test.
1345         * automated/ruby-mode-tests.el (ruby-block-test-example):
1346         Break indentation of the do block opener and add a line inside it.
1347         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1348         Adjust line numbers.
1350 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1352         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1354 2013-01-14  Glenn Morris  <rgm@gnu.org>
1356         * automated/compile-tests.el (compile-tests--test-regexps-data):
1357         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1359 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1361         * automated/man-tests.el: New file.
1363 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1365         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1367 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1369         * automated/undo-tests.el: New file.
1371 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1373         * automated/ruby-mode-tests.el
1374         (ruby-indent-after-block-in-continued-expression): New test.
1376 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1378         * automated/ruby-mode-tests.el:
1379         Rename one interpolation test; add three more.
1380         (ruby-with-temp-buffer): New macro, use it where appropriate.
1381         (ruby-add-log-current-method-examples): Use "_" for target point.
1382         Add four new tests for ruby-add-log-current-method.
1384 2012-12-11  Glenn Morris  <rgm@gnu.org>
1386         * automated/f90.el (f90-test-bug13138): New test.
1388 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1390         * automated/inotify-test.el: New test.
1392 2012-12-02  Chong Yidong  <cyd@gnu.org>
1394         * automated/ruby-mode-tests.el
1395         (ruby-add-log-current-method-examples): Don't use loop macro, to
1396         allow automated testing to work.
1398 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1400         * automated/advice-tests.el (advice-tests--data): Remove.
1401         (advice-tests): Move the tests directly here instead.
1402         Add called-interactively-p tests.
1404 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * automated/ert-x-tests.el: Use cl-lib.
1407         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1409 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1411         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1412         (ruby-indent-inside-heredoc-after-operator)
1413         (ruby-indent-inside-heredoc-after-space): New tests.
1414         Change direct font-lock face references to var references.
1415         (ruby-interpolation-suppresses-syntax-inside): New test.
1416         (ruby-interpolation-inside-percent-literal-with-paren):
1417         New failing test.
1419 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1421         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1422         (ruby-singleton-class-no-heredoc-font-lock)
1423         (ruby-add-log-current-method-examples): New tests.
1424         (ruby-test-string): Extract from ruby-should-indent-buffer.
1425         (ruby-deftest-move-to-block): New macro.
1426         Add several move-to-block tests.
1428 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         * automated/advice-tests.el: New tests.
1432 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1434         * automated/compile-tests.el (compile-tests--test-regexps-data):
1435         Add new data for msft's new format.
1437 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1439         * automated/ruby-mode-tests.el:
1440         (ruby-toggle-block-to-multiline): New test.
1441         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1442         (ruby-toggle-block-to-brace): Use buffer-string.
1444 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1446         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1448 2012-08-28  Chong Yidong  <cyd@gnu.org>
1450         * automated/files.el: Test every combination of values for
1451         enable-local-variables and enable-local-eval.
1453 2012-08-19  Chong Yidong  <cyd@gnu.org>
1455         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1457 2012-08-18  Chong Yidong  <cyd@gnu.org>
1459         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1461 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1463         * indent/ruby.rb: Rearrange examples, add new ones.
1465 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1467         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1468         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1470 2012-08-11  Glenn Morris  <rgm@gnu.org>
1472         * automated/files.el: New file.
1474         * automated/Makefile.in (all): Fix typo.
1476 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1478         * automated/ruby-mode-tests.el (ruby-should-indent):
1479         Add docstring, check (current-indentation) instead of (current-column).
1480         (ruby-should-indent-buffer): New function.
1481         Add tests for `ruby-deep-indent-paren' behavior.
1482         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1484 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1486         Original tests in test_ruby_mode.rb in upstream (author).
1488 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1490         * automated/ruby-mode-tests.el (ruby-should-indent)
1491         (ruby-assert-state): New functions.
1492         Add new tests.
1494 2012-07-29  David Engster  <deng@randomsample.de>
1496         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1497         New variable to hold test data for name expansion.
1498         (xml-parse-tests): Test the two different types of name expansion.
1500 2012-07-29  Juri Linkov  <juri@jurta.org>
1502         * automated/occur-tests.el (occur-test-case): Use predefined
1503         buffer name " *test-occur*" instead of a random buffer name.
1505 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1507         * automated/ruby-mode-tests.el: New file with one test.
1509 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1511         * indent/shell.sh: Add test case for ${#VAR}.
1513         * indent/latex-mode.tex: New file.
1515 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * eshell.el: Use cl-lib.
1519 2012-07-03  Chong Yidong  <cyd@gnu.org>
1521         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1523 2012-07-02  Chong Yidong  <cyd@gnu.org>
1525         * automated/xml-parse-tests.el (xml-parse-tests--data):
1526         More testcases.
1528 2012-07-01  Chong Yidong  <cyd@gnu.org>
1530         * automated/xml-parse-tests.el: New file.
1532 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1535         Use cl-flet.
1537 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1539         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1540         Test escaped commas in TZID (Bug#11473).
1541         (icalendar-import-with-timezone): New.
1542         (icalendar-real-world): Add new testcase as given in the bugreport
1543         of Bug#11473.
1545 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1547         * automated/icalendar-tests.el (icalendar-tests--test-import):
1548         Include UID in import tests (Bug#11525).
1549         (icalendar-import-non-recurring, icalendar-import-rrule)
1550         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1551         UID-import change.
1552         (icalendar-import-with-uid): New.
1553         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1554         Include UID in cycle tests.
1555         (icalendar-cycle, icalendar-real-world): UID-import change.
1557 2012-05-21  Glenn Morris  <rgm@gnu.org>
1559         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1561 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1563         * automated/url-util-tests.el: New file to test
1564         lisp/url/url-util.el.  Only `url-build-query-string' and
1565         `url-parse-query-string' are tested right now (Bug#8706).
1567 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * indent/shell.sh:
1570         * indent/shell.rc: Ad some test cases.
1572 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1574         * indent/ruby.rb: New file, to test new syntax-propertize code.
1576 2012-04-11  Glenn Morris  <rgm@gnu.org>
1578         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1580 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1582         * automated/url-future-tests.el (url-future-tests): Move from
1583         lisp/url/url-future.el and rename.
1585 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1587         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1588         Fix broken test, caused by missing trailing blank.
1590 2011-12-03  Chong Yidong  <cyd@gnu.org>
1592         * automated/compile-tests.el (compile-tests--test-regexps-data):
1593         Increase column numbers by one to reflect change in how
1594         compilation-message is recorded (Bug#10172).
1596 2011-11-22  Glenn Morris  <rgm@gnu.org>
1598         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1600 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1602         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1604 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1606         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1607         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1608         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1610 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1612         * automated/newsticker-tests.el
1613         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1614         newsticker--treeview-tree-update.
1616 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1618         * automated/newsticker-tests.el
1619         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1621         * automated/newsticker-tests.el
1622         (newsticker--group-manage-orphan-feeds): Prevent updating
1623         newsticker treeview.  Fixed bug#9763.
1625 2011-10-20  Glenn Morris  <rgm@gnu.org>
1627         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1629         * automated/vc-bzr.el: New file.
1631 2011-10-15  Glenn Morris  <rgm@gnu.org>
1633         * automated/f90.el: New file.
1635 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1637         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1638         to automated/newsticker-tests.el.  Convert to ERT.
1640 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1642         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1643         Remove, simply use string=.
1644         (icalendar--diarytime-to-isotime)
1645         (icalendar--datetime-to-diary-date)
1646         (icalendar--datestring-to-isodate)
1647         (icalendar--format-ical-event)
1648         (icalendar--parse-summary-and-rest)
1649         (icalendar-tests--do-test-import)
1650         (icalendar-tests--do-test-cycle): Change argument order of
1651         string= to EXPECTED ACTUAL.
1652         (icalendar--import-format-sample)
1653         (icalendar--format-ical-event)
1654         (icalendar-import-non-recurring)
1655         (icalendar-import-rrule)
1656         (icalendar-import-duration)
1657         (icalendar-import-bug-6766)
1658         (icalendar-real-world): Adjust to string= instead of
1659         icalendar-tests--compare-strings.
1660         (icalendar-import-multiple-vcalendars): New.
1662 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1664         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1665         Require CL.
1667 2011-05-09  Juri Linkov  <juri@jurta.org>
1669         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1670         Convert to ERT.
1672 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1674         * automated/compile-tests.el: New file.
1676 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1678         * automated/font-parse-tests.el: Don't byte-compile.
1680         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1682 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * automated/lexbind-tests.el: New file.
1686 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1688         * Version 23.3 released.
1690 2011-03-05  Glenn Morris  <rgm@gnu.org>
1692         * eshell.el: Move here from lisp/eshell/esh-test.el.
1694 2011-03-03  Christian Ohler  <ohler@gnu.org>
1696         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1697         New test.
1699 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1701         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1702         convert to ERT format.
1704 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1706         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1707         convert to ERT format.
1709 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * indent/shell.sh:
1712         * indent/shell.rc: New files.
1714 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1716         * automated/font-parse-tests.el: Move from
1717         font-parse-testsuite.el.
1719 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1721         * font-parse-testsuite.el (test-font-parse-data): New file.
1723 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * indent/prolog.prolog: Add tokenizing tests.
1727 2011-01-13  Christian Ohler  <ohler@gnu.org>
1729         * automated: New directory for automated tests.
1731         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1733         * automated/Makefile.in: New file.
1735 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1737         * indent/modula2.mod: New file.
1739 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * indent/octave.m: Add a test to ensure indentation is local.
1743 2010-10-23  Glenn Morris  <rgm@gnu.org>
1745         * comint-testsuite.el
1746         (comint-testsuite--test-comint-password-prompt-regexp):
1747         Add "Please enter the password".  (Bug#7224)
1749 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * indent/prolog.prolog: Use normal spacing around !.
1753 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1757 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * indent/octave.m: Remove some `fixindent' not needed any more.
1761 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * indent/octave.m: New file.
1765 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1767         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1768         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1769         (icalendar-testsuite--run-internal-tests): New.
1770         (icalendar-testsuite--test-convert-ordinary-to-ical)
1771         (icalendar-testsuite--test-convert-block-to-ical)
1772         (icalendar-testsuite--test-convert-anniversary-to-ical)
1773         (icalendar-testsuite--test-parse-vtimezone)
1774         (icalendar-testsuite--do-test-export): Code formatting.
1775         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1776         (icalendar-testsuite--do-test-import)
1777         (icalendar-testsuite--do-test-cycle):
1778         Use icalendar-testsuite--compare-strings
1779         (icalendar-testsuite--run-import-tests): Comment added.
1780         (icalendar-testsuite--run-import-tests)
1781         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1783 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1785         * redisplay-testsuite.el (test-redisplay-3): New test.
1787 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1789         * comint-testsuite.el: New file.
1791 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * indent: New dir.
1795 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1797         * Version 23.2 released.
1799 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
1801         * cedet/semantic-ia-utest.el
1802         (semantic-symref-test-count-hits-in-tag): Add function, from
1803         semantic-test.el.
1805         * cedet/tests/test.cpp:
1806         * cedet/tests/test.py:
1807         * cedet/tests/teststruct.cpp:
1808         * cedet/tests/testtemplates.cpp:
1809         * cedet/tests/testusing.cpp:
1810         * cedet/tests/scopetest.cpp:
1811         * cedet/tests/scopetest.java: Files deleted.
1813         * cedet/tests/test.make:
1814         * cedet/tests/test.c:
1815         * cedet/tests/testjavacomp.java:
1816         * cedet/tests/testspp.c:
1817         * cedet/tests/testsppreplace.c:
1818         * cedet/tests/testsppreplaced.c:
1819         * cedet/tests/testsubclass.cpp:
1820         * cedet/tests/testsubclass.hh:
1821         * cedet/tests/testtypedefs.cpp:
1822         * cedet/tests/testvarnames.c:
1823         * cedet/tests/test.el:
1824         * cedet/tests/testdoublens.cpp:
1825         * cedet/tests/testdoublens.hpp: Add copyright header.
1827         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
1828         Remove reference to deleted files.
1830 2010-03-30  Juri Linkov  <juri@jurta.org>
1832         * occur-testsuite.el (occur-tests): Add tests for context lines.
1834 2010-03-23  Juri Linkov  <juri@jurta.org>
1836         * occur-testsuite.el: New file.
1838 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1840         * Branch for 23.2.
1842 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
1844         * icalendar-testsuite.el
1845         (icalendar-testsuite--run-function-tests): Add new tests.
1846         (icalendar-testsuite--test-diarytime-to-isotime): Add another
1847         testcase.
1848         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
1849         (icalendar-testsuite--test-convert-weekly-to-ical): New.
1850         (icalendar-testsuite--test-convert-yearly-to-ical): New.
1851         (icalendar-testsuite--test-convert-block-to-ical): New.
1852         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
1853         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
1855 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1857         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
1858         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
1859         Fix typos in docstrings and error messages.
1860         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
1862 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1864         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
1865         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
1866         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
1868 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
1870         * icalendar-testsuite.el
1871         (icalendar-testsuite--run-function-tests):
1872         Add icalendar-testsuite--test-parse-vtimezone.
1873         (icalendar-testsuite--test-parse-vtimezone): New.
1874         (icalendar-testsuite--do-test-cycle): Doc changes.
1875         (icalendar-testsuite--run-real-world-tests): Remove trailing
1876         whitespace -- see change of icalendar--add-diary-entry in
1877         icalendar.el.
1878         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
1880 2009-09-30  Glenn Morris  <rgm@gnu.org>
1882         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
1884 2009-06-26  Eric Ludlam  <zappo@gnu.org>
1886         * cedet/*: New unit tests, from CEDET repository.
1888 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
1890         * redisplay-testsuite.el: New file.
1892 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
1894         * Branch for 23.1.
1896 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
1898         * icalendar-testsuite.el
1899         (icalendar-testsuite--run-function-tests):
1900         Add icalendar-testsuite--test-diarytime-to-isotime.
1901         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
1902         recent icalendar fixes.
1903         (icalendar-testsuite--test-diarytime-to-isotime): New.
1904         (icalendar-testsuite--test-create-uid): Adjust to recent
1905         icalendar changes.
1907 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1909         * bytecomp-testsuite.el: New file.
1911 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1913         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1914         Add `icalendar-testsuite--test-create-uid'.
1915         (icalendar-testsuite--test-create-uid): New.
1917 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
1919         * newsticker-testsuite.el: New file.
1921 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1923         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
1924         Add icalendar-testsuite--test-datestring-to-isodate,
1925         icalendar-testsuite--test-datetime-to-diary-date, and
1926         icalendar-testsuite--test-calendar-style.
1927         (icalendar-testsuite--test-format-ical-event)
1928         (icalendar-testsuite--test-parse-summary-and-rest):
1929         Doc fix.  Remove european-calendar-style.
1930         (icalendar-testsuite--get-ical-event): Doc fix.
1931         (icalendar-testsuite--test-first-weekday-of-year)
1932         (icalendar-testsuite--run-cycle-tests): Add doc string.
1933         (icalendar-testsuite--test-datestring-to-isodate)
1934         (icalendar-testsuite--test-datetime-to-diary-date)
1935         (icalendar-testsuite--test-calendar-style): New functions.
1936         (icalendar-testsuite--test-export): Handle iso date style.
1937         New arg INPUT-ISO.  Use calendar-date-style.
1938         (icalendar-testsuite--test-import): Handle iso date style.
1939         New arg EXPECTED-ISO.  Use calendar-date-style.
1940         (icalendar-testsuite--test-cycle): Handle iso date style.
1941         (icalendar-testsuite--run-import-tests)
1942         (icalendar-testsuite--run-export-tests)
1943         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1945 2008-02-29  Glenn Morris  <rgm@gnu.org>
1947         * README: New file.
1949 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
1951         * icalendar-testsuite.el: New file.
1953 ;; Local Variables:
1954 ;; coding: utf-8
1955 ;; End:
1957   Copyright (C) 2008-2014 Free Software Foundation, Inc.
1959   This file is part of GNU Emacs.
1961   GNU Emacs is free software: you can redistribute it and/or modify
1962   it under the terms of the GNU General Public License as published by
1963   the Free Software Foundation, either version 3 of the License, or
1964   (at your option) any later version.
1966   GNU Emacs is distributed in the hope that it will be useful,
1967   but WITHOUT ANY WARRANTY; without even the implied warranty of
1968   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1969   GNU General Public License for more details.
1971   You should have received a copy of the GNU General Public License
1972   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.