Make vc-test-svn03-working-revision pass
[emacs.git] / test / ChangeLog
blobe0d4eeb323a4822fc2f708cc59a6ea0740406948
1 2015-02-07  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/vc-tests.el (vc-test--working-revision): Fix
4         `vc-working-revision' checks to be compared against nil, which is
5         what is should return for unregistered files.
7 2015-02-06 Nicolas Petton <nicolas@petton.fr>
9         * automated/seq-tests.el: New tests for seq-mapcat, seq-partition
10         and seq-group-by.
12 2015-02-05  Artur Malabarba  <bruce.connor.am@gmail.com>
14         * automated/package-test.el (package-test-get-deps): Fix typo.
15         (package-test-sort-by-dependence): New test
17 2015-02-03  Artur Malabarba  <bruce.connor.am@gmail.com>
19         * automated/package-test.el (package-test-get-deps): New test.
21 2015-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Simplify.
25 2015-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27         * automated/core-elisp-tests.el (core-elisp-tests-3-backquote): New test.
29 2015-01-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
31         * automated/python-tests.el (python-indent-pep8-1)
32         (python-indent-pep8-2, python-indent-pep8-3)
33         (python-indent-after-comment-1, python-indent-after-comment-2)
34         (python-indent-inside-paren-1, python-indent-inside-paren-2)
35         (python-indent-after-block-1, python-indent-after-block-2)
36         (python-indent-after-backslash-1, python-indent-after-backslash-2)
37         (python-indent-after-backslash-3, python-indent-block-enders-1)
38         (python-indent-block-enders-2, python-indent-block-enders-3)
39         (python-indent-block-enders-4, python-indent-block-enders-5)
40         (python-indent-dedenters-1, python-indent-dedenters-2)
41         (python-indent-dedenters-3, python-indent-dedenters-4)
42         (python-indent-dedenters-5, python-indent-dedenters-6)
43         (python-indent-dedenters-7, python-indent-dedenters-8): Fix tests.
44         (python-indent-base-case, python-indent-after-block-3)
45         (python-indent-after-backslash-5, python-indent-inside-paren-3)
46         (python-indent-inside-paren-4, python-indent-inside-paren-5)
47         (python-indent-inside-paren-6, python-indent-inside-string-1)
48         (python-indent-inside-string-2, python-indent-inside-string-3)
49         (python-indent-dedent-line-backspace-1): New Tests.
51 2015-01-28  Glenn Morris  <rgm@gnu.org>
53         * automated/regexp-tests.el: Require regexp-opt, which is
54         not preloaded --without-x.
56 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * automated/cl-generic-tests.el: Try and make sure cl-lib is not
59         required at run-time.
61 2015-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * automated/cl-generic-tests.el (cl-generic-test-11-next-method-p):
64         New test.
66 2015-01-25  Paul Eggert  <eggert@cs.ucla.edu>
68         * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
69         This is more portable in shell scripts.
70         Fixes: bug#19658
72 2015-01-23  Dmitry Gutov  <dgutov@yandex.ru>
74         Fix package tests when TMPDIR is in HOME.  (Bug#19657)
75         * automated/package-test.el (with-package-test):
76         Bind `abbreviated-home-dir' to nil.
77         (package-test-describe-package, package-test-signed):
78         Expect abbreviated directory names.
80 2015-01-22  Jorgen Schaefer  <contact@jorgenschaefer.de>
82         * automated/package-test.el (package-test-install-prioritized):
83         Re-add the test case and add priority to the correct repository
84         this time around.
86 2015-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
88         * automated/cl-generic-tests.el (setf cl--generic-2): Make sure
89         the setf can be used already in the body of the method.
91 2015-01-20  Jorgen Schaefer  <contact@jorgenschaefer.de>
93         * automated/package-test.el (package-test-install-prioritized):
94         Remove test due to unreproducible failures.
96 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
98         * automated/descr-text-test.el: New file with tests for
99         `describe-char-eldoc--truncate', `describe-char-eldoc--format',
100         and `describe-char-eldoc'.
102 2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
104         * automated/tildify-tests.el (tildify-space-undo-test--test):
105         A new helper function for testing `tildify-double-space-undos'
106         behaviour in the `tildify-space' function.
107         (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
108         (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
109         New tests for `tildify-doule-space-undos' behaviour.
111         * automated/tildify-tests.el (tildify-space-test--test):
112         A new helper function for testing `tildify-space' function.
113         (tildify-space-test-html, tildify-space-test-html-nbsp)
114         (tildify-space-test-xml, tildify-space-test-tex): New tests for
115         `tildify-space' function.
117 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * automated/Makefile.in (EMACS_EXTRAOPT): New var.
120         (EMACSOPT): Use it.
122         * automated/cl-generic-tests.el (cl-generic-test-10-weird): New test.
123         Rename other tests to preserve ordering.
125 2015-01-18  Leo Liu  <sdl.web@gmail.com>
127         * automated/seq-tests.el (test-seq-subseq): Add more tests.
128         (Bug#19434)
130 2015-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
133         Test `subclass' specializer.
135 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * automated/eieio-tests.el
138         (eieio-test-37-obsolete-name-in-constructor): New test.
140 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * automated/eieio-tests.el (eieio-test-25-slot-tests)
143         (eieio-test-26-default-inheritance, eieio-test-28-slot-protection)
144         (eieio-test-30-slot-attribute-override)
145         (eieio-test-31-slot-attribute-override-class-allocation): Don't check
146         that we enforce :protection since we don't any more.
148         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
149         Use an explicit arg instead of eieio--scoped-class.  Update all callers.
151 2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * automated/eieio-test-methodinvoke.el (eieio-test-cl-generic-1):
154         Reset eieio-test--1.
156         * automated/cl-generic-tests.el (cl-generic-test-8-after/before):
157         Rename from cl-generic-test-7-after/before.
158         (cl--generic-test-advice): New function.
159         (cl-generic-test-9-advice): New test.
161 2015-01-16  Jorgen Schaefer  <contact@jorgenschaefer.de>
163         * automated/package-test.el (package-test-install-prioritized):
164         New test.
166 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
168         * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
169         New functions.
170         (test-calc-remove-units, test-calc-extract-units)
171         (test-calc-convert-units): New tests.
173 2015-01-15  Wolfgang Jenkner  <wjenkner@inode.at>
175         * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
177 2015-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
179         * automated/eieio-test-methodinvoke.el (eieio-test-method-store): Add
180         keysym arg instead of relying on internal var eieio--generic-call-key.
181         Update all callers.
182         (eieio-test-cl-generic-1): New tests.
184 2015-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
186         * automated/cl-generic-tests.el: New file.
188 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * automated/eieio-tests.el (eieio-test-23-inheritance-check): Don't use
191         <foo>-child-p.
193         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
194         Update reference to eieio--generic-call-key.
196 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * automated/eieio-tests.el: Use cl-lib.  Don't use <class> as a variable.
199         Don't use <class>-list types and <class>-list-p predicates.
201         * automated/eieio-test-persist.el (persistent-with-objs-list-slot):
202         Don't use <class>-list type.
204         * automated/eieio-test-methodinvoke.el
205         (eieio-test-method-order-list-4):
206         Don't use <class> as a variable.
208 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * automated/eieio-tests.el (eieio-test-04-static-method)
211         (eieio-test-05-static-method-2): Use oref-default to access
212         class slots.
213         (eieio-test-23-inheritance-check): Don't assume that
214         eieio-class-parents returns class names, or that a class can only have
215         a single name.
217         * automated/eieio-test-persist.el (eieio--attribute-to-initarg):
218         Move from eieio-core.el.  Rename from eieio-attribute-to-initarg.
219         Change arg to be a class object.  Update all callers.
221 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
224         Adjust to new semantics of eieio--scoped-class.
225         (eieio-test-match): Improve error feedback.
227 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * automated/eieio-tests.el: Remove dummy object names.
231         * automated/eieio-test-persist.el (persistent-with-objs-slot-subs):
232         The type FOO-child is the same as FOO.
234 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * automated/eieio-test-methodinvoke.el (eieio-test-method-store):
237         Remove use of eieio-generic-call-methodname.
238         (eieio-test-method-order-list-3, eieio-test-method-order-list-6)
239         (eieio-test-method-order-list-7, eieio-test-method-order-list-8):
240         Adjust the expected result accordingly.
242 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
244         * automated/tramp-tests.el (tramp--test-smb-or-windows-nt-p):
245         New defun.
246         (tramp-test30-special-characters): Use it.  (Bug#19463)
247         (tramp--test-check-files): Filter nil file names out.
249 2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
251         Sync with Tramp 2.2.11.
253         * automated/tramp-tests.el (tramp-test30-special-characters):
254         Skip test on MS-Windows.
256 2014-12-27  Glenn Morris  <rgm@gnu.org>
258         * automated/let-alist.el: Load dependency.
260 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
262         * automated/python-tests.el
263         (python-shell-completion-native-interpreter-disabled-p-1): New test.
265 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
267         * automated/python-tests.el (python-shell-get-or-create-process-1)
268         (python-shell-get-or-create-process-2)
269         (python-shell-get-or-create-process-3): Remove tests.
271 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
273         * automated/python-tests.el (python-shell-buffer-substring-9): New test.
275 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
277         * automated/python-tests.el (python-shell-buffer-substring-1)
278         (python-shell-buffer-substring-2, python-shell-buffer-substring-3)
279         (python-shell-buffer-substring-4, python-shell-buffer-substring-5)
280         (python-shell-buffer-substring-6, python-shell-buffer-substring-7)
281         (python-shell-buffer-substring-8)
282         (python-info-encoding-from-cookie-1)
283         (python-info-encoding-from-cookie-2)
284         (python-info-encoding-from-cookie-3)
285         (python-info-encoding-from-cookie-4)
286         (python-info-encoding-from-cookie-5)
287         (python-info-encoding-from-cookie-6)
288         (python-info-encoding-from-cookie-7, python-info-encoding-1)
289         (python-info-encoding-2): New tests.
291 2014-12-27  Michael Albinus  <michael.albinus@gmx.de>
293         * automated/tramp-tests.el (tramp-test17-insert-directory): Do not
294         expect a given order of "." and "..".
296 2014-12-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
298         * automated/python-tests.el (python-indent-electric-colon-2)
299         (python-indent-electric-colon-3): New tests.
301 2014-12-27  João Távora  <joaotavora@gmail.com>
303         * automated/electric-tests.el (autowrapping-7): Tests for
304         tex-mode.
306 2014-12-27  Glenn Morris  <rgm@gnu.org>
308         * automated/flymake/warnpred/test.pl: Tweak format, since the
309         previous one seems to have stopped giving a warning with perl 5.20.1.
311 2014-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
313         * automated/python-tests.el (python-shell-get-process-name-1)
314         (python-shell-internal-get-process-name-1): Cleanup.
315         (python-shell-get-process-name-2)
316         (python-shell-internal-get-process-name-2): New tests.
317         (python-shell-calculate-command-1)
318         (python-shell-calculate-process-environment-3)
319         (python-shell-calculate-exec-path-2, python-shell-make-comint-1)
320         (python-shell-make-comint-2, python-shell-make-comint-4)
321         (python-shell-get-process-1, python-util-clone-local-variables-1):
322         Replace obsolete function and variable references with current.
324 2014-12-19  Artur Malabarba  <bruce.connor.am@gmail.com>
326         * automated/let-alist.el: require `cl-lib'
327         New tests for accessing alists inside alists.
329 2014-12-18  Artur Malabarba  <bruce.connor.am@gmail.com>
331         * automated/let-alist.el: New file.
333 2014-12-16  Nicolas Petton <petton.nicolas@gmail.com>
335         * automated/seq-tests.el: New file.
337 2014-12-16  Glenn Morris  <rgm@gnu.org>
339         * automated/data/flymake/Makefile (check-syntax):
340         Prevent colorized gcc output from confusing flymake.
342         * automated/flymake-tests.el (flymake-tests-data-directory):
343         Change from flymake/warnpred to more standard data/flymake.
344         * automated/flymake/warnpred/: Rename to automated/data/flymake/.
346 2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
348         * automated/vc-tests.el (vc-test--revision-granularity-function):
349         New defun.
350         (vc-test--create-repo-function): Rename from
351         `vc-test--create-repo-if-not-supported'.  Adapt all callees.
352         (vc-test--create-repo): Check also for revision-granularity.
353         (vc-test--unregister-function): Additional argument FILE.
354         Adapt all callees.
355         (vc-test--working-revision): New defun.
356         (vc-test-*-working-revision): New tests.
358 2014-12-10  Michael Albinus  <michael.albinus@gmx.de>
360         * automated/vc-tests.el (vc-test--register): Check, that the file
361         still exists after register and unregister operations.
363 2014-12-06  Michael Albinus  <michael.albinus@gmx.de>
365         * automated/vc-tests.el: New file.
367 2014-12-03  Michael Albinus  <michael.albinus@gmx.de>
369         * automated/tramp-tests.el (tramp-test29-vc-registered):
370         Fallback for changed `vc-register' argument list.
372 2014-12-03  Glenn Morris  <rgm@gnu.org>
374         * automated/tramp-tests.el (tramp-test29-vc-registered):
375         Update for recent incompatible change in vc-register.
377 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
379         * automated/python-tests.el
380         (python-shell-calculate-process-environment-4)
381         (python-shell-calculate-process-environment-5): New tests.
382         (python-shell-make-comint-3): Use file-equal-p.
383         (python-shell-get-or-create-process-1)
384         (python-shell-get-or-create-process-2)
385         (python-shell-get-or-create-process-3): Fix interpreter for
386         Windows (Bug#18595).
388 2014-11-21  Ulf Jasper  <ulf.jasper@web.de>
390         * automated/libxml-tests.el
391         (libxml-tests--data-comments-preserved): Rename from
392         'libxml-tests--data'.
393         (libxml-tests--data-comments-discarded): New.
394         (libxml-tests): Check whether 'libxml-parse-xml-region' is
395         discarding comments correctly.
397 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
399         * automated/tildify-tests.el (tildify-test-html, tildify-test-xml):
400         HTML and XML now use no-break space as hard space.  Update tests.
401         (tildify-test-foreach-ignore-environments)
402         (tildify-test-foreach-ignore-environments-early-return,
403         (tildify-test-foreach-region)
404         (tildify-test-foreach-region-early-return)
405         (tildify-test-foreach-region-limit-region): New tests of
406         `tildify-foreach-ignore-environments' and
407         `tildify--foreach-region' functions.
408         (with-test-foreach): New helper macro for the above tests.
410 2014-11-17  Glenn Morris  <rgm@gnu.org>
412         * automated/occur-tests.el (occur-test-case, occur-test-create):
413         In case of failure, show the actual string, rather than just nil.
414         (occur-tests): Update for apparent change in output re control-chars.
416 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
418         * automated/icalendar-tests.el (icalendar-tests--test-export):
419         New optional parameter `alarms'.
420         (icalendar-export-alarms): New test for exporting icalendar
421         alarms.
422         (icalendar-tests--test-cycle): Let `icalendar-export-alarms' be nil.
424 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
426         * automated/icalendar-tests.el (icalendar-tests--test-import):
427         Mention timezone in doc string.  Clean up.
428         (icalendar-real-world): Add another test case for no-dst
429         timezones.
431 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
433         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
434         Add testcase where offsets of standard time and daylight saving time
435         are equal.
436         (icalendar-real-world): Fix error in test case.  Expected result
437         was wrong when offsets of standard time and daylight saving time
438         were equal.
440 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
442         * automated/python-tests.el
443         (python-shell-calculate-process-environment-2): Fix test.
444         (python-shell-calculate-process-environment-1)
445         (python-shell-calculate-process-environment-3): Cleanup.
447 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
449         * automated/python-tests.el (python-indent-dedenters-8): New test
450         for Bug#18432.
452 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
454         * automated/python-tests.el (python-indent-region-1)
455         (python-indent-region-2, python-indent-region-3)
456         (python-indent-region-4, python-indent-region-5): New tests.
458 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * automated/bytecomp-tests.el (bytecomp-tests--warnings): New tests.
461         * automated/cl-lib-tests.el: Rename from cl-lib.el.
463 2014-10-28  Ulf Jasper  <ulf.jasper@web.de>
465         * automated/libxml-tests.el: New file.
467 2014-10-22  Noam Postavsky  <npostavs@users.sourceforget.net>
469         * automated/process-tests.el (process-test-quoted-batfile):
470         New test.
472 2014-10-20  Glenn Morris  <rgm@gnu.org>
474         * Merge in all changes up to 24.4 release.
476 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * indent/scss-mode.scss: New file.
479         * indent/css-mode.css: Add a few uneventful examples.
481 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
483         * BidiCharacterTest.txt: New file, from Unicode.
485         * biditest.el: New file.
487 2014-10-08  Leo Liu  <sdl.web@gmail.com>
489         * automated/print-tests.el: New file.
490         (terpri): Tests for terpri.  (Bug#18652)
492 2014-10-06  Glenn Morris  <rgm@gnu.org>
494         * automated/icalendar-tests.el (icalendar--calendar-style):
495         Remove test, no longer relevant.
497 2014-10-04  Glenn Morris  <rgm@gnu.org>
499         * automated/package-x-test.el: Remove file...
500         * automated/package-test.el: ... merge package-x-test.el.  (Bug#18574)
502 2014-10-02  Glenn Morris  <rgm@gnu.org>
504         * automated/package-test.el (with-package-test, package-test-signed):
505         Also set HOME to a temp value, in case the real one is absent (e.g.
506         hydra) or read-only.  (Bug#18575)
507         (package-test-signed): Use skip-unless rather than expected-result.
509 2014-09-26  Leo Liu  <sdl.web@gmail.com>
511         * automated/cl-lib.el (cl-digit-char-p, cl-parse-integer):
512         New tests.  (Bug#18557)
514 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
516         * automated/newsticker-tests.el
517         (newsticker--group-find-parent-group),
518         (newsticker--group-do-rename-group): New tests.
520 2014-09-09  Eli Zaretskii  <eliz@gnu.org>
522         * automated/fns-tests.el (fns-tests-collate-sort):
523         Bind w32-collate-ignore-punctuation to t when sorting according to
524         UTS#10 rules.
526 2014-09-07  Michael Albinus  <michael.albinus@gmx.de>
528         * automated/fns-tests.el (fns-tests--collate-enabled-p): New function.
529         (fns-tests-collate-strings, fns-tests-collate-sort): Use it.
531 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
533         * automated/fns-tests.el (fns-tests-compare-strings): In case
534         `compare-strings' shall return t, check for this.
535         (fns-tests-collate-strings, fns-tests-collate-sort): New tests.
537 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
539         * automated/python-tests.el (python-indent-electric-colon-1):
540         New test.  (Bug#18228)
542 2014-08-29  Dmitry Antipov  <dmantipov@yandex.ru>
544         * automated/fns-tests.el (fns-tests-sort): New test.
546 2014-08-28  Glenn Morris  <rgm@gnu.org>
548         * automated/python-tests.el (python-shell-calculate-exec-path-2):
549         Update test for today's python.el changes.
551 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
553         * automated/compile-tests.el (compile--test-error-line): Grok FILE
554         being nil.  Allows for Guile tests to pass.
555         (compile-tests--test-regexps-data): Add Guile tests.
557 2014-08-11  Glenn Morris  <rgm@gnu.org>
559         * automated/data/files-bug18141.el.gz: New file.
560         * automated/files.el (files-test-bug-18141-file):
561         New variable and test.  (Bug#18141)
563 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
565         Enumerate evaluated sexp diary entries (Bug#7911).
566         * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical)
567         (icalendar--convert-cyclic-to-ical, icalendar--convert-block-to-ical)
568         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
569         (icalendar--convert-ordinary-to-ical): Returns cons cell now.
570         (icalendar--convert-to-ical, icalendar--convert-sexp-to-ical):
571         New tests.
573 2014-08-07  Glenn Morris  <rgm@gnu.org>
575         * automated/Makefile.in (check-tar): Remove, hydra recipe does it now.
577 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
579         * automated/icalendar-tests.el (icalendar--convert-ordinary-to-ical)
580         (icalendar--diarytime-to-isotime): More testcases (Bug#13750).
582 2014-08-03  Glenn Morris  <rgm@gnu.org>
584         * automated/Makefile.in (check-tar): New rule.
586 2014-08-02  Glenn Morris  <rgm@gnu.org>
588         * automated/fns-tests.el (fns-tests-compare-strings):
589         Update test.  (Bug#17903)
591         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
592         Use more precise TZ specification, as per 2013-08-04.
594 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
596         * automated/icalendar-tests.el (icalendar--decode-isodatetime):
597         New test.
599 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
601         * automated/timer-tests.el (timer-tests-debug-timer-check): New test.
603 2014-07-26  Ulf Jasper  <ulf.jasper@web.de>
605         * automated/icalendar-tests.el (icalendar-tests--do-test-import):
606         Work around the failures in icalendar-tests which occasionally occur on
607         hydra.nixos.org.
609 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
611         * automated/python-tests.el:
612         (python-util-clone-local-variables-1): Fix test.
614         * automated/python-tests.el (python-shell-make-comint-1):
615         (python-shell-make-comint-2): Fix indentation.
616         (python-shell-make-comint-3)
617         (python-shell-make-comint-4): New tests.
618         (python-shell-get-or-create-process-1): Fix test.
619         (python-shell-get-or-create-process-2)
620         (python-shell-get-or-create-process-3): New tests.
621         (python-shell-internal-get-or-create-process-1): Fix test.
622         (python-shell-prompt-detect-1): New test.
623         (python-shell-prompt-detect-2): New test.  (Bug#17370)
624         (python-shell-prompt-detect-3)
625         (python-shell-prompt-detect-4)
626         (python-shell-prompt-detect-5)
627         (python-shell-prompt-detect-6)
628         (python-shell-prompt-validate-regexps-1)
629         (python-shell-prompt-validate-regexps-2)
630         (python-shell-prompt-validate-regexps-3)
631         (python-shell-prompt-validate-regexps-4)
632         (python-shell-prompt-validate-regexps-5)
633         (python-shell-prompt-validate-regexps-6)
634         (python-shell-prompt-validate-regexps-7)
635         (python-shell-prompt-set-calculated-regexps-1)
636         (python-shell-prompt-set-calculated-regexps-2)
637         (python-shell-prompt-set-calculated-regexps-3)
638         (python-shell-prompt-set-calculated-regexps-4)
639         (python-shell-prompt-set-calculated-regexps-5)
640         (python-shell-prompt-set-calculated-regexps-6)
641         (python-util-valid-regexp-p-1): New tests.
643 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * automated/advice-tests.el (advice-test-call-interactively): Make sure
646         the function's definition is fully restored at the end.
648 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
650         * automated/python-tests.el (python-indent-block-enders-1)
651         (python-indent-block-enders-2): Fix tests.
652         (python-indent-block-enders-3, python-indent-block-enders-4)
653         (python-indent-block-enders-5, python-indent-dedenters-1)
654         (python-indent-dedenters-2): Remove tests.
655         (python-indent-dedenters-1, python-indent-dedenters-2)
656         (python-indent-dedenters-3, python-indent-dedenters-4)
657         (python-indent-dedenters-5, python-indent-dedenters-6)
658         (python-indent-dedenters-7)
659         (python-info-dedenter-opening-block-position-1)
660         (python-info-dedenter-opening-block-position-2)
661         (python-info-dedenter-opening-block-position-3)
662         (python-info-dedenter-opening-block-positions-1)
663         (python-info-dedenter-opening-block-positions-2)
664         (python-info-dedenter-opening-block-positions-3)
665         (python-info-dedenter-opening-block-positions-4)
666         (python-info-dedenter-opening-block-positions-5)
667         (python-info-dedenter-opening-block-message-1)
668         (python-info-dedenter-opening-block-message-2)
669         (python-info-dedenter-opening-block-message-3)
670         (python-info-dedenter-opening-block-message-4)
671         (python-info-dedenter-opening-block-message-5)
672         (python-info-dedenter-statement-p-1)
673         (python-info-dedenter-statement-p-2)
674         (python-info-dedenter-statement-p-3)
675         (python-info-dedenter-statement-p-4)
676         (python-info-dedenter-statement-p-5): New tests.
678 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * indent/perl.perl: Add indentation pattern for hash-table entries.
682 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
684         * automated/dbus-tests.el (dbus-test02-register-service-session)
685         (dbus-test02-register-service-system): Fix docstring.
686         (dbus-test02-register-service-own-bus)
687         (dbus-test03-peer-interface): New tests.
689 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
691         * automated/python-tests.el (python-tests-self-insert): New function.
692         (python-triple-quote-pairing): Use it.
693         (python-parens-electric-indent-1): New test. (Bug#17658)
695 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
697         * automated/subr-x-tests.el: New file.
699 2014-06-29  Michael Albinus  <michael.albinus@gmx.de>
701         * automated/tramp-tests.el (tramp--instrument-test-case):
702         Print debug buffer in any case.
704 2014-06-28  Leo Liu  <sdl.web@gmail.com>
706         * automated/calc-tests.el: New file and add tests for math-bignum.
707         (Bug#17556)
709 2014-06-28  Michael Albinus  <michael.albinus@gmx.de>
711         * automated/dbus-tests.el (dbus--test-register-service)
712         (dbus-test02-register-service-session): Replace `dbus-ping' calls
713         by `dbus-list-known-names'.  (Bug#17858)
715 2014-06-28  Glenn Morris  <rgm@gnu.org>
717         * automated/Makefile.in (GDB): New variable.
718         (emacs): Use $GDB.  (Bug#15991)
720         * automated/Makefile.in (WRITE_LOG): New variable.
721         (%.log): Use WRITE_LOG.
722         (test_template): Disable logging.
724         * automated/Makefile.in (TESTS): New list of short PHONY aliases.
725         (test_template): New definition.  Apply to TESTS.
727 2014-06-27  Glenn Morris  <rgm@gnu.org>
729         * automated/Makefile.in (check-maybe): Rename from check.
730         (check): Re-run all the tests, every time.
731         (clean, mostlyclean): Also delete *.log~.
733 2014-06-26  Glenn Morris  <rgm@gnu.org>
735         * automated/package-x-test.el: Do not mess with load-path.
737         * automated/Makefile.in (%.log): If error, dump log to stdout.
739 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * automated/package-test.el (package-test-update-listing)
742         (package-test-update-archives, package-test-describe-package):
743         Adjust tests according to new package-list-unsigned.
745 2014-06-26  Glenn Morris  <rgm@gnu.org>
747         * automated/ert-tests.el (no-byte-compile): Set it.  (Bug#17851)
749         * automated/eieio-tests.el (no-byte-compile): Set it.  (Bug#17852)
751         * automated/Makefile.in: Simplify and parallelize.  (Bug#15991)
752         (XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
753         (setwins, compile-targets, compile-main, compile-clean): Remove.
754         (GREP_OPTIONS): Unexport.
755         (.el.elc): Replace with pattern rule.
756         (%.elc, %.log): New pattern rules.
757         (ELFILES, LOGFILES): New variables.
758         (check): Depend on LOGFILES.  Call ert-summarize-tests-batch-and-exit.
759         (clean, mostlyclean): New rules.
760         (bootstrap-clean): Simplify.
761         (bootstrap-clean, distclean): Depend on clean.
763 2014-06-25  Glenn Morris  <rgm@gnu.org>
765         * automated/flymake-tests.el (flymake-tests--current-face):
766         Sleep for longer.  Avoid querying.
768 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
770         * automated/fns-tests.el (fns-tests-compare-string): New test.
772 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
774         * automated/tramp-tests.el (tramp-test26-process-file): Extend test
775         according to Bug#17815.
777 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
779         * automated/python-tests.el (python-util-strip-string-1): New test.
781 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
783         Sync with Tramp 2.2.10.
785         * automated/tramp-tests.el (tramp--test-enabled): Ignore errors.
786         (tramp--instrument-test-case): Extend docstring.
787         (tramp-test15-copy-directory): Skip for tramp-smb.el.
788         (tramp-test21-file-links): Use `file-truename' for directories.
789         (tramp-test27-start-file-process, tramp-test28-shell-command):
790         Retrieve process output more robustly.
791         (tramp--test-check-files): Extend test.
792         (tramp-test30-special-characters): Skip for tramp-adb.el,
793         tramp-gvfs.el and tramp-smb.el.  Add further file names.
795 2014-06-13  Glenn Morris  <rgm@gnu.org>
797         * automated/Makefile.in (compile-main):
798         GNU make automatically passes command-line arguments to sub-makes.
800 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
802         * automated/tildify-tests.el (tildify-test--test): Optimize the test
803         slightly by reusing the same temporary buffer across multiple test
804         cases.
806         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug)
807         (tildify-test-find-env-group-index-bug): Update to support new
808         signature of the `tildify-foreach-region-outside-env' function.
809         Namely, it now takes pairs as an argument instead of looking it up in
810         `tildify-ignored-environments-alist'.
812         * automated/tildify-tests.el (tildify-test--example-html): Add support
813         for generating XML code, so that…
814         (tildify-test-xml) …test can be added to check handling of XML
815         documents.
817         * automated/tildify-tests.el (tildify-test-find-env-group-index-bug):
818         New test checking end-regex building when multiple environment pairs
819         use integers to refer to capture groups.
821         * automated/tildify-tests.el (tildify-test-find-env-end-re-bug): New
822         test checking end-regex building in `tildify-find-env' function when
823         integers (denoting capture groups) and strings are mixed together.
825 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
827         * automated/tramp-tests.el (tramp-remote-process-environment): Declare.
828         (tramp-test29-vc-registered): Set $BZR_HOME.  Remove instrumentation.
830 2014-06-01  Michael Albinus  <michael.albinus@gmx.de>
832         * automated/tramp-tests.el (tramp-test29-vc-registered):
833         Instrument failed test case.
835 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * automated/ruby-mode-tests.el (ruby-assert-face): Use font-lock-ensure.
838         (ruby-interpolation-keeps-non-quote-syntax): Use syntax-propertize.
840 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
842         * automated/tildify-tests.el: New file.
844 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * indent/ruby.rb: Add one more test.
848         * indent/ps-mode.ps: New file.
850         * indent/octave.m: Add a few more tests.
852         * automated/core-elisp-tests.el
853         (core-elisp-test-window-configurations): New test.
855 2014-05-26  Glenn Morris  <rgm@gnu.org>
857         * automated/package-test.el (package-test-install-single):
858         Update for changed output.
860 2014-05-22  Glenn Morris  <rgm@gnu.org>
862         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
863         Fix handling of temporary elc files.
865         * automated/fns-tests.el (fns-tests-nreverse):
866         Update for changed string behavior.
868 2014-05-15  Dmitry Antipov  <dmantipov@yandex.ru>
870         * automated/fns-tests.el: New file.
871         * automated/fns-tests.el (fns-tests-nreverse)
872         (fns-tests-nreverse-bool-vector): New tests.
874 2014-05-08  Glenn Morris  <rgm@gnu.org>
876         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
877         (vc-bzr-test-faulty-bzr-autoloads):
878         Give bzr a temporary home-directory, in case the real one is missing.
880 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
882         * automated/ruby-mode-tests.el (ruby-interpolation-after-dollar-sign):
883         New test.
885 2014-05-08  Glenn Morris  <rgm@gnu.org>
887         * automated/help-fns.el: New file.
889 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
891         * automated/undo-tests.el (undo-test-region-deletion): New test to
892         demonstrate bug#17235.
893         (undo-test-region-example): New test to verify example given in
894         comments for undo-make-selective-list.
896 2014-04-25  Michael Albinus  <michael.albinus@gmx.de>
898         * automated/tramp-tests.el (top):
899         * automated/file-notify-tests.el (top): Do not disable interactive
900         passwords in batch mode.
901         (password-cache-expiry): Set to nil.
903         * automated/file-notify-tests.el
904         (file-notify-test-remote-temporary-file-directory):
905         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
906         Use a mock-up method as default.
907         (tramp-test00-availability): Print the used directory name.
908         (tramp-test33-recursive-load): Fix typo.
910 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
912         * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
913         (tramp-test30-special-characters): Remove test for backslash.
915 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
917         * automated/tramp-tests.el
918         (tramp-test19-directory-files-and-attributes)
919         (tramp-test22-file-times): Check for `file-attributes' equality
920         only if there is a usable timestamp.
921         (tramp--test-check-files): Do not use `copy-sequence'.
923 2014-04-22  Daniel Colascione  <dancol@dancol.org>
925         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
926         Add compile flag.
927         (test-byte-comp-macro-expansion)
928         (test-byte-comp-macro-expansion-eval-and-compile)
929         (test-byte-comp-macro-expansion-eval-when-compile)
930         (test-byte-comp-macro-expand-lexical-override): Use it.
931         (test-eager-load-macro-expansion)
932         (test-eager-load-macro-expansion-eval-and-compile)
933         (test-eager-load-macro-expansion-eval-when-compile)
934         (test-eager-load-macro-expand-lexical-override): New tests.
936         * automated/cl-lib.el (cl-lib-struct-accessors): Fix test to
937         account for removal of `cl-struct-set-slot-value'. Also, move
938         the defstruct to top level.
940 2014-04-21  Daniel Colascione  <dancol@dancol.org>
942         * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
943         New function.
944         (test-byte-comp-macro-expansion)
945         (test-byte-comp-macro-expansion-eval-and-compile)
946         (test-byte-comp-macro-expansion-eval-when-compile)
947         (test-byte-comp-macro-expand-lexical-override): New tests.
949         * automated/cl-lib.el (cl-loop-destructuring-with): New test.
950         (cl-the): Fix cl-the test.
952 2014-04-20  Daniel Colascione  <dancol@dancol.org>
954         * automated/cl-lib.el (cl-lib-struct-accessors,cl-the): New tests.
956 2014-04-19  Michael Albinus  <michael.albinus@gmx.de>
958         * automated/tramp-tests.el (tramp--test-check-files): Extend test.
959         (tramp-test31-utf8): Let-bind also `file-name-coding-system'.
961 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
963         * automated/tramp-tests.el (tramp-copy-size-limit): Set to nil.
964         (tramp--test-make-temp-name): Optional argument LOCAL.
965         (tramp--instrument-test-case): Show messages.  Catch also `quit'.
966         (tramp-test10-write-region): No special test for out-of-band copy
967         needed anymore.
968         (tramp-test11-copy-file, tramp-test12-rename-file)
969         (tramp-test21-file-links): Extend tests.
970         (tramp-test20-file-modes): More robust check for user "root".
971         (tramp--test-check-files): New defun.
972         (tramp-test30-special-characters, tramp-test33-recursive-load)
973         (tramp-test34-unload): New tests.
974         (tramp-test31-utf8, tramp-test32-asynchronous-requests):  Rename.
976 2014-04-11  Glenn Morris  <rgm@gnu.org>
978         * automated/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
980 2014-04-11  Paul Eggert  <eggert@cs.ucla.edu>
982         * automated/electric-tests.el: Fix spelling error in test name.
983         (whitespace-skipping-for-quotes-not-outside):
984         Rename from whitespace-skipping-for-quotes-not-ouside.
986 2014-04-09  Daniel Colascione  <dancol@dancol.org>
988         * automated/syntax-tests.el: New file.
990 2014-04-09  Glenn Morris  <rgm@gnu.org>
992         * automated/python-tests.el (python-triple-quote-pairing):
993         Enable/disable electric-pair-mode as needed.
995         * automated/electric-tests.el (electric-pair-backspace-1):
996         Replace deleted function.
998 2014-04-07  João Távora  <joaotavora@gmail.com>
1000         * automated/python-tests.el (python-triple-quote-pairing): New test.
1001         (python-syntax-after-python-backspace): New test.
1003         * automated/electric-tests.el (electric-pair-define-test-form):
1004         More readable test docstrings.
1005         (whitespace-skipping-for-quotes-not-ouside)
1006         (whitespace-skipping-for-quotes-only-inside)
1007         (whitespace-skipping-quotes-not-without-proper-syntax): New tests.
1009 2014-04-04  João Távora  <joaotavora@gmail.com>
1011         * automated/electric-tests.el (define-electric-pair-test):
1012         Don't overtest.
1013         (inhibit-in-mismatched-string-inside-ruby-comments): New test.
1014         (inhibit-in-mismatched-string-inside-c-comments): New test.
1016 2014-04-02  João Távora  <joaotavora@gmail.com>
1018         * automated/electric-tests.el (inhibit-if-strings-mismatched):
1019         New test, change from `inhibit-only-of-next-is-mismatched'.
1021 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
1023         * automated/undo-tests.el (undo-test-marker-adjustment-nominal):
1024         (undo-test-region-t-marker): New tests of marker adjustments.
1025         (undo-test-marker-adjustment-moved):
1026         (undo-test-region-mark-adjustment): New tests to demonstrate
1027         bug#16818, which fail without the fix.
1029 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1031         * automated/package-test.el (package-test-describe-package):
1032         Fix test failure in non-graphical mode.
1034 2014-03-23  Daniel Colascione  <dancol@dancol.org>
1036         * automated/subword-tests.el (subword-tests2): More subword tests.
1038         * automated/cl-lib.el (cl-lib-keyword-names-versus-values):
1039         New test: correct parsing of keyword arguments.
1041 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
1043         * automated/package-test.el (package-test-describe-package):
1044         Check for the "Keywords: " line.
1046         * automated/data/package/archive-contents: Include the :keywords
1047         field in `simple-single' data form.
1049 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
1051         * automated/package-test.el
1052         (package-test-install-two-dependencies): New test (bug#16826).
1054         * automated/data/package/simple-two-depend-1.1.el: New file.
1056         * automated/data/package/archive-contents:
1057         Add info about the new package.
1059 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1061         * automated/tramp-tests.el (tramp-copy-size-limit): Declare.
1062         (tramp-test10-write-region): Extend for out-of-band copy.
1063         (tramp-test31-asynchronous-requests): New test.
1065 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1067         * automated/undo-tests.el (undo-test-in-region-not-most-recent):
1068         Add new test of undo in region.
1069         (undo-test-in-region-eob): Add test case described at
1070         http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411
1072 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1074         * automated/tramp-tests.el (tramp--test-enabled)
1075         (tramp-test15-copy-directory): No special handling of tramp-adb.el
1076         anymore.  It's fixed in that package.
1078 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1080         * automated/tramp-tests.el (tramp--test-enabled): Move connection
1081         cleanup into this function.  Remove respective code from all test
1082         cases.
1083         (tramp--instrument-test-case): Declare `indent' and `debug'.
1084         Handle other errors as well.
1085         (tramp-test14-delete-directory): Check for `file-error' error.
1086         (tramp-test15-copy-directory): Ignore return value of
1087         `copy-directory'.  It's too much hassle to handle it for tramp-adb.el.
1088         (tramp-test19-directory-files-and-attributes): Take care of
1089         timestamp of "../".
1090         (tramp-test20-file-modes, tramp-test27-start-file-process)
1091         (tramp-test28-shell-command): Skip for tramp-adb.el.
1092         (tramp-test21-file-links): `file-truename' shall preserve trailing
1093         link of directories.
1094         (tramp-test22-file-times): Skip if `set-file-times' returns nil.
1095         (tramp-test26-process-file, tramp-test28-shell-command): Let-bind
1096         `kill-buffer-query-functions' to nil.
1097         (tramp-test28-shell-command): Run `async-shell-command' with timeouts.
1099 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1101         * automated/tramp-tests.el
1102         (tramp-test19-directory-files-and-attributes): Do not include
1103         directories in comparison; they might have changed their
1104         timestamps already.
1106 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1108         * automated/tramp-tests.el (tramp--instrument-test-case): New macro.
1109         (tramp-test17-insert-directory): First line could contain more
1110         text, when produced by `ls-lisp'.
1111         (tramp-test19-directory-files-and-attributes): Instrument failed
1112         test case.
1114 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1116         * automated/tramp-tests.el (tramp-test17-insert-directory):
1117         Make first line "total 123" optional.
1118         (tramp-test20-file-modes, tramp-test22-file-times)
1119         (tramp-test26-process-file, tramp-test27-start-file-process)
1120         (tramp-test28-shell-command): Skip for tramp-gvfs.el and
1121         tramp-smb.el.
1122         (tramp-test20-file-modes): Check for "root" only when there is an
1123         explicit user name.
1124         (tramp-test21-file-links): Handle "... not supported" error.
1125         (tramp-test22-file-times): Skip for "don't know" return values.
1126         (tramp-test26-process-file, tramp-test28-shell-command):
1127         Remove color escape sequences.
1128         (tramp-test28-shell-command): Use `accept-process-output' rather
1129         than `sit-for'.
1130         (tramp-test30-utf8): Set coding system `utf-8'.
1132 2014-02-17  Michael Albinus  <michael.albinus@gmx.de>
1134         * automated/tramp-tests.el (tramp-test28-shell-command):
1135         Perform an initial `sit-for' prior the while loop.
1137 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1139         Sync with Tramp 2.2.9.
1141         * automated/tramp-tests.el (password-cache-expiry): Set to nil.
1142         (tramp-test28-shell-command): Make a while loop when waiting for
1143         process exit.
1145 2014-02-11  Michael Albinus  <michael.albinus@gmx.de>
1147         * automated/tramp-tests.el (top): Require `vc', `vc-bzr', `vc-git'
1148         and `vc-hg'.  Declare `tramp-find-executable' and
1149         `tramp-get-remote-path'.
1150         (tramp-test29-vc-registered): New test.
1151         (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
1153 2014-02-07  Michael Albinus  <michael.albinus@gmx.de>
1155         * automated/tramp-tests.el (tramp-test26-process-file): Improve test.
1156         (tramp-test27-start-file-process): Use "_p" as argument of lambda.
1157         (tramp-test28-shell-command): Improve `shell-command' test.
1158         Add `async-shell-command' tests.
1160 2014-02-04  Michael Albinus  <michael.albinus@gmx.de>
1162         * automated/file-notify-tests.el (file-notify--wait-for-events):
1163         Use `read-event' instead of `sit-for'.
1164         (file-notify-test02-events): Remove expected result, the bug is
1165         fixed meanwhile.
1166         (file-notify-test02-events, file-notify-test03-autorevert):
1167         Use `sleep-for' instead of `sit-for'.
1169 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1171         * automated/ruby-mode-tests.el (ruby-align-chained-calls):
1172         New test.
1174 2014-01-27  Michael Albinus  <michael.albinus@gmx.de>
1176         * automated/file-notify-tests.el (file-notify--deftest-remote):
1177         Do not skip when the local test has failed.  They are unrelated.
1178         (file-notify--wait-for-events): Use `sit-for'.  Let-bind
1179         `noninteractive' to nil, otherwise `sit-for' could be degraded to
1180         `sleep-for'.
1181         (file-notify-test02-events): Check for `file-remote-p' instead of
1182         `file-notify--test-remote-enabled'.
1184 2014-01-26  Michael Albinus  <michael.albinus@gmx.de>
1186         * automated/file-notify-tests.el (file-notify-test02-events):
1187         Let test case fail for Bug#16519.
1189 2014-01-22  Michael Albinus  <michael.albinus@gmx.de>
1191         * automated/file-notify-tests.el (file-notify-test02-events):
1192         Hide Bug#16519, until it is solved.
1194 2014-01-21  Michael Albinus  <michael.albinus@gmx.de>
1196         * automated/file-notify-tests.el
1197         (file-notify--test-local-enabled): Fix error in logic.
1198         (file-notify--wait-for-events): New defmacro.
1199         (file-notify-test02-events): Make short breaks between file operations.
1200         Use `file-notify--wait-for-events'.  Check, that events have arrived.
1201         (file-notify-test03-autorevert): Use `file-notify--wait-for-events'.
1203         * automated/comint-testsuite.el
1204         (comint-testsuite-password-strings): Add localized examples.
1206 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1208         * automated/inotify-test.el (inotify-file-watch-simple): Skip test
1209         case if inotify is not linked with Emacs.  Use `read-event' rather
1210         than `sit-for' in order to process events.  (Bug#13662)
1212 2014-01-13  Michael Albinus  <michael.albinus@gmx.de>
1214         * automated/ert-tests.el (ert-test-record-backtrace):
1215         Reenable test case with adapted test string.  (Bug#13064)
1217 2013-12-28  Glenn Morris  <rgm@gnu.org>
1219         * automated/electric-tests.el: Require 'elec-pair.
1221 2013-12-26  João Távora  <joaotavora@gmail.com>
1223         * automated/electric-tests.el (electric-pair-test-for):
1224         Fix autowrapping tests in batch-mode by running with
1225         `transient-mark-mode' set to `lambda'.
1227         * automated/electric-tests.el: New file.
1229 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1231         * automated/python-tests.el
1232         (python-nav-lisp-forward-sexp-safe-1): Remove test.
1233         (python-nav-forward-sexp-safe-1): New test.
1235 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1237         * automated/ruby-mode-tests.el: Add tests for
1238         `ruby-align-to-stmt-keywords'.
1240         * indent/ruby.rb: Update examples to reflect the lack of change in
1241         default indentation of `begin' blocks.
1243 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1245         * indent/ruby.rb: Update examples according to the change
1246         in `smie-indent-close'.
1248 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1250         * indent/ruby.rb: New examples.
1252 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1254         * automated/python-tests.el (python-indent-dedenters-2): New test.
1256 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1258         * automated/python-tests.el (python-indent-after-comment-1)
1259         (python-indent-after-comment-2): New tests.
1261 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>
1263         * automated/python-tests.el (python-indent-block-enders-1):
1264         Rename from python-indent-block-enders.
1265         (python-indent-block-enders-2): New test.
1267 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1269         * indent/js.js: New file.
1271 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1273         * automated/dbus-tests.el: New file.
1275 2013-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * automated/regexp-tests.el: New file.
1279 2013-11-29  Eli Zaretskii  <eliz@gnu.org>
1281         * automated/reftex-tests.el (reftex-parse-from-file-test):
1282         Run temp-dir through file-truename, to make sure the temporary file
1283         names are comparable as strings.
1285         * automated/decoder-tests.el (ert-test-decoder-prefer-utf-8):
1286         Force Unix EOLs by using 'utf-8-unix', since the default of
1287         'utf-8' is system-dependent, while the test expects to see Unix EOLs.
1289 2013-11-28  Glenn Morris  <rgm@gnu.org>
1291         * automated/Makefile.in (SEPCHAR): Use in place of PATH_SEP.
1293 2013-11-28  Eli Zaretskii  <eliz@gnu.org>
1295         * automated/Makefile.in (PATH_SEP): Set this instead of PATH_SEPARATOR.
1296         (EMACSOPT): Use $(PATH_SEP).
1298 2013-11-28  Michael Albinus  <michael.albinus@gmx.de>
1300         * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
1301         Set to nil.
1303 2013-11-27  Michael Albinus  <michael.albinus@gmx.de>
1305         * automated/file-notify-tests.el
1306         (file-notify-test-remote-temporary-file-directory):
1307         Check $REMOTE_TEMPORARY_FILE_DIRECTORY.
1308         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1309         (file-notify--deftest-remote): Cleanup connection initially.
1310         (file-notify-test03-autorevert): Run also in batch mode.  Use a
1311         larger timeout for remote files.  `sit-for' 1 second; 0.1 second
1312         does not work on MS Windows.  Call `accept-process-output' for
1313         remote files.  Apply `string-match' instead of `string-equal', the
1314         messages are different on MS Windows.
1316         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1317         Use $REMOTE_TEMPORARY_FILE_DIRECTORY.
1318         (tramp-read-passwd): Check $REMOTE_ALLOW_PASSWORD.
1320 2013-11-23  Glenn Morris  <rgm@gnu.org>
1322         * automated/python-tests.el (python-shell-make-comint-1)
1323         (python-shell-make-comint-2, python-shell-get-process-1):
1324         Suppress creation of some temp-files.
1326         * automated/python-tests.el (python-shell-parse-command-1)
1327         (python-shell-make-comint-1, python-shell-make-comint-2)
1328         (python-shell-get-process-1)
1329         (python-shell-internal-get-or-create-process-1):
1330         Skip rather than fail if prereqs not found.
1332         * automated/Makefile.in (emacs):
1333         Empty EMACSLOADPATH rather than unsetting.
1335 2013-11-22  Glenn Morris  <rgm@gnu.org>
1337         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1338         Set expected-result.
1340 2013-11-21  Glenn Morris  <rgm@gnu.org>
1342         * automated/Makefile.in (XARGS_LIMIT): New, set by configure.
1343         (compile-main): Pass XARGS_LIMIT to xargs.
1345         * automated/Makefile.in (PATH_SEPARATOR): New, set by configure.
1346         (EMACSOPT): Use PATH_SEPARATOR.
1348 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1350         * automated/ruby-mode-tests.el (ruby-exit!-font-lock):
1351         Add a failing test for Bug#15874.
1352         (ruby--insert-coding-comment-ruby-style)
1353         (ruby--insert-coding-comment-emacs-style)
1354         (ruby--insert-coding-comment-custom-style):
1355         Add a few tests for `ruby--insert-coding-comment'.
1357 2013-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1359         Improve API of recently-added bool vector functions (Bug#15912).
1360         * automated/data-tests.el: Adjust to API changes.
1362 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1364         * automated/tramp-tests.el (tramp-test07-file-exists-p)
1365         (tramp-test08-file-local-copy)
1366         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1367         (tramp-test11-copy-file, tramp-test12-rename-file)
1368         (tramp-test13-make-directory, tramp-test14-delete-directory)
1369         (tramp-test15-copy-directory, tramp-test16-directory-files)
1370         (tramp-test17-insert-directory, tramp-test18-file-attributes)
1371         (tramp-test19-directory-files-and-attributes)
1372         (tramp-test20-file-modes, tramp-test21-file-links)
1373         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1374         (tramp-test24-file-name-completion, tramp-test25-load)
1375         (tramp-test26-process-file, tramp-test27-start-file-process)
1376         (tramp-test28-shell-command): Cleanup connection initially.
1378 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1380         * automated/tramp-tests.el (tramp-test29-utf8): Cleanup the
1381         connection before running the test.
1383 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1385         * automated/tramp-tests.el (tramp-test15-copy-directory)
1386         (tramp-test16-directory-files, tramp-test17-insert-directory)
1387         (tramp-test18-file-attributes)
1388         (tramp-test19-directory-files-and-attributes)
1389         (tramp-test20-file-modes, tramp-test21-file-links)
1390         (tramp-test22-file-times, tramp-test23-visited-file-modtime)
1391         (tramp-test24-file-name-completion, tramp-test25-load)
1392         (tramp-test26-process-file, tramp-test27-start-file-process)
1393         (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
1394         (tramp-test29-utf8): New test.
1396 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1398         * automated/file-notify-tests.el (file-notify-test02-events)
1399         (file-notify-test03-autorevert): Suppress messages in `write-region'.
1401         * automated/tramp-tests.el (tramp-test02-file-name-dissect)
1402         (tramp-test03-file-name-defaults, tramp-test21-file-links): Add tests.
1403         (tramp-test26-process-file, tramp-test28-shell-command):
1404         Ensure, that the directory is not empty when calling "ls".
1406 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1408         * automated/tramp-tests.el (tramp-test-temporary-file-directory):
1409         Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
1410         (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
1411         (tramp-test09-insert-file-contents, tramp-test10-write-region)
1412         (tramp-test26-process-file): Add tests.
1413         (tramp-test11-copy-file): Remove debug message.
1414         (tramp-test20-file-modes): Special case, if user is "root".
1416 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1418         * automated/file-notify-tests.el:
1419         * automated/tramp-tests.el: Add `tramp-own-remote-path' to
1420         `tramp-remote-path' when running on hydra.
1421         (tramp-test07-file-exists-p): Remove instrumentation code.
1422         (tramp-test26-process-file): Don't use "/bin/true" and
1423         "/bin/false", these paths do not exist on hydra.
1425 2013-11-08  Helmut Eller  <eller.helmut@gmail.com>
1427         * automated/process-tests.el: New file.
1429 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1431         * indent/ruby.rb: New examples.
1433 2013-11-06  Glenn Morris  <rgm@gnu.org>
1435         * automated/Makefile.in (setwins): Avoid accidental matches.
1437 2013-11-06  Michael Albinus  <michael.albinus@gmx.de>
1439         * automated/tramp-tests.el (tramp-test07-file-exists-p):
1440         Fix docstring.  Instrument, in order to hunt failure on hydra.
1442 2013-11-06  Glenn Morris  <rgm@gnu.org>
1444         * automated/flymake-tests.el (warning-predicate-rx-gcc)
1445         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1446         (warning-predicate-function-perl):
1447         * automated/info-xref.el (info-xref-test-makeinfo):
1448         * automated/vc-bzr.el (vc-bzr-test-bug9726, vc-bzr-test-bug9781)
1449         (vc-bzr-test-faulty-bzr-autoloads): Skip rather than expect failure.
1451 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1453         * automated/tramp-tests.el: New file.
1455 2013-11-05  Glenn Morris  <rgm@gnu.org>
1457         Get rid of --chdir usage.
1458         * automated/Makefile.in (EMACSOPT): Move -L here.
1459         (emacs): Set EMACS_TEST_DIRECTORY in the environment.
1460         (setwins): Don't assume called from srcdir.  Remove legacy stuff.
1461         (.el.elc): No more need to pass -L here.
1462         (compile-main): Get rid of sub-shell and cd.
1463         (compile-clean, check): Get rid of cd.
1465         Make it possible to run tests with a different working directory.
1466         * automated/flymake-tests.el (flymake-tests-data-directory): New.
1467         (flymake-tests--current-face): Use flymake-tests-data-directory.
1468         (warning-predicate-function-gcc, warning-predicate-rx-perl)
1469         (warning-predicate-function-perl): Adapt for above change.
1470         * automated/zlib-tests.el (zlib-tests-data-directory): New.
1471         (zlib--decompress): Use zlib-tests-data-directory.
1473         * automated/eieio-tests.el (eieio-test-37-persistent-classes):
1474         Remove test that makes no sense.
1476         * automated/files.el (files-test-local-variable-data):
1477         Fix result typo presumably caused by interference from dir-locals.
1478         (file-test--do-local-variables-test): Prevent dir-locals interfering.
1480 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1482         * indent/ruby.rb: Add a statement on the line after heredoc.
1483         Move a now-successful example.
1485         * automated/ruby-mode-tests.el: Remove outdated comment.
1487 2013-11-04  Glenn Morris  <rgm@gnu.org>
1489         * automated/Makefile.in (abs_srcdir): Remove.
1490         (emacs): Unset EMACSLOADPATH.
1491         (.el.elc, check): Use -L to append srcdir to load-path.
1493 2013-11-02  Glenn Morris  <rgm@gnu.org>
1495         * automated/Makefile.in (top_builddir, abs_test, abs_lispsrc, lisp)
1496         (test, abs_top_srcdir, abs_top_builddir): Remove variables.
1497         (abs_srcdir): New, set by configure.
1498         (EMACS): Use a relative file name.
1499         (emacs): Use abs_srcdir rather than abs_lispsrc, abs_test.
1500         (lisp-compile): Remove (assume it's up-to-date).
1501         (compile-main): Do not run lisp-compile.
1502         (compile-main, compile-clean, compile-always, bootstrap-clean)
1503         (check): Use srcdir rather than $test.  Check cd return value.
1504         Use --chdir.
1505         (doit, compile, compile-always): Remove stuff copied from lisp/.
1506         (all, check, bootstrap-clean, distclean, maintainer-clean): PHONY.
1508 2013-10-31  Michael Albinus  <michael.albinus@gmx.de>
1510         * automated/ert-tests.el (ert-test-stats-set-test-and-result):
1511         Add a skipping test.
1513 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1515         * indent/prolog.prolog: Test alignment of ->; with operator at bol.
1517         * indent/css-mode.css (.x2): Test alignement inside braces.
1519 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1521         * indent/ruby.rb: New failing example.
1523         * automated/ruby-mode-tests.el (ruby-toggle-block-to-brace):
1524         Fix the test, in respect to adding the space after the curly.
1526 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1528         * automated/ert-tests.el (ert-test-skip-unless): New test case.
1529         (ert-test-deftest): Adapt test for changed macro expansion.
1530         (ert-test-run-tests-interactively):
1531         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
1532         Add a skipping test.
1534         * automated/file-notify-tests.el (top): Do not require tramp-sh.el.
1535         (file-notify--test-local-enabled): Make it a function.  Check also
1536         for `file-remote-p' of `temporary-file-directory'.
1537         (file-notify--test-remote-enabled-checked): New defvar.
1538         (file-notify--test-remote-enabled): Rewrite.  Do not use Tramp
1539         internal functions.  Cache result.
1540         (file-notify--deftest-remote, file-notify-test00-availability)
1541         (file-notify-test01-add-watch, file-notify-test02-events)
1542         (file-notify-test03-autorevert): Add checks with `skip_unless'.
1543         (file-notify-test-all): Do not check `file-notify--test-local-enabled'.
1545 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1547         * indent/ruby.rb: Fix syntax error in the latest example.
1549 2013-10-23  Glenn Morris  <rgm@gnu.org>
1551         * automated/Makefile.in (abs_top_srcdir, top_builddir):
1552         New, set by configure.
1553         (top_srcdir): Remove.
1554         (abs_test, abs_lispsrc): New.
1555         (lisp): No longer absolute.
1556         (emacs, lisp-compile, compile, compile-always):
1557         Quote entities that might contain whitespace.
1559 2013-10-22  Dmitry Gutov  <dgutov@yandex.ru>
1561         * indent/ruby.rb: Move two examples to "working" section, add one
1562         more.
1564 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1566         * indent/ruby.rb: New examples for indentation of blocks.
1567         Example of hash inside parens that inflooped before the present commit.
1569 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1571         * automated/timer-tests.el: New file.  Tests that (sit-for 0)
1572         allows another timer to run.
1574 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1576         * indent/ruby.rb: More examples for bug#15594, both failing and
1577         now passing.
1579 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1581         * indent/ruby.rb: Add two more cases.
1583 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * automated/ruby-mode-tests.el (ruby-with-temp-buffer): Move before
1586         first use.
1587         (ruby-should-indent): Use indent-according-to-mode.
1588         (ruby-deftest-move-to-block): Use `declare'.
1590 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
1592         * indent/ruby.rb: Fix a spurious change, add more failing examples.
1594 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         * indent/ruby.rb: Add a few more tests; adjust some indentation.
1598 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
1600         * automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
1601         and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.
1603         * indent/ruby.rb: Fix a syntax error, add a few failing examples.
1605 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
1608         Adjust indentation of continued line to the new SMIE behavior.
1610 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1612         * automated/completion-tests.el:
1613         * indent/css-mode.css: New files.
1615 2013-10-03  Daiki Ueno  <ueno@gnu.org>
1617         * automated/data/package/signed/archive-contents:
1618         * automated/data/package/signed/archive-contents.sig:
1619         * automated/data/package/signed/signed-good-1.0.el:
1620         * automated/data/package/signed/signed-good-1.0.el.sig:
1621         * automated/data/package/signed/signed-bad-1.0.el:
1622         * automated/data/package/signed/signed-bad-1.0.el.sig:
1623         * automated/data/package/key.pub:
1624         * automated/data/package/key.sec: New files.
1626         * automated/package-test.el (package-test-update-listing)
1627         (package-test-update-archives, package-test-describe-package):
1628         Adjust to package.el change.
1629         (package-test-signed): New test.
1631 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
1633         * automated/package-test.el: Update all cases to use :url instead
1634         of :homepage.
1636         * automated/package-x-test.el
1637         (package-x-test--single-archive-entry-1-3): Same.
1639 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
1641         * automated/package-test.el (simple-single-desc-1-4): Remove, it
1642         was unused.
1643         (simple-single-desc): Expect :homepage property.
1644         (multi-file-desc): Same.
1645         (with-package-test): Do not save previous `default-directory'
1646         value, let-bind the var instead.
1647         (package-test-install-single): Expect :homepage property in the
1648         generated pkg file.
1649         (package-test-describe-package): Expect Homepage button.
1650         (package-test-describe-non-installed-package)
1651         (package-test-describe-non-installed-multi-file-package): Same.
1652         (package-test-describe-not-installed-package): Remove, it was a
1653         duplicate.
1655         * automated/package-x-test.el
1656         (package-x-test--single-archive-entry-1-3): Expect :homepage
1657         property.
1658         (package-x-test--single-archive-entry-1-4): Expect nil extras slot.
1660         * automated/data/package/simple-single-1.3.el: Add URL header.
1662         * automated/data/package/archive-contents: Add :homepage
1663         properties to `simple-single' and `multi-file'.
1665 2013-09-22  Daniel Colascione  <dancol@dancol.org>
1667         * automated/data-tests.el:
1668         (bool-vector-count-matches-all-0-nil)
1669         (bool-vector-count-matches-all-0-t)
1670         (bool-vector-count-matches-1-il, bool-vector-count-matches-1-t)
1671         (bool-vector-count-matches-at, bool-vector-intersection-op)
1672         (bool-vector-union-op, bool-vector-xor-op)
1673         (bool-vector-set-difference-op)
1674         (bool-vector-change-detection, bool-vector-not): New tests.
1675         (mock-bool-vector-count-matches-at)
1676         (test-bool-vector-bv-from-hex-string)
1677         (test-bool-vector-to-hex-string)
1678         (test-bool-vector-count-matches-at-tc)
1679         (test-bool-vector-apply-mock-op)
1680         (test-bool-vector-binop): New helper functions.
1681         (bool-vector-test-vectors): New testcase data.
1683 2013-09-20  Ryan  <rct@thompsonclan.org>  (tiny change)
1685         * automated/advice-tests.el (advice-test-called-interactively-p-around)
1686         (advice-test-called-interactively-p-filter-args)
1687         (advice-test-called-interactively-p-around): New tests.
1689 2013-09-16  Glenn Morris  <rgm@gnu.org>
1691         * automated/eshell.el (eshell-match-result):
1692         Return a more informative failure than simply "false".  Update callers.
1694         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1695         Test value before and after loop as well as during.
1697 2013-09-15  Glenn Morris  <rgm@gnu.org>
1699         * automated/eshell.el (eshell-test/for-name-shadow-loop):
1700         New test.  (Bug#15372)
1701         (eshell-test/for-loop, eshell-test/for-name-loop): Doc fix.
1703 2013-09-13  Glenn Morris  <rgm@gnu.org>
1705         * automated/eshell.el (with-temp-eshell):
1706         Use a temp directory for eshell-directory-name.
1707         (eshell-test-command-result): New, again using a temp directory.
1708         Replace eshell-command-result with this throughout.
1709         (eshell-test/for-loop, eshell-test/for-name-loop):
1710         Ensure environment variables don't confuse us.
1712 2013-09-12  Glenn Morris  <rgm@gnu.org>
1714         * automated/eshell.el (with-temp-eshell): Avoid hangs in batch mode
1715         due to "has a running process; kill it?" prompts.
1717 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * automated/eshell.el: Rename from eshell.el.
1720         (eshell-test/for-loop, eshell-test/for-name-loop): New tests (bug#15231).
1722 2013-09-01  Glenn Morris  <rgm@gnu.org>
1724         * automated/Makefile.in (setwins): Avoid leading space in $wins.
1725         Otherwise the sed command used by eg compile-main ends up
1726         containing "/*.el".  (Bug#15170)
1728 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1730         * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1731         for portability to hosts where /bin/sh has problems.
1733 2013-08-21  David Engster  <deng@randomsample.de>
1735         * automated/eieio-tests.el, automated/eieio-test-persist.el:
1736         * automated/eieio-test-methodinvoke.el: EIEIO tests from CEDET
1737         upstream.  Changed to use ERT.
1739 2013-08-14  Daniel Hackney  <dan@haxney.org>
1741         * automated/package-test.el: Remove tar-package-building functions.
1742         Tar file used for testing is included in the repository.
1743         (package-test-install-texinfo, package-test-cleanup-built-files):
1744         Remove.
1746 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1748         * automated/python-tests.el (python-imenu-create-index-4)
1749         (python-imenu-create-flat-index-2): New tests.
1751 2013-08-05  Glenn Morris  <rgm@gnu.org>
1753         * automated/mule-util.el: New file, with tests extracted from
1754         lisp/international/mule-util.el.
1756 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * automated/advice-tests.el (advice-tests-nadvice): Test removal
1759         before definition.
1760         (advice-tests-macroaliases): New test.
1762 2013-08-04  Glenn Morris  <rgm@gnu.org>
1764         * automated/ert-tests.el: Disable failing test that no-one seems
1765         to know how to fix.  (Bug#13064)
1767         * automated/icalendar-tests.el (icalendar-tests--test-export)
1768         (icalendar-tests--test-import): Try more precise TZ specification.
1769         Remove debug messages.
1771 2013-08-03  Glenn Morris  <rgm@gnu.org>
1773         * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.
1775         * automated/icalendar-tests.el (icalendar-tests--test-export)
1776         (icalendar-tests--test-import):
1777         Use getenv/setenv rather than set-time-zone-rule.  Add debug messages.
1778         (icalendar-tests--test-import): Reset zone even if error occurred.
1780 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * automated/core-elisp-tests.el: New file.
1784 2013-08-01  Glenn Morris  <rgm@gnu.org>
1786         * automated/file-notify-tests.el (file-notify--test-remote-enabled):
1787         Try to check that the remote system has a notification program.
1789 2013-07-31  Glenn Morris  <rgm@gnu.org>
1791         * automated/undo-tests.el (undo-test2, undo-test5): Be quieter.
1793 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1795         * automated/file-notify-tests.el
1796         (file-notify--test-local-enabled): New defconst.  Replaces all
1797         `file-notify-support' occurrences.
1798         (file-notify--test-remote-enabled): New defun.
1799         (file-notify--deftest-remote): Use it.
1800         (file-notify-test00-availability): Rewrite.
1801         (file-notify-test00-availability-remote): New defun.
1802         (file-notify-test01-add-watch): Rewrite first erroneous check.
1804 2013-07-23  Glenn Morris  <rgm@gnu.org>
1806         * automated/inotify-test.el (inotify-file-watch-simple):
1807         Delete temp-file when done.
1809         * automated/subword-tests.el: Require subword.
1811 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * automated/subword-tests.el: New file.
1815 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1817         * automated/python-tests.el (python-imenu-create-index-2)
1818         (python-imenu-create-index-3): New tests.
1820 2013-07-11  Glenn Morris  <rgm@gnu.org>
1822         * automated/ert-tests.el: Require cl-lib at runtime too.
1823         (ert-test-special-operator-p): Use cl-gensym rather than ert-- version.
1824         (ert-test-remprop, ert-test-remove-if-not, ert-test-remove*)
1825         (ert-test-set-functions, ert-test-gensym)
1826         (ert-test-coerce-to-vector, ert-test-string-position)
1827         (ert-test-mismatch): Remove tests.
1828         * automated/cl-lib.el: New, split from ert-tests.el.
1830         * automated/ruby-mode-tests.el (ruby-deftest-move-to-block):
1831         Goto point-min.
1832         (works-on-do, zero-is-noop, ok-with-three, ok-with-minus-two)
1833         (ruby-move-to-block-skips-percent-literal)
1834         (ruby-move-to-block-skips-heredoc)
1835         (ruby-move-to-block-moves-from-else-to-if)
1836         (ruby-beginning-of-defun-does-not-fold-case)
1837         (ruby-end-of-defun-skips-to-next-line-after-the-method):
1838         Replace goto-line with forward-line/goto-char.
1839         (ruby-move-to-block-does-not-fold-case): Remove unneeded end-of-buffer.
1841         * automated/package-test.el (makeinfo-buffer): Autoload.
1842         (compilation-in-progress, tar-parse-info, tar-header-name): Declare.
1843         (package-test-install-texinfo): Don't require makeinfo.
1845         * automated/files.el: Stop "local variables" confusion.
1847         * automated/flymake-tests.el (flymake-tests): Remove unused group.
1849         * automated/icalendar-tests.el (icalendar-tests--do-test-cycle):
1850         Use with-current-buffer.
1852         * automated/undo-tests.el (undo-test-buffer-modified)
1853         (undo-test-file-modified): New tests.
1855 2013-07-09  Michael Albinus  <michael.albinus@gmx.de>
1857         * automated/file-notify-tests.el (file-notify-test00-availability):
1858         Set :expected-result.
1859         (file-notify-test01-add-watch, file-notify-test01-add-watch-remote)
1860         (file-notify-test02-events, file-notify-test02-events-remote)
1861         (file-notify-test03-autorevert, file-notify-test03-autorevert-remote):
1862         Skip when `file-notify-support' is nil.  (Bug#14823)
1864 2013-07-09  Glenn Morris  <rgm@gnu.org>
1866         * automated/inotify-test.el (inotify-add-watch, inotify-rm-watch):
1867         Declare.
1868         (inotify-file-watch-simple): Silence compiler.
1870         * automated/python-tests.el (python-indent-block-enders):
1871         Make it actually test something.
1873         * automated/package-x-test.el: Require package-test when compiling.
1875         * automated/add-log-tests.el, automated/advice-tests.el:
1876         * automated/imenu-test.el, automated/package-x-test.el:
1877         * automated/python-tests.el, automated/ruby-mode-tests.el:
1878         * automated/xml-parse-tests.el: Explicitly require ert.
1880 2013-07-08  Kenichi Handa  <handa@gnu.org>
1882         * automated/decoder-tests.el (decoder-tests-prefer-utf-8-read):
1883         Use with-ccoding-priority to avoid side-effect (Bug#14781).
1885 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1887         * automated/file-notify-tests.el
1888         (file-notify-test-remote-temporary-file-directory):
1889         Use `null-device' on w32.
1890         (file-notify--test-tmpfile, file-notify--test-tmpfile1)
1891         (file-notify--test-results, file-notify--test-event)
1892         (file-notify--deftest-remote, file-notify--event-test)
1893         (file-notify--test-event-handler)
1894         (file-notify--test-make-temp-name): Rename, in order to mark them
1895         internal.
1896         (tramp-message-show-message, tramp-read-passwd): Tweak them for
1897         better fitting in noninteractive tests.
1898         (file-notify-test00-availability): Rename from `file-notify-test0'.
1899         (file-notify-test01-add-watch): Rename from `file-notify-test1'.
1900         Use `temporary-file-directory '.
1901         (file-notify-test01-add-watch-remote): New test.
1902         (file-notify-test02-events): Rename from `file-notify-test2'.
1903         (file-notify-test02-events-remote): Rename from `file-notify-test3'.
1904         (file-notify-test03-autorevert): Rename from
1905         `file-notify-test4'.  Use timeouts.
1906         (file-notify-test03-autorevert-remote): Rename from
1907         `file-notify-test5'.
1909 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1911         * automated/file-notify-tests.el: New package.
1913 2013-06-28  Kenichi Handa  <handa@gnu.org>
1915         * automated/decoder-tests.el (decoder-tests-gen-file): New arg FILE.
1916         (decoder-tests-ao-gen-file): Rename from decoder-tests-filename.
1917         Callers changed.
1918         (decoder-tests-filename): New function.
1919         (decoder-tests-prefer-utf-8-read)
1920         (decoder-tests-prefer-utf-8-write): New function.
1921         (ert-test-decoder-prefer-utf-8): New test.
1923 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
1925         * automated/package-x-test.el: Change the commentary.
1926         (package-x-test--single-archive-entry-1-3)
1927         (package-x-test--single-archive-entry-1-4): Fix the tests, by
1928         using the appropriate data structure.
1930 2013-06-27  Daniel Hackney  <dan@haxney.org>
1932         * automated/Makefile.in (setwins): Include the 'data' subdirectory.
1934         * automated/package-x-test.el: New file.
1936         * automated/package-test.el: New file.
1938         * automated/data/package: New directory, with test examples.
1940 2013-06-27  Glenn Morris  <rgm@gnu.org>
1942         * automated/python-tests.el (python-tests-with-temp-file):
1943         Clean up after ourself.
1945         * automated/undo-tests.el (undo-test3): Remove test that seems to
1946         do nothing that the previous one doesn't, except leave a tempfile.
1948 2013-06-26  Glenn Morris  <rgm@gnu.org>
1950         * automated/info-xref.el: New file.
1952 2013-06-25  Glenn Morris  <rgm@gnu.org>
1954         * automated/occur-tests.el (occur-test-create): New function.
1955         Use it to create separate tests for each element, so we run them
1956         all rather than stopping at the first error.
1958 2013-06-24  Glenn Morris  <rgm@gnu.org>
1960         * automated/occur-tests.el (occur-tests):
1961         Update for 2013-05-29 change to occur header line.
1963 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1965         Test suite for flymake.
1966         * automated/flymake-tests.el:
1967         * automated/flymake/warnpred/Makefile
1968         * automated/flymake/warnpred/test.c
1969         * automated/flymake/warnpred/test.pl: New files.
1971 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1973         * automated/reftex-tests.el (reftex-parse-from-file-test): Fix test.
1975 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1977         * automated/reftex-tests.el: New test suite for reftex.
1979 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1981         * automated/ruby-mode-tests.el: New tests, for percent literals
1982         and expression expansion.
1984 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1986         * indent/octave.m: Tweak.
1988 2013-05-26  Aidan Gauland  <aidalgol@amuri.net>
1990         * eshell.el: Rewrite tests using ERT.
1992 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1994         * indent/octave.m: Add tests for %!, # and ### comments.
1996 2013-05-23  Kenichi Handa  <handa@gnu.org>
1998         * automated/decoder-tests.el: New file.
2000 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
2002         * indent/ruby.rb: Add multiline regexp example.
2004         * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
2005         (ruby-regexp-skips-over-interpolation)
2006         (ruby-regexp-continues-till-end-when-unclosed)
2007         (ruby-regexp-can-be-multiline)
2008         (ruby-interpolation-inside-percent-literal): New tests.
2010 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         * indent/ruby.rb: Fix indentation after =; add more cases.
2014 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * indent/pascal.pas: Add test for mis-identified comments.
2018 2013-04-01  Masatake YAMATO  <yamato@redhat.com>
2020         * automated/imenu-test.el: New file.  (Bug#14112)
2022 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2024         * automated/python-tests.el (python-imenu-prev-index-position-1):
2025         Remove test.
2026         (python-imenu-create-index-1, python-imenu-create-flat-index-1):
2027         New tests.
2029 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2031         * automated/python-tests.el (python-nav-backward-defun-2)
2032         (python-nav-backward-defun-3, python-nav-forward-defun-2)
2033         (python-nav-forward-defun-3): New tests.
2035 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2037         * automated/python-tests.el (python-nav-backward-defun-1)
2038         (python-nav-forward-defun-1): New tests.
2040 2013-04-09  Masatake YAMATO  <yamato@redhat.com>
2042         * automated/add-log-tests.el: New file.  (Bug#14112)
2044 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
2046         * automated/python-tests.el (python-indent-block-enders): New test.
2047         (python-info-current-defun-2): Fix test.
2049 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2051         * indent/octave.m: Fix encoding error in comment.  Add coding tag.
2053 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
2055         * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
2056         (python-tests-with-temp-file): New macro.
2057         (python-tests-shell-interpreter): New var.
2058         (python-shell-get-process-name-1)
2059         (python-shell-internal-get-process-name-1)
2060         (python-shell-parse-command-1)
2061         (python-shell-calculate-process-environment-1)
2062         (python-shell-calculate-process-environment-2)
2063         (python-shell-calculate-process-environment-3)
2064         (python-shell-calculate-exec-path-1)
2065         (python-shell-calculate-exec-path-2)
2066         (python-shell-make-comint-1)
2067         (python-shell-make-comint-2)
2068         (python-shell-get-process-1)
2069         (python-shell-get-or-create-process-1)
2070         (python-shell-internal-get-or-create-process-1): New tests.
2072 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
2074         * automated/python-tests.el: New file.
2076 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2078         * automated/ruby-mode-tests.el
2079         (ruby-move-to-block-skips-percent-literal): Add depth-affecting
2080         bits inside the examples.
2081         (ruby-move-to-block-skips-heredoc): New test.
2082         (ruby-add-log-current-method-after-inner-class):
2083         Lower expectations: move point inside a method, initially.
2085 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2087         * automated/ruby-mode-tests.el
2088         (ruby-move-to-block-skips-percent-literal): New test.
2090 2013-02-04  Chong Yidong  <cyd@gnu.org>
2092         * automated/thingatpt.el: New file.
2094 2013-02-03  Chong Yidong  <cyd@gnu.org>
2096         * automated/files.el (file-test--do-local-variables-test):
2097         Avoid compilation warning message.
2099 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2101         * automated/ruby-mode-tests.el
2102         (ruby-indent-spread-args-in-parens): New test.
2103         * automated/ruby-mode-tests.el (ruby-block-test-example):
2104         Break indentation of the do block opener and add a line inside it.
2105         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
2106         Adjust line numbers.
2108 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
2112 2013-01-14  Glenn Morris  <rgm@gnu.org>
2114         * automated/compile-tests.el (compile-tests--test-regexps-data):
2115         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2117 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2119         * automated/man-tests.el: New file.
2121 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2123         * automated/undo-tests.el (undo-test0): Adjust error to code change.
2125 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2127         * automated/undo-tests.el: New file.
2129 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2131         * automated/ruby-mode-tests.el
2132         (ruby-indent-after-block-in-continued-expression): New test.
2134 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2136         * automated/ruby-mode-tests.el:
2137         Rename one interpolation test; add three more.
2138         (ruby-with-temp-buffer): New macro, use it where appropriate.
2139         (ruby-add-log-current-method-examples): Use "_" for target point.
2140         Add four new tests for ruby-add-log-current-method.
2142 2012-12-11  Glenn Morris  <rgm@gnu.org>
2144         * automated/f90.el (f90-test-bug13138): New test.
2146 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2148         * automated/inotify-test.el: New test.
2150 2012-12-02  Chong Yidong  <cyd@gnu.org>
2152         * automated/ruby-mode-tests.el
2153         (ruby-add-log-current-method-examples): Don't use loop macro, to
2154         allow automated testing to work.
2156 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2158         * automated/advice-tests.el (advice-tests--data): Remove.
2159         (advice-tests): Move the tests directly here instead.
2160         Add called-interactively-p tests.
2162 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * automated/ert-x-tests.el: Use cl-lib.
2165         * automated/ert-tests.el: Use lexical-binding and cl-lib.
2167 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2169         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
2170         (ruby-indent-inside-heredoc-after-operator)
2171         (ruby-indent-inside-heredoc-after-space): New tests.
2172         Change direct font-lock face references to var references.
2173         (ruby-interpolation-suppresses-syntax-inside): New test.
2174         (ruby-interpolation-inside-percent-literal-with-paren):
2175         New failing test.
2177 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2179         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
2180         (ruby-singleton-class-no-heredoc-font-lock)
2181         (ruby-add-log-current-method-examples): New tests.
2182         (ruby-test-string): Extract from ruby-should-indent-buffer.
2183         (ruby-deftest-move-to-block): New macro.
2184         Add several move-to-block tests.
2186 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         * automated/advice-tests.el: New tests.
2190 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2192         * automated/compile-tests.el (compile-tests--test-regexps-data):
2193         Add new data for msft's new format.
2195 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
2197         * automated/ruby-mode-tests.el:
2198         (ruby-toggle-block-to-multiline): New test.
2199         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
2200         (ruby-toggle-block-to-brace): Use buffer-string.
2202 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
2204         * automated/ruby-mode-tests.el: New tests (Bug#11613).
2206 2012-08-28  Chong Yidong  <cyd@gnu.org>
2208         * automated/files.el: Test every combination of values for
2209         enable-local-variables and enable-local-eval.
2211 2012-08-19  Chong Yidong  <cyd@gnu.org>
2213         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
2215 2012-08-18  Chong Yidong  <cyd@gnu.org>
2217         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
2219 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
2221         * indent/ruby.rb: Rearrange examples, add new ones.
2223 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
2225         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
2226         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
2228 2012-08-11  Glenn Morris  <rgm@gnu.org>
2230         * automated/files.el: New file.
2232         * automated/Makefile.in (all): Fix typo.
2234 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
2236         * automated/ruby-mode-tests.el (ruby-should-indent):
2237         Add docstring, check (current-indentation) instead of (current-column).
2238         (ruby-should-indent-buffer): New function.
2239         Add tests for `ruby-deep-indent-paren' behavior.
2240         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
2242 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2244         Original tests in test_ruby_mode.rb in upstream (author).
2246 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
2248         * automated/ruby-mode-tests.el (ruby-should-indent)
2249         (ruby-assert-state): New functions.
2250         Add new tests.
2252 2012-07-29  David Engster  <deng@randomsample.de>
2254         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
2255         New variable to hold test data for name expansion.
2256         (xml-parse-tests): Test the two different types of name expansion.
2258 2012-07-29  Juri Linkov  <juri@jurta.org>
2260         * automated/occur-tests.el (occur-test-case): Use predefined
2261         buffer name " *test-occur*" instead of a random buffer name.
2263 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
2265         * automated/ruby-mode-tests.el: New file with one test.
2267 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * indent/shell.sh: Add test case for ${#VAR}.
2271         * indent/latex-mode.tex: New file.
2273 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * eshell.el: Use cl-lib.
2277 2012-07-03  Chong Yidong  <cyd@gnu.org>
2279         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
2281 2012-07-02  Chong Yidong  <cyd@gnu.org>
2283         * automated/xml-parse-tests.el (xml-parse-tests--data):
2284         More testcases.
2286 2012-07-01  Chong Yidong  <cyd@gnu.org>
2288         * automated/xml-parse-tests.el: New file.
2290 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
2293         Use cl-flet.
2295 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
2297         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
2298         Test escaped commas in TZID (Bug#11473).
2299         (icalendar-import-with-timezone): New.
2300         (icalendar-real-world): Add new testcase as given in the bugreport
2301         of Bug#11473.
2303 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2305         * automated/icalendar-tests.el (icalendar-tests--test-import):
2306         Include UID in import tests (Bug#11525).
2307         (icalendar-import-non-recurring, icalendar-import-rrule)
2308         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
2309         UID-import change.
2310         (icalendar-import-with-uid): New.
2311         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
2312         Include UID in cycle tests.
2313         (icalendar-cycle, icalendar-real-world): UID-import change.
2315 2012-05-21  Glenn Morris  <rgm@gnu.org>
2317         * automated/Makefile.in (setwins): Scrap superfluous subshell.
2319 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2321         * automated/url-util-tests.el: New file to test
2322         lisp/url/url-util.el.  Only `url-build-query-string' and
2323         `url-parse-query-string' are tested right now (Bug#8706).
2325 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2327         * indent/shell.sh:
2328         * indent/shell.rc: Ad some test cases.
2330 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2332         * indent/ruby.rb: New file, to test new syntax-propertize code.
2334 2012-04-11  Glenn Morris  <rgm@gnu.org>
2336         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2338 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2340         * automated/url-future-tests.el (url-future-tests): Move from
2341         lisp/url/url-future.el and rename.
2343 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
2345         * automated/icalendar-tests.el (icalendar-import-non-recurring):
2346         Fix broken test, caused by missing trailing blank.
2348 2011-12-03  Chong Yidong  <cyd@gnu.org>
2350         * automated/compile-tests.el (compile-tests--test-regexps-data):
2351         Increase column numbers by one to reflect change in how
2352         compilation-message is recorded (Bug#10172).
2354 2011-11-22  Glenn Morris  <rgm@gnu.org>
2356         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
2358 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2360         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
2362 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2364         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
2365         (icalendar-tests--test-export, icalendar-tests--do-test-export):
2366         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
2368 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
2370         * automated/newsticker-tests.el
2371         (newsticker--group-manage-orphan-feeds): Remove fsetting of
2372         newsticker--treeview-tree-update.
2374 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
2376         * automated/newsticker-tests.el
2377         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
2379         * automated/newsticker-tests.el
2380         (newsticker--group-manage-orphan-feeds): Prevent updating
2381         newsticker treeview.  Fixed bug#9763.
2383 2011-10-20  Glenn Morris  <rgm@gnu.org>
2385         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
2387         * automated/vc-bzr.el: New file.
2389 2011-10-15  Glenn Morris  <rgm@gnu.org>
2391         * automated/f90.el: New file.
2393 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
2395         * automated/newsticker-tests.el: Move newsticker-testsuite.el
2396         to automated/newsticker-tests.el.  Convert to ERT.
2398 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
2400         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
2401         Remove, simply use string=.
2402         (icalendar--diarytime-to-isotime)
2403         (icalendar--datetime-to-diary-date)
2404         (icalendar--datestring-to-isodate)
2405         (icalendar--format-ical-event)
2406         (icalendar--parse-summary-and-rest)
2407         (icalendar-tests--do-test-import)
2408         (icalendar-tests--do-test-cycle): Change argument order of
2409         string= to EXPECTED ACTUAL.
2410         (icalendar--import-format-sample)
2411         (icalendar--format-ical-event)
2412         (icalendar-import-non-recurring)
2413         (icalendar-import-rrule)
2414         (icalendar-import-duration)
2415         (icalendar-import-bug-6766)
2416         (icalendar-real-world): Adjust to string= instead of
2417         icalendar-tests--compare-strings.
2418         (icalendar-import-multiple-vcalendars): New.
2420 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2422         * automated/gnus-tests.el: Add wrapper for Gnus tests.
2423         Require CL.
2425 2011-05-09  Juri Linkov  <juri@jurta.org>
2427         * automated/occur-tests.el: Move from test/occur-testsuite.el.
2428         Convert to ERT.
2430 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
2432         * automated/compile-tests.el: New file.
2434 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
2436         * automated/font-parse-tests.el: Don't byte-compile.
2438         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
2440 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * automated/lexbind-tests.el: New file.
2444 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2446         * Version 23.3 released.
2448 2011-03-05  Glenn Morris  <rgm@gnu.org>
2450         * eshell.el: Move here from lisp/eshell/esh-test.el.
2452 2011-03-03  Christian Ohler  <ohler@gnu.org>
2454         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
2455         New test.
2457 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
2459         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
2460         convert to ERT format.
2462 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
2464         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
2465         convert to ERT format.
2467 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2469         * indent/shell.sh:
2470         * indent/shell.rc: New files.
2472 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
2474         * automated/font-parse-tests.el: Move from
2475         font-parse-testsuite.el.
2477 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
2479         * font-parse-testsuite.el (test-font-parse-data): New file.
2481 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * indent/prolog.prolog: Add tokenizing tests.
2485 2011-01-13  Christian Ohler  <ohler@gnu.org>
2487         * automated: New directory for automated tests.
2489         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
2491         * automated/Makefile.in: New file.
2493 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * indent/modula2.mod: New file.
2497 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2499         * indent/octave.m: Add a test to ensure indentation is local.
2501 2010-10-23  Glenn Morris  <rgm@gnu.org>
2503         * comint-testsuite.el
2504         (comint-testsuite--test-comint-password-prompt-regexp):
2505         Add "Please enter the password".  (Bug#7224)
2507 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * indent/prolog.prolog: Use normal spacing around !.
2511 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
2515 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * indent/octave.m: Remove some `fixindent' not needed any more.
2519 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * indent/octave.m: New file.
2523 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
2525         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
2526         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
2527         (icalendar-testsuite--run-internal-tests): New.
2528         (icalendar-testsuite--test-convert-ordinary-to-ical)
2529         (icalendar-testsuite--test-convert-block-to-ical)
2530         (icalendar-testsuite--test-convert-anniversary-to-ical)
2531         (icalendar-testsuite--test-parse-vtimezone)
2532         (icalendar-testsuite--do-test-export): Code formatting.
2533         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
2534         (icalendar-testsuite--do-test-import)
2535         (icalendar-testsuite--do-test-cycle):
2536         Use icalendar-testsuite--compare-strings
2537         (icalendar-testsuite--run-import-tests): Comment added.
2538         (icalendar-testsuite--run-import-tests)
2539         (icalendar-testsuite--run-real-world-tests): Fix expected results.
2541 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
2543         * redisplay-testsuite.el (test-redisplay-3): New test.
2545 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
2547         * comint-testsuite.el: New file.
2549 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2551         * indent: New dir.
2553 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2555         * Version 23.2 released.
2557 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
2559         * cedet/semantic-ia-utest.el
2560         (semantic-symref-test-count-hits-in-tag): Add function, from
2561         semantic-test.el.
2563         * cedet/tests/test.cpp:
2564         * cedet/tests/test.py:
2565         * cedet/tests/teststruct.cpp:
2566         * cedet/tests/testtemplates.cpp:
2567         * cedet/tests/testusing.cpp:
2568         * cedet/tests/scopetest.cpp:
2569         * cedet/tests/scopetest.java: Files deleted.
2571         * cedet/tests/test.make:
2572         * cedet/tests/test.c:
2573         * cedet/tests/testjavacomp.java:
2574         * cedet/tests/testspp.c:
2575         * cedet/tests/testsppreplace.c:
2576         * cedet/tests/testsppreplaced.c:
2577         * cedet/tests/testsubclass.cpp:
2578         * cedet/tests/testsubclass.hh:
2579         * cedet/tests/testtypedefs.cpp:
2580         * cedet/tests/testvarnames.c:
2581         * cedet/tests/test.el:
2582         * cedet/tests/testdoublens.cpp:
2583         * cedet/tests/testdoublens.hpp: Add copyright header.
2585         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
2586         Remove reference to deleted files.
2588 2010-03-30  Juri Linkov  <juri@jurta.org>
2590         * occur-testsuite.el (occur-tests): Add tests for context lines.
2592 2010-03-23  Juri Linkov  <juri@jurta.org>
2594         * occur-testsuite.el: New file.
2596 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2598         * Branch for 23.2.
2600 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2602         * icalendar-testsuite.el
2603         (icalendar-testsuite--run-function-tests): Add new tests.
2604         (icalendar-testsuite--test-diarytime-to-isotime): Add another
2605         testcase.
2606         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
2607         (icalendar-testsuite--test-convert-weekly-to-ical): New.
2608         (icalendar-testsuite--test-convert-yearly-to-ical): New.
2609         (icalendar-testsuite--test-convert-block-to-ical): New.
2610         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
2611         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
2613 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2615         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
2616         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
2617         Fix typos in docstrings and error messages.
2618         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
2620 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
2622         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
2623         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
2624         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
2626 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2628         * icalendar-testsuite.el
2629         (icalendar-testsuite--run-function-tests):
2630         Add icalendar-testsuite--test-parse-vtimezone.
2631         (icalendar-testsuite--test-parse-vtimezone): New.
2632         (icalendar-testsuite--do-test-cycle): Doc changes.
2633         (icalendar-testsuite--run-real-world-tests): Remove trailing
2634         whitespace -- see change of icalendar--add-diary-entry in
2635         icalendar.el.
2636         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
2638 2009-09-30  Glenn Morris  <rgm@gnu.org>
2640         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
2642 2009-06-26  Eric Ludlam  <zappo@gnu.org>
2644         * cedet/*: New unit tests, from CEDET repository.
2646 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
2648         * redisplay-testsuite.el: New file.
2650 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2652         * Branch for 23.1.
2654 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2656         * icalendar-testsuite.el
2657         (icalendar-testsuite--run-function-tests):
2658         Add icalendar-testsuite--test-diarytime-to-isotime.
2659         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
2660         recent icalendar fixes.
2661         (icalendar-testsuite--test-diarytime-to-isotime): New.
2662         (icalendar-testsuite--test-create-uid): Adjust to recent
2663         icalendar changes.
2665 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2667         * bytecomp-testsuite.el: New file.
2669 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
2671         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2672         Add `icalendar-testsuite--test-create-uid'.
2673         (icalendar-testsuite--test-create-uid): New.
2675 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
2677         * newsticker-testsuite.el: New file.
2679 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
2681         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
2682         Add icalendar-testsuite--test-datestring-to-isodate,
2683         icalendar-testsuite--test-datetime-to-diary-date, and
2684         icalendar-testsuite--test-calendar-style.
2685         (icalendar-testsuite--test-format-ical-event)
2686         (icalendar-testsuite--test-parse-summary-and-rest):
2687         Doc fix.  Remove european-calendar-style.
2688         (icalendar-testsuite--get-ical-event): Doc fix.
2689         (icalendar-testsuite--test-first-weekday-of-year)
2690         (icalendar-testsuite--run-cycle-tests): Add doc string.
2691         (icalendar-testsuite--test-datestring-to-isodate)
2692         (icalendar-testsuite--test-datetime-to-diary-date)
2693         (icalendar-testsuite--test-calendar-style): New functions.
2694         (icalendar-testsuite--test-export): Handle iso date style.
2695         New arg INPUT-ISO.  Use calendar-date-style.
2696         (icalendar-testsuite--test-import): Handle iso date style.
2697         New arg EXPECTED-ISO.  Use calendar-date-style.
2698         (icalendar-testsuite--test-cycle): Handle iso date style.
2699         (icalendar-testsuite--run-import-tests)
2700         (icalendar-testsuite--run-export-tests)
2701         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
2703 2008-02-29  Glenn Morris  <rgm@gnu.org>
2705         * README: New file.
2707 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
2709         * icalendar-testsuite.el: New file.
2711 ;; Local Variables:
2712 ;; coding: utf-8
2713 ;; End:
2715   Copyright (C) 2008-2015 Free Software Foundation, Inc.
2717   This file is part of GNU Emacs.
2719   GNU Emacs is free software: you can redistribute it and/or modify
2720   it under the terms of the GNU General Public License as published by
2721   the Free Software Foundation, either version 3 of the License, or
2722   (at your option) any later version.
2724   GNU Emacs is distributed in the hope that it will be useful,
2725   but WITHOUT ANY WARRANTY; without even the implied warranty of
2726   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2727   GNU General Public License for more details.
2729   You should have received a copy of the GNU General Public License
2730   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.