Fix a bug in texinfo-make-menu.
[emacs.git] / test / ChangeLog
blobdd49d6e782b35511448a030ff11bbc8c09228c03
1 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3         * automated/compile-tests.el (compile--test-error-line): Grok FILE
4         being nil.  Allows for Guile tests to pass.
5         (compile-tests--test-regexps-data): Add Guile tests.
7 2014-08-11  Glenn Morris  <rgm@gnu.org>
9         * automated/data/files-bug18141.el.gz: New file.
10         * automated/files.el (files-test-bug-18141-file):
11         New variable and test.  (Bug#18141)
13 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
15         Enumerate evaluated sexp diary entries (Bug#7911).
16         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
17         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
18         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
20         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
21         New tests.
23 2014-08-07  Glenn Morris  <rgm@gnu.org>
25         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
27 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
29         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
30         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
32 2014-08-03  Glenn Morris  <rgm@gnu.org>
34         * automated/Makefile.in (check-tar): New rule.
36 2014-08-02  Glenn Morris  <rgm@gnu.org>
38         * automated/fns-tests.el (fns-tests-compare-strings):
39         Update test.  (Bug#17903)
41         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
42         Use more precise TZ specification, as per 2013-08-04.
44 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
46         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
47         New test.
49 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
51         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
53 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
55         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
56         Work around the failures in icalendar-tests which occasionally occur on
57         hydra.nixos.org.
59 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
61         * automated/python-tests.el:
62         (python-util-clone-local-variables-1): Fix test.
64         * automated/python-tests.el (python-shell-make-comint-1):
65         (python-shell-make-comint-2): Fix indentation.
66         (python-shell-make-comint-3)
67         (python-shell-make-comint-4): New tests.
68         (python-shell-get-or-create-process-1): Fix test.
69         (python-shell-get-or-create-process-2)
70         (python-shell-get-or-create-process-3): New tests.
71         (python-shell-internal-get-or-create-process-1): Fix test.
72         (python-shell-prompt-detect-1): New test.
73         (python-shell-prompt-detect-2): New test.  (Bug#17370)
74         (python-shell-prompt-detect-3)
75         (python-shell-prompt-detect-4)
76         (python-shell-prompt-detect-5)
77         (python-shell-prompt-detect-6)
78         (python-shell-prompt-validate-regexps-1)
79         (python-shell-prompt-validate-regexps-2)
80         (python-shell-prompt-validate-regexps-3)
81         (python-shell-prompt-validate-regexps-4)
82         (python-shell-prompt-validate-regexps-5)
83         (python-shell-prompt-validate-regexps-6)
84         (python-shell-prompt-validate-regexps-7)
85         (python-shell-prompt-set-calculated-regexps-1)
86         (python-shell-prompt-set-calculated-regexps-2)
87         (python-shell-prompt-set-calculated-regexps-3)
88         (python-shell-prompt-set-calculated-regexps-4)
89         (python-shell-prompt-set-calculated-regexps-5)
90         (python-shell-prompt-set-calculated-regexps-6)
91         (python-util-valid-regexp-p-1): New tests.
93 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
95         * automated/advice-tests.el (advice-test-call-interactively): Make sure
96         the function's definition is fully restored at the end.
98 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
100         * automated/python-tests.el (python-indent-block-enders-1)
101         (python-indent-block-enders-2): Fix tests.
102         (python-indent-block-enders-3, python-indent-block-enders-4)
103         (python-indent-block-enders-5, python-indent-dedenters-1)
104         (python-indent-dedenters-2): Remove tests.
105         (python-indent-dedenters-1, python-indent-dedenters-2)
106         (python-indent-dedenters-3, python-indent-dedenters-4)
107         (python-indent-dedenters-5, python-indent-dedenters-6)
108         (python-indent-dedenters-7)
109         (python-info-dedenter-opening-block-position-1)
110         (python-info-dedenter-opening-block-position-2)
111         (python-info-dedenter-opening-block-position-3)
112         (python-info-dedenter-opening-block-positions-1)
113         (python-info-dedenter-opening-block-positions-2)
114         (python-info-dedenter-opening-block-positions-3)
115         (python-info-dedenter-opening-block-positions-4)
116         (python-info-dedenter-opening-block-positions-5)
117         (python-info-dedenter-opening-block-message-1)
118         (python-info-dedenter-opening-block-message-2)
119         (python-info-dedenter-opening-block-message-3)
120         (python-info-dedenter-opening-block-message-4)
121         (python-info-dedenter-opening-block-message-5)
122         (python-info-dedenter-statement-p-1)
123         (python-info-dedenter-statement-p-2)
124         (python-info-dedenter-statement-p-3)
125         (python-info-dedenter-statement-p-4)
126         (python-info-dedenter-statement-p-5): New tests.
128 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * indent/perl.perl: Add indentation pattern for hash-table entries.
132 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
134         * automated/dbus-tests.el (dbus-test02-register-service-session)
135         (dbus-test02-register-service-system): Fix docstring.
136         (dbus-test02-register-service-own-bus)
137         (dbus-test03-peer-interface): New tests.
139 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
141         * automated/python-tests.el (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-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
147         * automated/subr-x-tests.el: New file.
149 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
151         * automated/tramp-tests.el (tramp--instrument-test-case):
152         Print debug buffer in any case.
154 2014-06-28  Leo Liu  <sdl.web@gmail.com>
156         * automated/calc-tests.el: New file and add tests for math-bignum.
157         (Bug#17556)
159 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
161         * automated/dbus-tests.el (dbus--test-register-service)
162         (dbus-test02-register-service-session): Replace `dbus-ping' calls
163         by `dbus-list-known-names'.  (Bug#17858)
165 2014-06-28  Glenn Morris  <rgm@gnu.org>
167         * automated/Makefile.in (GDB): New variable.
168         (emacs): Use $GDB.  (Bug#15991)
170         * automated/Makefile.in (WRITE_LOG): New variable.
171         (%.log): Use WRITE_LOG.
172         (test_template): Disable logging.
174         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
175         (test_template): New definition.  Apply to TESTS.
177 2014-06-27  Glenn Morris  <rgm@gnu.org>
179         * automated/Makefile.in (check-maybe): Rename from check.
180         (check): Re-run all the tests, every time.
181         (clean, mostlyclean): Also delete *.log~.
183 2014-06-26  Glenn Morris  <rgm@gnu.org>
185         * automated/package-x-test.el: Do not mess with load-path.
187         * automated/Makefile.in (%.log): If error, dump log to stdout.
189 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * automated/package-test.el (package-test-update-listing)
192         (package-test-update-archives, package-test-describe-package):
193         Adjust tests according to new package-list-unsigned.
195 2014-06-26  Glenn Morris  <rgm@gnu.org>
197         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
199         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
201         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
202         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
203         (setwins, compile-targets, compile-main, compile-clean): Remove.
204         (GREP_OPTIONS): Unexport.
205         (.el.elc): Replace with pattern rule.
206         (%.elc, %.log): New pattern rules.
207         (ELFILES, LOGFILES): New variables.
208         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
209         (clean, mostlyclean): New rules.
210         (bootstrap-clean): Simplify.
211         (bootstrap-clean, distclean): Depend on clean.
213 2014-06-25  Glenn Morris  <rgm@gnu.org>
215         * automated/flymake-tests.el (flymake-tests--current-face):
216         Sleep for longer.  Avoid querying.
218 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
220         * automated/fns-tests.el (fns-tests-compare-string): New test.
222 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
224         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
225         according to Bug#17815.
227 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
229         * automated/python-tests.el (python-util-strip-string-1): New test.
231 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
233         Sync with Tramp 2.2.10.
235         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
236         (tramp--instrument-test-case): Extend docstring.
237         (tramp-test15-copy-directory): Skip for tramp-smb.el.
238         (tramp-test21-file-links): Use `file-truename' for directories.
239         (tramp-test27-start-file-process, tramp-test28-shell-command):
240         Retrieve process output more robustly.
241         (tramp--test-check-files): Extend test.
242         (tramp-test30-special-characters): Skip for tramp-adb.el,
243         tramp-gvfs.el and tramp-smb.el.  Add further file names.
245 2014-06-13  Glenn Morris  <rgm@gnu.org>
247         * automated/Makefile.in (compile-main):
248         GNU make automatically passes command-line arguments to sub-makes.
250 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
252         * automated/tildify-tests.el (tildify-test--test): Optimise the test
253         slightly by reusing the same temporary buffer across multiple test
254         cases.
256         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
257         (tildify-test-find-env-group-index-bug): Update to support new
258         signature of the `tildify-foreach-region-outside-env' function.
259         Namely, it now takes pairs as an argument instead of looking it up in
260         `tildify-ignored-environments-alist'.
262         * automated/tildify-tests.el (tildify-test--example-html): Add support
263         for generating XML code, so that…
264         (tildify-test-xml) …test can be added to check handling of XML
265         documents.
267         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
268         New test checking end-regex building when multiple environment pairs
269         use integers to refer to capture groups.
271         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
272         test checking end-regex building in `tildify-find-env' function when
273         integers (denoting capture groups) and strings are mixed together.
275 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
277         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
278         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
280 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
282         * automated/tramp-tests.el (tramp-test29-vc-registered):
283         Instrument failed test case.
285 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
288         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
290 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
292         * automated/tildify-tests.el: New file.
294 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * indent/ruby.rb: Add one more test.
298         * indent/ps-mode.ps: New file.
300         * indent/octave.m: Add a few more tests.
302         * automated/core-elisp-tests.el
303         (core-elisp-test-window-configurations): New test.
305 2014-05-26  Glenn Morris  <rgm@gnu.org>
307         * automated/package-test.el (package-test-install-single):
308         Update for changed output.
310 2014-05-22  Glenn Morris  <rgm@gnu.org>
312         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
313         Fix handling of temporary elc files.
315         * automated/fns-tests.el (fns-tests-nreverse):
316         Update for changed string behavior.
318 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
320         * automated/fns-tests.el: New file.
321         * automated/fns-tests.el (fns-tests-nreverse)
322         (fns-tests-nreverse-bool-vector): New tests.
324 2014-05-08  Glenn Morris  <rgm@gnu.org>
326         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
327         (vc-bzr-test-faulty-bzr-autoloads):
328         Give bzr a temporary home-directory, in case the real one is missing.
330 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
332         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
333         New test.
335 2014-05-08  Glenn Morris  <rgm@gnu.org>
337         * automated/help-fns.el: New file.
339 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
341         * automated/undo-tests.el (undo-test-region-deletion): New test to
342         demonstrate bug#17235.
343         (undo-test-region-example): New test to verify example given in
344         comments for undo-make-selective-list.
346 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
348         * automated/tramp-tests.el (top):
349         * automated/file-notify-tests.el (top): Do not disable interactive
350         passwords in batch mode.
351         (password-cache-expiry): Set to nil.
353         * automated/file-notify-tests.el
354         (file-notify-test-remote-temporary-file-directory):
355         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
356         Use a mock-up method as default.
357         (tramp-test00-availability): Print the used directory name.
358         (tramp-test33-recursive-load): Fix typo.
360 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
362         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
363         (tramp-test30-special-characters): Remove test for backslash.
365 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
367         * automated/tramp-tests.el
368         (tramp-test19-directory-files-and-attributes)
369         (tramp-test22-file-times): Check for `file-attributes' equality
370         only if there is a usable timestamp.
371         (tramp--test-check-files): Do not use `copy-sequence'.
373 2014-04-22  Daniel Colascione  <dancol@dancol.org>
375         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
376         Add compile flag.
377         (test-byte-comp-macro-expansion)
378         (test-byte-comp-macro-expansion-eval-and-compile)
379         (test-byte-comp-macro-expansion-eval-when-compile)
380         (test-byte-comp-macro-expand-lexical-override): Use it.
381         (test-eager-load-macro-expansion)
382         (test-eager-load-macro-expansion-eval-and-compile)
383         (test-eager-load-macro-expansion-eval-when-compile)
384         (test-eager-load-macro-expand-lexical-override): New tests.
386         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
387         account for removal of `cl-struct-set-slot-value'. Also, move
388         the defstruct to top level.
390 2014-04-21  Daniel Colascione  <dancol@dancol.org>
392         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
393         New function.
394         (test-byte-comp-macro-expansion)
395         (test-byte-comp-macro-expansion-eval-and-compile)
396         (test-byte-comp-macro-expansion-eval-when-compile)
397         (test-byte-comp-macro-expand-lexical-override): New tests.
399         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
400         (cl-the): Fix cl-the test.
402 2014-04-20  Daniel Colascione  <dancol@dancol.org>
404         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
406 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
408         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
409         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
411 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
413         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
414         (tramp--test-make-temp-name): Optional argument LOCAL.
415         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
416         (tramp-test10-write-region): No special test for out-of-band copy
417         needed anymore.
418         (tramp-test11-copy-file, tramp-test12-rename-file)
419         (tramp-test21-file-links): Extend tests.
420         (tramp-test20-file-modes): More robust check for user "root".
421         (tramp--test-check-files): New defun.
422         (tramp-test30-special-characters, tramp-test33-recursive-load)
423         (tramp-test34-unload): New tests.
424         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
426 2014-04-11  Glenn Morris  <rgm@gnu.org>
428         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
430 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
432         * automated/electric-tests.el: Fix spelling error in test name.
433         (whitespace-skipping-for-quotes-not-outside):
434         Rename from whitespace-skipping-for-quotes-not-ouside.
436 2014-04-09  Daniel Colascione  <dancol@dancol.org>
438         * automated/syntax-tests.el: New file.
440 2014-04-09  Glenn Morris  <rgm@gnu.org>
442         * automated/python-tests.el (python-triple-quote-pairing):
443         Enable/disable electric-pair-mode as needed.
445         * automated/electric-tests.el (electric-pair-backspace-1):
446         Replace deleted function.
448 2014-04-07  João Távora  <joaotavora@gmail.com>
450         * automated/python-tests.el (python-triple-quote-pairing): New test.
451         (python-syntax-after-python-backspace): New test.
453         * automated/electric-tests.el (electric-pair-define-test-form):
454         More readable test docstrings.
455         (whitespace-skipping-for-quotes-not-ouside)
456         (whitespace-skipping-for-quotes-only-inside)
457         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
459 2014-04-04  João Távora  <joaotavora@gmail.com>
461         * automated/electric-tests.el (define-electric-pair-test):
462         Don't overtest.
463         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
464         (inhibit-in-mismatched-string-inside-c-comments): New test.
466 2014-04-02  João Távora  <joaotavora@gmail.com>
468         * automated/electric-tests.el (inhibit-if-strings-mismatched):
469         New test, change from `inhibit-only-of-next-is-mismatched'.
471 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
473         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
474         (undo-test-region-t-marker): New tests of marker adjustments.
475         (undo-test-marker-adjustment-moved):
476         (undo-test-region-mark-adjustment): New tests to demonstrate
477         bug#16818, which fail without the fix.
479 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
481         * automated/package-test.el (package-test-describe-package):
482         Fix test failure in non-graphical mode.
484 2014-03-23  Daniel Colascione  <dancol@dancol.org>
486         * automated/subword-tests.el (subword-tests2): More subword tests.
488         * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
489         test: correct parsing of keyword arguments.
491 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
493         * automated/package-test.el (package-test-describe-package):
494         Check for the "Keywords: " line.
496         * automated/data/package/archive-contents: Include the :keywords
497         field in `simple-single' data form.
499 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
501         * automated/package-test.el
502         (package-test-install-two-dependencies): New test (bug#16826).
504         * automated/data/package/simple-two-depend-1.1.el: New file.
506         * automated/data/package/archive-contents:
507         Add info about the new package.
509 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
511         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
512         (tramp-test10-write-region): Extend for out-of-band copy.
513         (tramp-test31-asynchronous-requests): New test.
515 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
517         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
518         Add new test of undo in region.
519         (undo-test-in-region-eob): Add test case described at
520         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
522 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
524         * automated/tramp-tests.el (tramp--test-enabled)
525         (tramp-test15-copy-directory): No special handling of tramp-adb.el
526         anymore.  It's fixed in that package.
528 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
530         * automated/tramp-tests.el (tramp--test-enabled): Move connection
531         cleanup into this function.  Remove respective code from all test
532         cases.
533         (tramp--instrument-test-case): Declare `indent' and `debug'.
534         Handle other errors as well.
535         (tramp-test14-delete-directory): Check for `file-error' error.
536         (tramp-test15-copy-directory): Ignore return value of
537         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
538         (tramp-test19-directory-files-and-attributes): Take care of
539         timestamp of "../".
540         (tramp-test20-file-modes, tramp-test27-start-file-process)
541         (tramp-test28-shell-command): Skip for tramp-adb.el.
542         (tramp-test21-file-links): `file-truename' shall preserve trailing
543         link of directories.
544         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
545         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
546         `kill-buffer-query-functions' to nil.
547         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
549 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
551         * automated/tramp-tests.el
552         (tramp-test19-directory-files-and-attributes): Do not include
553         directories in comparison; they might have changed their
554         timestamps already.
556 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
558         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
559         (tramp-test17-insert-directory): First line could contain more
560         text, when produced by `ls-lisp'.
561         (tramp-test19-directory-files-and-attributes): Instrument failed
562         test case.
564 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
566         * automated/tramp-tests.el (tramp-test17-insert-directory):
567         Make first line "total 123" optional.
568         (tramp-test20-file-modes, tramp-test22-file-times)
569         (tramp-test26-process-file, tramp-test27-start-file-process)
570         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
571         tramp-smb.el.
572         (tramp-test20-file-modes): Check for "root" only when there is an
573         explicit user name.
574         (tramp-test21-file-links): Handle "... not supported" error.
575         (tramp-test22-file-times): Skip for "don't know" return values.
576         (tramp-test26-process-file, tramp-test28-shell-command):
577         Remove color escape sequences.
578         (tramp-test28-shell-command): Use `accept-process-output' rather
579         than `sit-for'.
580         (tramp-test30-utf8): Set coding system `utf-8'.
582 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
584         * automated/tramp-tests.el (tramp-test28-shell-command): Perform
585         an initial `sit-for' prior the while loop.
587 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
589         Sync with Tramp 2.2.9.
591         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
592         (tramp-test28-shell-command): Make a while loop when waiting for
593         process exit.
595 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
597         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
598         and `vc-hg'.  Declare `tramp-find-executable' and
599         `tramp-get-remote-path'.
600         (tramp-test29-vc-registered): New test.
601         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
603 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
605         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
606         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
607         (tramp-test28-shell-command): Improve `shell-command' test.  Add
608         `async-shell-command' tests.
610 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
612         * automated/file-notify-tests.el (file-notify--wait-for-events):
613         Use `read-event' instead of `sit-for'.
614         (file-notify-test02-events): Remove expected result, the bug is
615         fixed meanwhile.
616         (file-notify-test02-events, file-notify-test03-autorevert):
617         Use `sleep-for' instead of `sit-for'.
619 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
621         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
622         New test.
624 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
626         * automated/file-notify-tests.el (file-notify--deftest-remote):
627         Do not skip when the local test has failed.  They are unrelated.
628         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
629         `noninteractive' to nil, otherwise `sit-for' could be degraded to
630         `sleep-for'.
631         (file-notify-test02-events): Check for `file-remote-p' instead of
632         `file-notify--test-remote-enabled'.
634 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
636         * automated/file-notify-tests.el (file-notify-test02-events):
637         Let test case fail for Bug#16519.
639 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
641         * automated/file-notify-tests.el (file-notify-test02-events):
642         Hide Bug#16519, until it is solved.
644 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
646         * automated/file-notify-tests.el
647         (file-notify--test-local-enabled): Fix error in logic.
648         (file-notify--wait-for-events): New defmacro.
649         (file-notify-test02-events): Make short breaks between file operations.
650         Use `file-notify--wait-for-events'.  Check, that events have arrived.
651         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
653         * automated/comint-testsuite.el
654         (comint-testsuite-password-strings): Add localized examples.
656 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
658         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
659         case if inotify is not linked with Emacs.  Use `read-event' rather
660         than `sit-for' in order to process events.  (Bug#13662)
662 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
664         * automated/ert-tests.el (ert-test-record-backtrace): Reenable
665         test case with adapted test string.  (Bug#13064)
667 2013-12-28  Glenn Morris  <rgm@gnu.org>
669         * automated/electric-tests.el: Require 'elec-pair.
671 2013-12-26  João Távora  <joaotavora@gmail.com>
673         * automated/electric-tests.el (electric-pair-test-for):
674         Fix autowrapping tests in batch-mode by running with
675         `transient-mark-mode' set to `lambda'.
677         * automated/electric-tests.el: New file.
679 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
681         * automated/python-tests.el
682         (python-nav-lisp-forward-sexp-safe-1): Remove test.
683         (python-nav-forward-sexp-safe-1): New test.
685 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
687         * automated/ruby-mode-tests.el: Add tests for
688         `ruby-align-to-stmt-keywords'.
690         * indent/ruby.rb: Update examples to reflect the lack of change in
691         default indentation of `begin' blocks.
693 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
695         * indent/ruby.rb: Update examples according to the change
696         in `smie-indent-close'.
698 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
700         * indent/ruby.rb: New examples.
702 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
704         * automated/python-tests.el (python-indent-dedenters-2): New test.
706 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
708         * automated/python-tests.el (python-indent-after-comment-1)
709         (python-indent-after-comment-2): New tests.
711 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
713         * automated/python-tests.el (python-indent-block-enders-1):
714         Rename from python-indent-block-enders.
715         (python-indent-block-enders-2): New test.
717 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
719         * indent/js.js: New file.
721 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
723         * automated/dbus-tests.el: New file.
725 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * automated/regexp-tests.el: New file.
729 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
731         * automated/reftex-tests.el (reftex-parse-from-file-test):
732         Run temp-dir through file-truename, to make sure the temporary file
733         names are comparable as strings.
735         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
736         Force Unix EOLs by using 'utf-8-unix', since the default of
737         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
739 2013-11-28  Glenn Morris  <rgm@gnu.org>
741         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
743 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
745         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
746         (EMACSOPT): Use $(PATH_SEP).
748 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
750         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
751         Set to nil.
753 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
755         * automated/file-notify-tests.el
756         (file-notify-test-remote-temporary-file-directory):
757         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
758         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
759         (file-notify--deftest-remote): Cleanup connection initially.
760         (file-notify-test03-autorevert): Run also in batch mode.  Use a
761         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
762         does not work on MS Windows.  Call `accept-process-output' for
763         remote files.  Apply `string-match' instead of `string-equal', the
764         messages are different on MS Windows.
766         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
767         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
768         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
770 2013-11-23  Glenn Morris  <rgm@gnu.org>
772         * automated/python-tests.el (python-shell-make-comint-1)
773         (python-shell-make-comint-2, python-shell-get-process-1):
774         Suppress creation of some temp-files.
776         * automated/python-tests.el (python-shell-parse-command-1)
777         (python-shell-make-comint-1, python-shell-make-comint-2)
778         (python-shell-get-process-1)
779         (python-shell-internal-get-or-create-process-1):
780         Skip rather than fail if prereqs not found.
782         * automated/Makefile.in (emacs):
783         Empty EMACSLOADPATH rather than unsetting.
785 2013-11-22  Glenn Morris  <rgm@gnu.org>
787         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
788         Set expected-result.
790 2013-11-21  Glenn Morris  <rgm@gnu.org>
792         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
793         (compile-main): Pass XARGS_LIMIT to xargs.
795         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
796         (EMACSOPT): Use PATH_SEPARATOR.
798 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
800         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
801         Add a failing test for Bug#15874.
802         (ruby--insert-coding-comment-ruby-style)
803         (ruby--insert-coding-comment-emacs-style)
804         (ruby--insert-coding-comment-custom-style):
805         Add a few tests for `ruby--insert-coding-comment'.
807 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
809         Improve API of recently-added bool vector functions (Bug#15912).
810         * automated/data-tests.el: Adjust to API changes.
812 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
814         * automated/tramp-tests.el (tramp-test07-file-exists-p)
815         (tramp-test08-file-local-copy)
816         (tramp-test09-insert-file-contents, tramp-test10-write-region)
817         (tramp-test11-copy-file, tramp-test12-rename-file)
818         (tramp-test13-make-directory, tramp-test14-delete-directory)
819         (tramp-test15-copy-directory, tramp-test16-directory-files)
820         (tramp-test17-insert-directory, tramp-test18-file-attributes)
821         (tramp-test19-directory-files-and-attributes)
822         (tramp-test20-file-modes, tramp-test21-file-links)
823         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
824         (tramp-test24-file-name-completion, tramp-test25-load)
825         (tramp-test26-process-file, tramp-test27-start-file-process)
826         (tramp-test28-shell-command): Cleanup connection initially.
828 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
830         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
831         connection before running the test.
833 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
835         * automated/tramp-tests.el (tramp-test15-copy-directory)
836         (tramp-test16-directory-files, tramp-test17-insert-directory)
837         (tramp-test18-file-attributes)
838         (tramp-test19-directory-files-and-attributes)
839         (tramp-test20-file-modes, tramp-test21-file-links)
840         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
841         (tramp-test24-file-name-completion, tramp-test25-load)
842         (tramp-test26-process-file, tramp-test27-start-file-process)
843         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
844         (tramp-test29-utf8): New test.
846 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
848         * automated/file-notify-tests.el (file-notify-test02-events)
849         (file-notify-test03-autorevert): Suppress messages in `write-region'.
851         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
852         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
853         (tramp-test26-process-file, tramp-test28-shell-command):
854         Ensure, that the directory is not empty when calling "ls".
856 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
858         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
859         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
860         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
861         (tramp-test09-insert-file-contents, tramp-test10-write-region)
862         (tramp-test26-process-file): Add tests.
863         (tramp-test11-copy-file): Remove debug message.
864         (tramp-test20-file-modes): Special case, if user is "root".
866 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
868         * automated/file-notify-tests.el:
869         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
870         `tramp-remote-path' when running on hydra.
871         (tramp-test07-file-exists-p): Remove instrumentation code.
872         (tramp-test26-process-file): Don't use "/bin/true" and
873         "/bin/false", these paths do not exist on hydra.
875 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
877         * automated/process-tests.el: New file.
879 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
881         * indent/ruby.rb: New examples.
883 2013-11-06  Glenn Morris  <rgm@gnu.org>
885         * automated/Makefile.in (setwins): Avoid accidental matches.
887 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
889         * automated/tramp-tests.el (tramp-test07-file-exists-p):
890         Fix docstring.  Instrument, in order to hunt failure on hydra.
892 2013-11-06  Glenn Morris  <rgm@gnu.org>
894         * automated/flymake-tests.el (warning-predicate-rx-gcc)
895         (warning-predicate-function-gcc, warning-predicate-rx-perl)
896         (warning-predicate-function-perl):
897         * automated/info-xref.el (info-xref-test-makeinfo):
898         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
899         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
901 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
903         * automated/tramp-tests.el: New file.
905 2013-11-05  Glenn Morris  <rgm@gnu.org>
907         Get rid of --chdir usage.
908         * automated/Makefile.in (EMACSOPT): Move -L here.
909         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
910         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
911         (.el.elc): No more need to pass -L here.
912         (compile-main): Get rid of sub-shell and cd.
913         (compile-clean, check): Get rid of cd.
915         Make it possible to run tests with a different working directory.
916         * automated/flymake-tests.el (flymake-tests-data-directory): New.
917         (flymake-tests--current-face): Use flymake-tests-data-directory.
918         (warning-predicate-function-gcc, warning-predicate-rx-perl)
919         (warning-predicate-function-perl): Adapt for above change.
920         * automated/zlib-tests.el (zlib-tests-data-directory): New.
921         (zlib--decompress): Use zlib-tests-data-directory.
923         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
924         Remove test that makes no sense.
926         * automated/files.el (files-test-local-variable-data):
927         Fix result typo presumably caused by interference from dir-locals.
928         (file-test--do-local-variables-test): Prevent dir-locals interfering.
930 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
932         * indent/ruby.rb: Add a statement on the line after heredoc.
933         Move a now-successful example.
935         * automated/ruby-mode-tests.el: Remove outdated comment.
937 2013-11-04  Glenn Morris  <rgm@gnu.org>
939         * automated/Makefile.in (abs_srcdir): Remove.
940         (emacs): Unset EMACSLOADPATH.
941         (.el.elc, check): Use -L to append srcdir to load-path.
943 2013-11-02  Glenn Morris  <rgm@gnu.org>
945         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
946         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
947         (abs_srcdir): New, set by configure.
948         (EMACS): Use a relative file name.
949         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
950         (lisp-compile): Remove (assume it's up-to-date).
951         (compile-main): Do not run lisp-compile.
952         (compile-main, compile-clean, compile-always, bootstrap-clean)
953         (check): Use srcdir rather than $test.  Check cd return value.
954         Use --chdir.
955         (doit, compile, compile-always): Remove stuff copied from lisp/.
956         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
958 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
960         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
961         Add a skipping test.
963 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
967         * indent/css-mode.css (.x2): Test alignement inside braces.
969 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
971         * indent/ruby.rb: New failing example.
973         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
974         Fix the test, in respect to adding the space after the curly.
976 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
978         * automated/ert-tests.el (ert-test-skip-unless): New test case.
979         (ert-test-deftest): Adapt test for changed macro expansion.
980         (ert-test-run-tests-interactively):
981         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
982         Add a skipping test.
984         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
985         (file-notify--test-local-enabled): Make it a function.  Check also
986         for `file-remote-p' of `temporary-file-directory'.
987         (file-notify--test-remote-enabled-checked): New defvar.
988         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
989         internal functions.  Cache result.
990         (file-notify--deftest-remote, file-notify-test00-availability)
991         (file-notify-test01-add-watch, file-notify-test02-events)
992         (file-notify-test03-autorevert): Add checks with `skip_unless'.
993         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
995 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
997         * indent/ruby.rb: Fix syntax error in the latest example.
999 2013-10-23  Glenn Morris  <rgm@gnu.org>
1001         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1002         New, set by configure.
1003         (top_srcdir): Remove.
1004         (abs_test, abs_lispsrc): New.
1005         (lisp): No longer absolute.
1006         (emacs, lisp-compile, compile, compile-always):
1007         Quote entities that might contain whitespace.
1009 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1011         * indent/ruby.rb: Move two examples to "working" section, add one
1012         more.
1014 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1016         * indent/ruby.rb: New examples for indentation of blocks.
1017         Example of hash inside parens that inflooped before the present commit.
1019 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1021         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1022         allows another timer to run.
1024 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1026         * indent/ruby.rb: More examples for bug#15594, both failing and
1027         now passing.
1029 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1031         * indent/ruby.rb: Add two more cases.
1033 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1036         first use.
1037         (ruby-should-indent): Use indent-according-to-mode.
1038         (ruby-deftest-move-to-block): Use `declare'.
1040 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1042         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1044 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1048 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1050         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1051         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1053         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1055 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1057         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1058         Adjust indentation of continued line to the new SMIE behavior.
1060 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * automated/completion-tests.el:
1063         * indent/css-mode.css: New files.
1065 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1067         * automated/data/package/signed/archive-contents:
1068         * automated/data/package/signed/archive-contents.sig:
1069         * automated/data/package/signed/signed-good-1.0.el:
1070         * automated/data/package/signed/signed-good-1.0.el.sig:
1071         * automated/data/package/signed/signed-bad-1.0.el:
1072         * automated/data/package/signed/signed-bad-1.0.el.sig:
1073         * automated/data/package/key.pub:
1074         * automated/data/package/key.sec: New files.
1076         * automated/package-test.el (package-test-update-listing)
1077         (package-test-update-archives, package-test-describe-package):
1078         Adjust to package.el change.
1079         (package-test-signed): New test.
1081 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1083         * automated/package-test.el: Update all cases to use :url instead
1084         of :homepage.
1086         * automated/package-x-test.el
1087         (package-x-test--single-archive-entry-1-3): Same.
1089 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1091         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1092         was unused.
1093         (simple-single-desc): Expect :homepage property.
1094         (multi-file-desc): Same.
1095         (with-package-test): Do not save previous `default-directory'
1096         value, let-bind the var instead.
1097         (package-test-install-single): Expect :homepage property in the
1098         generated pkg file.
1099         (package-test-describe-package): Expect Homepage button.
1100         (package-test-describe-non-installed-package)
1101         (package-test-describe-non-installed-multi-file-package): Same.
1102         (package-test-describe-not-installed-package): Remove, it was a
1103         duplicate.
1105         * automated/package-x-test.el
1106         (package-x-test--single-archive-entry-1-3): Expect :homepage
1107         property.
1108         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1110         * automated/data/package/simple-single-1.3.el: Add URL header.
1112         * automated/data/package/archive-contents: Add :homepage
1113         properties to `simple-single' and `multi-file'.
1115 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1117         * automated/data-tests.el:
1118         (bool-vector-count-matches-all-0-nil)
1119         (bool-vector-count-matches-all-0-t)
1120         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1121         (bool-vector-count-matches-at, bool-vector-intersection-op)
1122         (bool-vector-union-op, bool-vector-xor-op)
1123         (bool-vector-set-difference-op)
1124         (bool-vector-change-detection, bool-vector-not): New tests.
1125         (mock-bool-vector-count-matches-at)
1126         (test-bool-vector-bv-from-hex-string)
1127         (test-bool-vector-to-hex-string)
1128         (test-bool-vector-count-matches-at-tc)
1129         (test-bool-vector-apply-mock-op)
1130         (test-bool-vector-binop): New helper functions.
1131         (bool-vector-test-vectors): New testcase data.
1133 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1135         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1136         (advice-test-called-interactively-p-filter-args)
1137         (advice-test-called-interactively-p-around): New tests.
1139 2013-09-16  Glenn Morris  <rgm@gnu.org>
1141         * automated/eshell.el (eshell-match-result):
1142         Return a more informative failure than simply "false".  Update callers.
1144         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1145         Test value before and after loop as well as during.
1147 2013-09-15  Glenn Morris  <rgm@gnu.org>
1149         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1150         New test.  (Bug#15372)
1151         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1153 2013-09-13  Glenn Morris  <rgm@gnu.org>
1155         * automated/eshell.el (with-temp-eshell):
1156         Use a temp directory for eshell-directory-name.
1157         (eshell-test-command-result): New, again using a temp directory.
1158         Replace eshell-command-result with this throughout.
1159         (eshell-test/for-loop, eshell-test/for-name-loop):
1160         Ensure environment variables don't confuse us.
1162 2013-09-12  Glenn Morris  <rgm@gnu.org>
1164         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1165         due to "has a running process; kill it?" prompts.
1167 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1169         * automated/eshell.el: Rename from eshell.el.
1170         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1172 2013-09-01  Glenn Morris  <rgm@gnu.org>
1174         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1175         Otherwise the sed command used by eg compile-main ends up
1176         containing "/*.el".  (Bug#15170)
1178 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1180         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1181         for portability to hosts where /bin/sh has problems.
1183 2013-08-21  David Engster  <deng@randomsample.de>
1185         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1186         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1187         upstream.  Changed to use ERT.
1189 2013-08-14  Daniel Hackney  <dan@haxney.org>
1191         * automated/package-test.el: Remove tar-package-building functions.
1192         Tar file used for testing is included in the repository.
1193         (package-test-install-texinfo, package-test-cleanup-built-files):
1194         Remove.
1196 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1198         * automated/python-tests.el (python-imenu-create-index-4)
1199         (python-imenu-create-flat-index-2): New tests.
1201 2013-08-05  Glenn Morris  <rgm@gnu.org>
1203         * automated/mule-util.el: New file, with tests extracted from
1204         lisp/international/mule-util.el.
1206 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1208         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1209         before definition.
1210         (advice-tests-macroaliases): New test.
1212 2013-08-04  Glenn Morris  <rgm@gnu.org>
1214         * automated/ert-tests.el: Disable failing test that no-one seems
1215         to know how to fix.  (Bug#13064)
1217         * automated/icalendar-tests.el (icalendar-tests--test-export)
1218         (icalendar-tests--test-import): Try more precise TZ specification.
1219         Remove debug messages.
1221 2013-08-03  Glenn Morris  <rgm@gnu.org>
1223         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1225         * automated/icalendar-tests.el (icalendar-tests--test-export)
1226         (icalendar-tests--test-import):
1227         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1228         (icalendar-tests--test-import): Reset zone even if error occurred.
1230 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * automated/core-elisp-tests.el: New file.
1234 2013-08-01  Glenn Morris  <rgm@gnu.org>
1236         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1237         Try to check that the remote system has a notification program.
1239 2013-07-31  Glenn Morris  <rgm@gnu.org>
1241         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1243 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1245         * automated/file-notify-tests.el
1246         (file-notify--test-local-enabled): New defconst.  Replaces all
1247         `file-notify-support' occurrences.
1248         (file-notify--test-remote-enabled): New defun.
1249         (file-notify--deftest-remote): Use it.
1250         (file-notify-test00-availability): Rewrite.
1251         (file-notify-test00-availability-remote): New defun.
1252         (file-notify-test01-add-watch): Rewrite first erroneous check.
1254 2013-07-23  Glenn Morris  <rgm@gnu.org>
1256         * automated/inotify-test.el (inotify-file-watch-simple):
1257         Delete temp-file when done.
1259         * automated/subword-tests.el: Require subword.
1261 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * automated/subword-tests.el: New file.
1265 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1267         * automated/python-tests.el (python-imenu-create-index-2)
1268         (python-imenu-create-index-3): New tests.
1270 2013-07-11  Glenn Morris  <rgm@gnu.org>
1272         * automated/ert-tests.el: Require cl-lib at runtime too.
1273         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1274         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1275         (ert-test-set-functions, ert-test-gensym)
1276         (ert-test-coerce-to-vector, ert-test-string-position)
1277         (ert-test-mismatch): Remove tests.
1278         * automated/cl-lib.el: New, split from ert-tests.el.
1280         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1281         Goto point-min.
1282         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1283         (ruby-move-to-block-skips-percent-literal)
1284         (ruby-move-to-block-skips-heredoc)
1285         (ruby-move-to-block-moves-from-else-to-if)
1286         (ruby-beginning-of-defun-does-not-fold-case)
1287         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1288         Replace goto-line with forward-line/goto-char.
1289         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1291         * automated/package-test.el (makeinfo-buffer): Autoload.
1292         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1293         (package-test-install-texinfo): Don't require makeinfo.
1295         * automated/files.el: Stop "local variables" confusion.
1297         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1299         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1300         Use with-current-buffer.
1302         * automated/undo-tests.el (undo-test-buffer-modified)
1303         (undo-test-file-modified): New tests.
1305 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1307         * automated/file-notify-tests.el (file-notify-test00-availability):
1308         Set :expected-result.
1309         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1310         (file-notify-test02-events, file-notify-test02-events-remote)
1311         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1312         Skip when `file-notify-support' is nil.  (Bug#14823)
1314 2013-07-09  Glenn Morris  <rgm@gnu.org>
1316         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1317         Declare.
1318         (inotify-file-watch-simple): Silence compiler.
1320         * automated/python-tests.el (python-indent-block-enders):
1321         Make it actually test something.
1323         * automated/package-x-test.el: Require package-test when compiling.
1325         * automated/add-log-tests.el, automated/advice-tests.el:
1326         * automated/imenu-test.el, automated/package-x-test.el:
1327         * automated/python-tests.el, automated/ruby-mode-tests.el:
1328         * automated/xml-parse-tests.el: Explicitly require ert.
1330 2013-07-08  Kenichi Handa  <handa@gnu.org>
1332         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1333         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1335 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1337         * automated/file-notify-tests.el
1338         (file-notify-test-remote-temporary-file-directory):
1339         Use `null-device' on w32.
1340         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1341         (file-notify--test-results, file-notify--test-event)
1342         (file-notify--deftest-remote, file-notify--event-test)
1343         (file-notify--test-event-handler)
1344         (file-notify--test-make-temp-name): Rename, in order to mark them
1345         internal.
1346         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1347         better fitting in noninteractive tests.
1348         (file-notify-test00-availability): Rename from `file-notify-test0'.
1349         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1350         Use `temporary-file-directory '.
1351         (file-notify-test01-add-watch-remote): New test.
1352         (file-notify-test02-events): Rename from `file-notify-test2'.
1353         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1354         (file-notify-test03-autorevert): Rename from
1355         `file-notify-test4'.  Use timeouts.
1356         (file-notify-test03-autorevert-remote): Rename from
1357         `file-notify-test5'.
1359 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1361         * automated/file-notify-tests.el: New package.
1363 2013-06-28  Kenichi Handa  <handa@gnu.org>
1365         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1366         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1367         Callers changed.
1368         (decoder-tests-filename): New function.
1369         (decoder-tests-prefer-utf-8-read)
1370         (decoder-tests-prefer-utf-8-write): New function.
1371         (ert-test-decoder-prefer-utf-8): New test.
1373 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1375         * automated/package-x-test.el: Change the commentary.
1376         (package-x-test--single-archive-entry-1-3)
1377         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1378         using the appropriate data structure.
1380 2013-06-27  Daniel Hackney  <dan@haxney.org>
1382         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1384         * automated/package-x-test.el: New file.
1386         * automated/package-test.el: New file.
1388         * automated/data/package: New directory, with test examples.
1390 2013-06-27  Glenn Morris  <rgm@gnu.org>
1392         * automated/python-tests.el (python-tests-with-temp-file):
1393         Clean up after ourself.
1395         * automated/undo-tests.el (undo-test3): Remove test that seems to
1396         do nothing that the previous one doesn't, except leave a tempfile.
1398 2013-06-26  Glenn Morris  <rgm@gnu.org>
1400         * automated/info-xref.el: New file.
1402 2013-06-25  Glenn Morris  <rgm@gnu.org>
1404         * automated/occur-tests.el (occur-test-create): New function.
1405         Use it to create separate tests for each element, so we run them
1406         all rather than stopping at the first error.
1408 2013-06-24  Glenn Morris  <rgm@gnu.org>
1410         * automated/occur-tests.el (occur-tests):
1411         Update for 2013-05-29 change to occur header line.
1413 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1415         Test suite for flymake.
1416         * automated/flymake-tests.el:
1417         * automated/flymake/warnpred/Makefile
1418         * automated/flymake/warnpred/test.c
1419         * automated/flymake/warnpred/test.pl: New files.
1421 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1423         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1425 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1427         * automated/reftex-tests.el: New test suite for reftex.
1429 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1431         * automated/ruby-mode-tests.el: New tests, for percent literals
1432         and expression expansion.
1434 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1436         * indent/octave.m: Tweak.
1438 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1440         * eshell.el: Rewrite tests using ERT.
1442 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1444         * indent/octave.m: Add tests for %!, # and ### comments.
1446 2013-05-23  Kenichi Handa  <handa@gnu.org>
1448         * automated/decoder-tests.el: New file.
1450 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1452         * indent/ruby.rb: Add multiline regexp example.
1454         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
1455         (ruby-regexp-skips-over-interpolation)
1456         (ruby-regexp-continues-till-end-when-unclosed)
1457         (ruby-regexp-can-be-multiline)
1458         (ruby-interpolation-inside-percent-literal): New tests.
1460 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * indent/ruby.rb: Fix indentation after =; add more cases.
1464 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * indent/pascal.pas: Add test for mis-identified comments.
1468 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
1470         * automated/imenu-test.el: New file.  (Bug#14112)
1472 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1474         * automated/python-tests.el (python-imenu-prev-index-position-1):
1475         Remove test.
1476         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
1477         New tests.
1479 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1481         * automated/python-tests.el (python-nav-backward-defun-2)
1482         (python-nav-backward-defun-3, python-nav-forward-defun-2)
1483         (python-nav-forward-defun-3): New tests.
1485 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1487         * automated/python-tests.el (python-nav-backward-defun-1)
1488         (python-nav-forward-defun-1): New tests.
1490 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
1492         * automated/add-log-tests.el: New file.  (Bug#14112)
1494 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
1496         * automated/python-tests.el (python-indent-block-enders): New test.
1497         (python-info-current-defun-2): Fix test.
1499 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
1501         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
1503 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
1505         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
1506         (python-tests-with-temp-file): New macro.
1507         (python-tests-shell-interpreter): New var.
1508         (python-shell-get-process-name-1)
1509         (python-shell-internal-get-process-name-1)
1510         (python-shell-parse-command-1)
1511         (python-shell-calculate-process-environment-1)
1512         (python-shell-calculate-process-environment-2)
1513         (python-shell-calculate-process-environment-3)
1514         (python-shell-calculate-exec-path-1)
1515         (python-shell-calculate-exec-path-2)
1516         (python-shell-make-comint-1)
1517         (python-shell-make-comint-2)
1518         (python-shell-get-process-1)
1519         (python-shell-get-or-create-process-1)
1520         (python-shell-internal-get-or-create-process-1): New tests.
1522 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
1524         * automated/python-tests.el: New file.
1526 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1528         * automated/ruby-mode-tests.el
1529         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
1530         bits inside the examples.
1531         (ruby-move-to-block-skips-heredoc): New test.
1532         (ruby-add-log-current-method-after-inner-class):
1533         Lower expectations: move point inside a method, initially.
1535 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1537         * automated/ruby-mode-tests.el
1538         (ruby-move-to-block-skips-percent-literal): New test.
1540 2013-02-04  Chong Yidong  <cyd@gnu.org>
1542         * automated/thingatpt.el: New file.
1544 2013-02-03  Chong Yidong  <cyd@gnu.org>
1546         * automated/files.el (file-test--do-local-variables-test):
1547         Avoid compilation warning message.
1549 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1551         * automated/ruby-mode-tests.el
1552         (ruby-indent-spread-args-in-parens): New test.
1553         * automated/ruby-mode-tests.el (ruby-block-test-example):
1554         Break indentation of the do block opener and add a line inside it.
1555         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
1556         Adjust line numbers.
1558 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
1562 2013-01-14  Glenn Morris  <rgm@gnu.org>
1564         * automated/compile-tests.el (compile-tests--test-regexps-data):
1565         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1567 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
1569         * automated/man-tests.el: New file.
1571 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1573         * automated/undo-tests.el (undo-test0): Adjust error to code change.
1575 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1577         * automated/undo-tests.el: New file.
1579 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1581         * automated/ruby-mode-tests.el
1582         (ruby-indent-after-block-in-continued-expression): New test.
1584 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1586         * automated/ruby-mode-tests.el:
1587         Rename one interpolation test; add three more.
1588         (ruby-with-temp-buffer): New macro, use it where appropriate.
1589         (ruby-add-log-current-method-examples): Use "_" for target point.
1590         Add four new tests for ruby-add-log-current-method.
1592 2012-12-11  Glenn Morris  <rgm@gnu.org>
1594         * automated/f90.el (f90-test-bug13138): New test.
1596 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1598         * automated/inotify-test.el: New test.
1600 2012-12-02  Chong Yidong  <cyd@gnu.org>
1602         * automated/ruby-mode-tests.el
1603         (ruby-add-log-current-method-examples): Don't use loop macro, to
1604         allow automated testing to work.
1606 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * automated/advice-tests.el (advice-tests--data): Remove.
1609         (advice-tests): Move the tests directly here instead.
1610         Add called-interactively-p tests.
1612 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1614         * automated/ert-x-tests.el: Use cl-lib.
1615         * automated/ert-tests.el: Use lexical-binding and cl-lib.
1617 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1619         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
1620         (ruby-indent-inside-heredoc-after-operator)
1621         (ruby-indent-inside-heredoc-after-space): New tests.
1622         Change direct font-lock face references to var references.
1623         (ruby-interpolation-suppresses-syntax-inside): New test.
1624         (ruby-interpolation-inside-percent-literal-with-paren):
1625         New failing test.
1627 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1629         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
1630         (ruby-singleton-class-no-heredoc-font-lock)
1631         (ruby-add-log-current-method-examples): New tests.
1632         (ruby-test-string): Extract from ruby-should-indent-buffer.
1633         (ruby-deftest-move-to-block): New macro.
1634         Add several move-to-block tests.
1636 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * automated/advice-tests.el: New tests.
1640 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1642         * automated/compile-tests.el (compile-tests--test-regexps-data):
1643         Add new data for msft's new format.
1645 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
1647         * automated/ruby-mode-tests.el:
1648         (ruby-toggle-block-to-multiline): New test.
1649         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
1650         (ruby-toggle-block-to-brace): Use buffer-string.
1652 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
1654         * automated/ruby-mode-tests.el: New tests (Bug#11613).
1656 2012-08-28  Chong Yidong  <cyd@gnu.org>
1658         * automated/files.el: Test every combination of values for
1659         enable-local-variables and enable-local-eval.
1661 2012-08-19  Chong Yidong  <cyd@gnu.org>
1663         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
1665 2012-08-18  Chong Yidong  <cyd@gnu.org>
1667         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
1669 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
1671         * indent/ruby.rb: Rearrange examples, add new ones.
1673 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
1675         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
1676         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
1678 2012-08-11  Glenn Morris  <rgm@gnu.org>
1680         * automated/files.el: New file.
1682         * automated/Makefile.in (all): Fix typo.
1684 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
1686         * automated/ruby-mode-tests.el (ruby-should-indent):
1687         Add docstring, check (current-indentation) instead of (current-column).
1688         (ruby-should-indent-buffer): New function.
1689         Add tests for `ruby-deep-indent-paren' behavior.
1690         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
1692 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1694         Original tests in test_ruby_mode.rb in upstream (author).
1696 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
1698         * automated/ruby-mode-tests.el (ruby-should-indent)
1699         (ruby-assert-state): New functions.
1700         Add new tests.
1702 2012-07-29  David Engster  <deng@randomsample.de>
1704         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
1705         New variable to hold test data for name expansion.
1706         (xml-parse-tests): Test the two different types of name expansion.
1708 2012-07-29  Juri Linkov  <juri@jurta.org>
1710         * automated/occur-tests.el (occur-test-case): Use predefined
1711         buffer name " *test-occur*" instead of a random buffer name.
1713 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
1715         * automated/ruby-mode-tests.el: New file with one test.
1717 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * indent/shell.sh: Add test case for ${#VAR}.
1721         * indent/latex-mode.tex: New file.
1723 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * eshell.el: Use cl-lib.
1727 2012-07-03  Chong Yidong  <cyd@gnu.org>
1729         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
1731 2012-07-02  Chong Yidong  <cyd@gnu.org>
1733         * automated/xml-parse-tests.el (xml-parse-tests--data):
1734         More testcases.
1736 2012-07-01  Chong Yidong  <cyd@gnu.org>
1738         * automated/xml-parse-tests.el: New file.
1740 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1743         Use cl-flet.
1745 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
1747         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
1748         Test escaped commas in TZID (Bug#11473).
1749         (icalendar-import-with-timezone): New.
1750         (icalendar-real-world): Add new testcase as given in the bugreport
1751         of Bug#11473.
1753 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
1755         * automated/icalendar-tests.el (icalendar-tests--test-import):
1756         Include UID in import tests (Bug#11525).
1757         (icalendar-import-non-recurring, icalendar-import-rrule)
1758         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
1759         UID-import change.
1760         (icalendar-import-with-uid): New.
1761         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
1762         Include UID in cycle tests.
1763         (icalendar-cycle, icalendar-real-world): UID-import change.
1765 2012-05-21  Glenn Morris  <rgm@gnu.org>
1767         * automated/Makefile.in (setwins): Scrap superfluous subshell.
1769 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1771         * automated/url-util-tests.el: New file to test
1772         lisp/url/url-util.el.  Only `url-build-query-string' and
1773         `url-parse-query-string' are tested right now (Bug#8706).
1775 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * indent/shell.sh:
1778         * indent/shell.rc: Ad some test cases.
1780 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * indent/ruby.rb: New file, to test new syntax-propertize code.
1784 2012-04-11  Glenn Morris  <rgm@gnu.org>
1786         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
1788 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1790         * automated/url-future-tests.el (url-future-tests): Move from
1791         lisp/url/url-future.el and rename.
1793 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
1795         * automated/icalendar-tests.el (icalendar-import-non-recurring):
1796         Fix broken test, caused by missing trailing blank.
1798 2011-12-03  Chong Yidong  <cyd@gnu.org>
1800         * automated/compile-tests.el (compile-tests--test-regexps-data):
1801         Increase column numbers by one to reflect change in how
1802         compilation-message is recorded (Bug#10172).
1804 2011-11-22  Glenn Morris  <rgm@gnu.org>
1806         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
1808 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1810         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
1812 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1814         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
1815         (icalendar-tests--test-export, icalendar-tests--do-test-export):
1816         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
1818 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
1820         * automated/newsticker-tests.el
1821         (newsticker--group-manage-orphan-feeds): Remove fsetting of
1822         newsticker--treeview-tree-update.
1824 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
1826         * automated/newsticker-tests.el
1827         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
1829         * automated/newsticker-tests.el
1830         (newsticker--group-manage-orphan-feeds): Prevent updating
1831         newsticker treeview.  Fixed bug#9763.
1833 2011-10-20  Glenn Morris  <rgm@gnu.org>
1835         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
1837         * automated/vc-bzr.el: New file.
1839 2011-10-15  Glenn Morris  <rgm@gnu.org>
1841         * automated/f90.el: New file.
1843 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
1845         * automated/newsticker-tests.el: Move newsticker-testsuite.el
1846         to automated/newsticker-tests.el.  Convert to ERT.
1848 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
1850         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
1851         Remove, simply use string=.
1852         (icalendar--diarytime-to-isotime)
1853         (icalendar--datetime-to-diary-date)
1854         (icalendar--datestring-to-isodate)
1855         (icalendar--format-ical-event)
1856         (icalendar--parse-summary-and-rest)
1857         (icalendar-tests--do-test-import)
1858         (icalendar-tests--do-test-cycle): Change argument order of
1859         string= to EXPECTED ACTUAL.
1860         (icalendar--import-format-sample)
1861         (icalendar--format-ical-event)
1862         (icalendar-import-non-recurring)
1863         (icalendar-import-rrule)
1864         (icalendar-import-duration)
1865         (icalendar-import-bug-6766)
1866         (icalendar-real-world): Adjust to string= instead of
1867         icalendar-tests--compare-strings.
1868         (icalendar-import-multiple-vcalendars): New.
1870 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1872         * automated/gnus-tests.el: Add wrapper for Gnus tests.
1873         Require CL.
1875 2011-05-09  Juri Linkov  <juri@jurta.org>
1877         * automated/occur-tests.el: Move from test/occur-testsuite.el.
1878         Convert to ERT.
1880 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
1882         * automated/compile-tests.el: New file.
1884 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
1886         * automated/font-parse-tests.el: Don't byte-compile.
1888         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
1890 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * automated/lexbind-tests.el: New file.
1894 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1896         * Version 23.3 released.
1898 2011-03-05  Glenn Morris  <rgm@gnu.org>
1900         * eshell.el: Move here from lisp/eshell/esh-test.el.
1902 2011-03-03  Christian Ohler  <ohler@gnu.org>
1904         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
1905         New test.
1907 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
1909         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
1910         convert to ERT format.
1912 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
1914         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
1915         convert to ERT format.
1917 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * indent/shell.sh:
1920         * indent/shell.rc: New files.
1922 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
1924         * automated/font-parse-tests.el: Move from
1925         font-parse-testsuite.el.
1927 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
1929         * font-parse-testsuite.el (test-font-parse-data): New file.
1931 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * indent/prolog.prolog: Add tokenizing tests.
1935 2011-01-13  Christian Ohler  <ohler@gnu.org>
1937         * automated: New directory for automated tests.
1939         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
1941         * automated/Makefile.in: New file.
1943 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1945         * indent/modula2.mod: New file.
1947 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * indent/octave.m: Add a test to ensure indentation is local.
1951 2010-10-23  Glenn Morris  <rgm@gnu.org>
1953         * comint-testsuite.el
1954         (comint-testsuite--test-comint-password-prompt-regexp):
1955         Add "Please enter the password".  (Bug#7224)
1957 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * indent/prolog.prolog: Use normal spacing around !.
1961 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
1965 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * indent/octave.m: Remove some `fixindent' not needed any more.
1969 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1971         * indent/octave.m: New file.
1973 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
1975         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
1976         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
1977         (icalendar-testsuite--run-internal-tests): New.
1978         (icalendar-testsuite--test-convert-ordinary-to-ical)
1979         (icalendar-testsuite--test-convert-block-to-ical)
1980         (icalendar-testsuite--test-convert-anniversary-to-ical)
1981         (icalendar-testsuite--test-parse-vtimezone)
1982         (icalendar-testsuite--do-test-export): Code formatting.
1983         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
1984         (icalendar-testsuite--do-test-import)
1985         (icalendar-testsuite--do-test-cycle):
1986         Use icalendar-testsuite--compare-strings
1987         (icalendar-testsuite--run-import-tests): Comment added.
1988         (icalendar-testsuite--run-import-tests)
1989         (icalendar-testsuite--run-real-world-tests): Fix expected results.
1991 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
1993         * redisplay-testsuite.el (test-redisplay-3): New test.
1995 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
1997         * comint-testsuite.el: New file.
1999 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * indent: New dir.
2003 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2005         * Version 23.2 released.
2007 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2009         * cedet/semantic-ia-utest.el
2010         (semantic-symref-test-count-hits-in-tag): Add function, from
2011         semantic-test.el.
2013         * cedet/tests/test.cpp:
2014         * cedet/tests/test.py:
2015         * cedet/tests/teststruct.cpp:
2016         * cedet/tests/testtemplates.cpp:
2017         * cedet/tests/testusing.cpp:
2018         * cedet/tests/scopetest.cpp:
2019         * cedet/tests/scopetest.java: Files deleted.
2021         * cedet/tests/test.make:
2022         * cedet/tests/test.c:
2023         * cedet/tests/testjavacomp.java:
2024         * cedet/tests/testspp.c:
2025         * cedet/tests/testsppreplace.c:
2026         * cedet/tests/testsppreplaced.c:
2027         * cedet/tests/testsubclass.cpp:
2028         * cedet/tests/testsubclass.hh:
2029         * cedet/tests/testtypedefs.cpp:
2030         * cedet/tests/testvarnames.c:
2031         * cedet/tests/test.el:
2032         * cedet/tests/testdoublens.cpp:
2033         * cedet/tests/testdoublens.hpp: Add copyright header.
2035         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2036         Remove reference to deleted files.
2038 2010-03-30  Juri Linkov  <juri@jurta.org>
2040         * occur-testsuite.el (occur-tests): Add tests for context lines.
2042 2010-03-23  Juri Linkov  <juri@jurta.org>
2044         * occur-testsuite.el: New file.
2046 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2048         * Branch for 23.2.
2050 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2052         * icalendar-testsuite.el
2053         (icalendar-testsuite--run-function-tests): Add new tests.
2054         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2055         testcase.
2056         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2057         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2058         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2059         (icalendar-testsuite--test-convert-block-to-ical): New.
2060         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2061         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2063 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2065         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2066         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2067         Fix typos in docstrings and error messages.
2068         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2070 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2072         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2073         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2074         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2076 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2078         * icalendar-testsuite.el
2079         (icalendar-testsuite--run-function-tests):
2080         Add icalendar-testsuite--test-parse-vtimezone.
2081         (icalendar-testsuite--test-parse-vtimezone): New.
2082         (icalendar-testsuite--do-test-cycle): Doc changes.
2083         (icalendar-testsuite--run-real-world-tests): Remove trailing
2084         whitespace -- see change of icalendar--add-diary-entry in
2085         icalendar.el.
2086         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2088 2009-09-30  Glenn Morris  <rgm@gnu.org>
2090         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2092 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2094         * cedet/*: New unit tests, from CEDET repository.
2096 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2098         * redisplay-testsuite.el: New file.
2100 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2102         * Branch for 23.1.
2104 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2106         * icalendar-testsuite.el
2107         (icalendar-testsuite--run-function-tests):
2108         Add icalendar-testsuite--test-diarytime-to-isotime.
2109         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2110         recent icalendar fixes.
2111         (icalendar-testsuite--test-diarytime-to-isotime): New.
2112         (icalendar-testsuite--test-create-uid): Adjust to recent
2113         icalendar changes.
2115 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2117         * bytecomp-testsuite.el: New file.
2119 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2121         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2122         Add `icalendar-testsuite--test-create-uid'.
2123         (icalendar-testsuite--test-create-uid): New.
2125 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2127         * newsticker-testsuite.el: New file.
2129 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2131         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2132         Add icalendar-testsuite--test-datestring-to-isodate,
2133         icalendar-testsuite--test-datetime-to-diary-date, and
2134         icalendar-testsuite--test-calendar-style.
2135         (icalendar-testsuite--test-format-ical-event)
2136         (icalendar-testsuite--test-parse-summary-and-rest):
2137         Doc fix.  Remove european-calendar-style.
2138         (icalendar-testsuite--get-ical-event): Doc fix.
2139         (icalendar-testsuite--test-first-weekday-of-year)
2140         (icalendar-testsuite--run-cycle-tests): Add doc string.
2141         (icalendar-testsuite--test-datestring-to-isodate)
2142         (icalendar-testsuite--test-datetime-to-diary-date)
2143         (icalendar-testsuite--test-calendar-style): New functions.
2144         (icalendar-testsuite--test-export): Handle iso date style.
2145         New arg INPUT-ISO.  Use calendar-date-style.
2146         (icalendar-testsuite--test-import): Handle iso date style.
2147         New arg EXPECTED-ISO.  Use calendar-date-style.
2148         (icalendar-testsuite--test-cycle): Handle iso date style.
2149         (icalendar-testsuite--run-import-tests)
2150         (icalendar-testsuite--run-export-tests)
2151         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2153 2008-02-29  Glenn Morris  <rgm@gnu.org>
2155         * README: New file.
2157 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2159         * icalendar-testsuite.el: New file.
2161 ;; Local Variables:
2162 ;; coding: utf-8
2163 ;; End:
2165   Copyright (C) 2008-2014 Free Software Foundation, Inc.
2167   This file is part of GNU Emacs.
2169   GNU Emacs is free software: you can redistribute it and/or modify
2170   it under the terms of the GNU General Public License as published by
2171   the Free Software Foundation, either version 3 of the License, or
2172   (at your option) any later version.
2174   GNU Emacs is distributed in the hope that it will be useful,
2175   but WITHOUT ANY WARRANTY; without even the implied warranty of
2176   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2177   GNU General Public License for more details.
2179   You should have received a copy of the GNU General Public License
2180   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.